HEX: #9D66E6
RGB: (157,102,230)
Il colore #9D66E6 contiene principalmente il blu. Per il #9D66E6 il colore web safe è #9966CC (#96C).
Il colore 9D66E6 in RGB è definito come 157,102,230
RGB: (157,102,230) (62%,40%,90%)
R 157 da 255 = 62%
G 102 da 255 = 40%
B 230 da 255 = 90%
R + G + B ~ 64%. #9D66E6 colore abbastanza chiaro.
R + G + B =
157 + 102 + 230 = 489 (100%)
R 157 da 489 ~ 32.11%
G 102 da 489 ~ 20.86%
B 230 da 489 ~ 47.03%
Il colore #9D66E6 in CMYK è definito come 32,56,0,10.
CMYK: (32,56,0,10) C32M56Y0K10 (32%,56%,0%,10%) (0.32/0.56/0.00/0.10)
9D | 66 | E6 | |
---|---|---|---|
RGB | 157 | 102 | 230 |
HSL | 266° | 71.91% | 65.10% |
HSB/HSV | 266° | 55.65% | 90.20% |
CMYK | 31.74% | 55.65% | 0.00% |
9.80% |
Esadicemale | 9D | 66 | E6 |
Decimale | 157 | 102 | 230 |
Binario | 10011101 | 1100110 | 11100110 |
Ottale | 235 | 146 | 346 |
Esempi dei codici css e html per gli elementi di colore #9D66E6. Utilizzate rgb(157,102,230) anche al posto del codice hex.
.myTextColor { color: #9D66E6; }
<p style="color:#9D66E6">This sample text font color is #9D66E6.</p>
Il colore di questo testo è #9D66E6.
.myBgColor { background-color: #9D66E6; }
<div style="background-color:#9D66E6">Inner text</div>
Questo div ha lo sfondo di colore #9D66E6.
.myBorderColor { border: 1px solid #9D66E6; }
<div style="border:3px solid #9D66E6">Div</div>
Questo div ha i bordi di colore 9D66E6.
.myOpacity80 { color: #9D66E6; opacity: 0.8; }
<p style="color:#9D66E6;opacity:0.8;">80%</p>
Il testo di color #9D66E6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9D66E6;}
<p style="text-shadow: 3px 3px 1px #9D66E6">Text here.</p>
Questo testo ha l'ombra di colore #9D66E6.
.textShadow {text-shadow: 3px 3px 1px #9D66E6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9D66E6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9D66E6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9D66E6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9D66E6, Direction=45, Strength=4)">Text</p>
This text has shadow with #9D66E6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9D66E6; -webkit-box-shadow: 1px 1px 3px 2px #9D66E6; box-shadow: 1px 1px 3px 2px #9D66E6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9D66E6; -webkit-box-shadow: 1px 1px 3px 2px #9D66E6; box-shadow:1px 1px 3px 2px #9D66E6;">
Div content here</div>
Questo e il testo di colore #9D66E6 sullo sfondo nero.
Questo e il testo di colore #9D66E6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9D66E6.
Questo è un testo bianco sullo sfondo del colore #9D66E6.