HEX: #9B7BAE
RGB: (155,123,174)
Il colore #9B7BAE contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #9B7BAE il colore web safe è #996699 (#969).
Il colore 9B7BAE in RGB è definito come 155,123,174
RGB: (155,123,174)
(61%, 48%, 68%)
R 155 da 255 = 61%
G 123 da 255 = 48%
B 174 da 255 = 68%
R + G + B ~ 59%. #9B7BAE colore medio (né scuro né chiaro).
R + G + B = 155 + 123 + 174 = 452 (100%)
R 155 da 452 ~ 34.29%
G 123 da 452 ~ 27.21%
B 174 da 452 ~ 38.5'%
Il colore #9B7BAE in CMYK è definito come 11,29,0,32.
CMYK: (11,29,0,32)
C11M29Y0K32 (11%, 29%, 0%, 32%)
(0.11 / 0.29 / 0.00 / 0.32)
Il #9B7BAE nei modelli di colore popolari.
9B | 7B | AE | |
---|---|---|---|
RGB | 155 | 123 | 174 |
HSL | 278° | 23.94% | 58.24% |
HSB/HSV | 278° | 29.31% | 68.24% |
CMYK | 10.92% | 29.31% | 0.00% |
31.76% |
Il #9B7BAE nei modelli numerici popolari.
Esadicemale | 9B | 7B | AE |
Decimale | 155 | 123 | 174 |
Binario | 10011011 | 1111011 | 10101110 |
Ottale | 233 | 173 | 256 |
Tonalità scure del colore #9B7BAE
Tonalità chiare del colore #9B7BAE
Esempi dei codici css e html per gli elementi di colore #9B7BAE. Utilizzate rgb(155,123,174) anche al posto del codice hex.
.myTextColor { color: #9B7BAE; }
<p style="color:#9B7BAE">This sample text font color is #9B7BAE.</p>
Il colore di questo testo è #9B7BAE.
.myBgColor { background-color: #9B7BAE; }
<div style="background-color:#9B7BAE">Inner text</div>
Questo div ha lo sfondo di colore #9B7BAE.
.myBorderColor { border: 1px solid #9B7BAE; }
<div style="border:3px solid #9B7BAE">Div</div>
Questo div ha i bordi di colore 9B7BAE.
.myOpacity80 { color: #9B7BAE; opacity: 0.8; }
<p style="color:#9B7BAE;opacity:0.8;">80%</p>
Il testo di color #9B7BAE e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B7BAE;}
<p style="text-shadow: 3px 3px 1px #9B7BAE">Text here.</p>
Questo testo ha l'ombra di colore #9B7BAE.
.textShadow {text-shadow: 3px 3px 1px #9B7BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B7BAE, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9B7BAE e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B7BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B7BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B7BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B7BAE;
-webkit-box-shadow: 1px 1px 3px 2px #9B7BAE;
box-shadow: 1px 1px 3px 2px #9B7BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B7BAE; -webkit-box-shadow: 1px 1px 3px 2px #9B7BAE; box-shadow:1px 1px 3px 2px #9B7BAE;">
Div content here
</div>
Questo e il testo di colore #9B7BAE sullo sfondo nero.
Questo e il testo di colore #9B7BAE sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9B7BAE.
Questo è un testo bianco sullo sfondo del colore #9B7BAE.
Il colore complimentare del #hex è #648451..