HEX: #966DCC
RGB: (150,109,204)
Il colore #966DCC contiene principalmente il rosso e il blu. Per il #966DCC il colore web safe è #9966CC (#96C).
Il colore 966DCC in RGB è definito come 150,109,204
RGB: (150,109,204)
(59%, 43%, 80%)
R 150 da 255 = 59%
G 109 da 255 = 43%
B 204 da 255 = 80%
R + G + B ~ 61%. #966DCC colore abbastanza chiaro.
R + G + B = 150 + 109 + 204 = 463 (100%)
R 150 da 463 ~ 32.4%
G 109 da 463 ~ 23.54%
B 204 da 463 ~ 44.06'%
Il colore #966DCC in CMYK è definito come 26,47,0,20.
CMYK: (26,47,0,20)
C26M47Y0K20 (26%, 47%, 0%, 20%)
(0.26 / 0.47 / 0.00 / 0.20)
Il #966DCC nei modelli di colore popolari.
96 | 6D | CC | |
---|---|---|---|
RGB | 150 | 109 | 204 |
HSL | 266° | 48.22% | 61.37% |
HSB/HSV | 266° | 46.57% | 80.00% |
CMYK | 26.47% | 46.57% | 0.00% |
20.00% |
Il #966DCC nei modelli numerici popolari.
Esadicemale | 96 | 6D | CC |
Decimale | 150 | 109 | 204 |
Binario | 10010110 | 1101101 | 11001100 |
Ottale | 226 | 155 | 314 |
Tonalità scure del colore #966DCC
Tonalità chiare del colore #966DCC
Esempi dei codici css e html per gli elementi di colore #966DCC. Utilizzate rgb(150,109,204) anche al posto del codice hex.
.myTextColor { color: #966DCC; }
<p style="color:#966DCC">This sample text font color is #966DCC.</p>
Il colore di questo testo è #966DCC.
.myBgColor { background-color: #966DCC; }
<div style="background-color:#966DCC">Inner text</div>
Questo div ha lo sfondo di colore #966DCC.
.myBorderColor { border: 1px solid #966DCC; }
<div style="border:3px solid #966DCC">Div</div>
Questo div ha i bordi di colore 966DCC.
.myOpacity80 { color: #966DCC; opacity: 0.8; }
<p style="color:#966DCC;opacity:0.8;">80%</p>
Il testo di color #966DCC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #966DCC;}
<p style="text-shadow: 3px 3px 1px #966DCC">Text here.</p>
Questo testo ha l'ombra di colore #966DCC.
.textShadow {text-shadow: 3px 3px 1px #966DCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #966DCC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #966DCC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#966DCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#966DCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #966DCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #966DCC;
-webkit-box-shadow: 1px 1px 3px 2px #966DCC;
box-shadow: 1px 1px 3px 2px #966DCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #966DCC; -webkit-box-shadow: 1px 1px 3px 2px #966DCC; box-shadow:1px 1px 3px 2px #966DCC;">
Div content here
</div>
Questo e il testo di colore #966DCC sullo sfondo nero.
Questo e il testo di colore #966DCC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #966DCC.
Questo è un testo bianco sullo sfondo del colore #966DCC.
Il colore complimentare del #hex è #699233..