HEX: #9363DC
RGB: (147,99,220)
Il colore #9363DC contiene principalmente il blu. Per il #9363DC il colore web safe è #9966CC (#96C).
Il colore 9363DC in RGB è definito come 147,99,220
RGB: (147,99,220)
(58%, 39%, 86%)
R 147 da 255 = 58%
G 99 da 255 = 39%
B 220 da 255 = 86%
R + G + B ~ 61%. #9363DC colore abbastanza chiaro.
R + G + B = 147 + 99 + 220 = 466 (100%)
R 147 da 466 ~ 31.55%
G 99 da 466 ~ 21.24%
B 220 da 466 ~ 47.21'%
Il colore #9363DC in CMYK è definito come 33,55,0,14.
CMYK: (33,55,0,14)
C33M55Y0K14 (33%, 55%, 0%, 14%)
(0.33 / 0.55 / 0.00 / 0.14)
Il #9363DC nei modelli di colore popolari.
93 | 63 | DC | |
---|---|---|---|
RGB | 147 | 99 | 220 |
HSL | 264° | 63.35% | 62.55% |
HSB/HSV | 264° | 55.00% | 86.27% |
CMYK | 33.18% | 55.00% | 0.00% |
13.73% |
Il #9363DC nei modelli numerici popolari.
Esadicemale | 93 | 63 | DC |
Decimale | 147 | 99 | 220 |
Binario | 10010011 | 1100011 | 11011100 |
Ottale | 223 | 143 | 334 |
Tonalità scure del colore #9363DC
Tonalità chiare del colore #9363DC
Esempi dei codici css e html per gli elementi di colore #9363DC. Utilizzate rgb(147,99,220) anche al posto del codice hex.
.myTextColor { color: #9363DC; }
<p style="color:#9363DC">This sample text font color is #9363DC.</p>
Il colore di questo testo è #9363DC.
.myBgColor { background-color: #9363DC; }
<div style="background-color:#9363DC">Inner text</div>
Questo div ha lo sfondo di colore #9363DC.
.myBorderColor { border: 1px solid #9363DC; }
<div style="border:3px solid #9363DC">Div</div>
Questo div ha i bordi di colore 9363DC.
.myOpacity80 { color: #9363DC; opacity: 0.8; }
<p style="color:#9363DC;opacity:0.8;">80%</p>
Il testo di color #9363DC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9363DC;}
<p style="text-shadow: 3px 3px 1px #9363DC">Text here.</p>
Questo testo ha l'ombra di colore #9363DC.
.textShadow {text-shadow: 3px 3px 1px #9363DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9363DC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9363DC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9363DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9363DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9363DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9363DC;
-webkit-box-shadow: 1px 1px 3px 2px #9363DC;
box-shadow: 1px 1px 3px 2px #9363DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9363DC; -webkit-box-shadow: 1px 1px 3px 2px #9363DC; box-shadow:1px 1px 3px 2px #9363DC;">
Div content here
</div>
Questo e il testo di colore #9363DC sullo sfondo nero.
Questo e il testo di colore #9363DC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9363DC.
Questo è un testo bianco sullo sfondo del colore #9363DC.
Il colore complimentare del #hex è #6C9C23..