HEX: #9E6BB0
RGB: (158,107,176)
Il colore #9E6BB0 contiene principalmente il rosso e il blu. Per il #9E6BB0 il colore web safe è #996699 (#969).
Il colore 9E6BB0 in RGB è definito come 158,107,176
RGB: (158,107,176) (62%,42%,69%)
R 158 da 255 = 62%
G 107 da 255 = 42%
B 176 da 255 = 69%
R + G + B ~ 58%. #9E6BB0 colore medio (né scuro né chiaro).
R + G + B =
158 + 107 + 176 = 441 (100%)
R 158 da 441 ~ 35.83%
G 107 da 441 ~ 24.26%
B 176 da 441 ~ 39.91%
Il colore #9E6BB0 in CMYK è definito come 10,39,0,31.
CMYK: (10,39,0,31) C10M39Y0K31 (10%,39%,0%,31%) (0.10/0.39/0.00/0.31)
9E | 6B | B0 | |
---|---|---|---|
RGB | 158 | 107 | 176 |
HSL | 284° | 30.40% | 55.49% |
HSB/HSV | 284° | 39.20% | 69.02% |
CMYK | 10.23% | 39.20% | 0.00% |
30.98% |
Esadicemale | 9E | 6B | B0 |
Decimale | 158 | 107 | 176 |
Binario | 10011110 | 1101011 | 10110000 |
Ottale | 236 | 153 | 260 |
Esempi dei codici css e html per gli elementi di colore #9E6BB0. Utilizzate rgb(158,107,176) anche al posto del codice hex.
.myTextColor { color: #9E6BB0; }
<p style="color:#9E6BB0">This sample text font color is #9E6BB0.</p>
Il colore di questo testo è #9E6BB0.
.myBgColor { background-color: #9E6BB0; }
<div style="background-color:#9E6BB0">Inner text</div>
Questo div ha lo sfondo di colore #9E6BB0.
.myBorderColor { border: 1px solid #9E6BB0; }
<div style="border:3px solid #9E6BB0">Div</div>
Questo div ha i bordi di colore 9E6BB0.
.myOpacity80 { color: #9E6BB0; opacity: 0.8; }
<p style="color:#9E6BB0;opacity:0.8;">80%</p>
Il testo di color #9E6BB0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9E6BB0;}
<p style="text-shadow: 3px 3px 1px #9E6BB0">Text here.</p>
Questo testo ha l'ombra di colore #9E6BB0.
.textShadow {text-shadow: 3px 3px 1px #9E6BB0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9E6BB0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9E6BB0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E6BB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9E6BB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #9E6BB0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9E6BB0; -webkit-box-shadow: 1px 1px 3px 2px #9E6BB0; box-shadow: 1px 1px 3px 2px #9E6BB0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9E6BB0; -webkit-box-shadow: 1px 1px 3px 2px #9E6BB0; box-shadow:1px 1px 3px 2px #9E6BB0;">
Div content here</div>
Questo e il testo di colore #9E6BB0 sullo sfondo nero.
Questo e il testo di colore #9E6BB0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9E6BB0.
Questo è un testo bianco sullo sfondo del colore #9E6BB0.