Shades of Dark Violet #900CC8
Tints of Dark Violet #900CC8
RGB
CMYK
RGB Variations
Color information
#900CC8 (or 0x900CC8) is known color: Dark Violet. HEX triplet: 90, 0C and C8. RGB value is (144,12,200). Sum of RGB (Red+Green+Blue) = 144+12+200=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #900CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CC8 is #6FF337. Grayscale: #484848. Windows color (decimal): -7336760 or 13110416. OLE color: 13110416.
HSL color Cylindrical-coordinate representation of color #900CC8: hue angle of 282.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CC8 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 12 | 200 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.22 |
| HSL | 282.13º | 0.89% | 0.42% | - |
| HSV(B) | 282.13º | 0.94% | 0.78% | - |
| XYZ | 22.06 | 10.36 | 55.48 | - |
| YUV | 72.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 200 | 0.28 | 0.94 | 0 | 0.22 | 282.13 | 0.89 | 0.42 |
| Hex | 90 | C | C8 | 1C | 5E | 0 | 16 | 11A | 59 | 2A |
| Octal | 220 | 14 | 310 | 34 | 136 | 0 | 26 | 432 | 131 | 52 |
| Binary | 10010000 | 1100 | 11001000 | 11100 | 1011110 | 0 | 10110 | 100011010 | 1011001 | 101010 |
Color Harmonies of #900CC8
Complementary color
Monochromatic Colors of #900CC8
Black with #900CC8
Text Example
Text Example
White with #900CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CC8; }
p { color: rgb(144,12,200); }
H1.HeaderClassName
{
color: #900CC8;
}
.AnyTagClassName
{
color: #900CC8;
}
</style>
background-color css
<style>
a { background-color: #900CC8; }
a { background-color: rgb(144,12,200); }
div.DivClassName
{
background-color: #900CC8;
}
.BgClassName
{
background-color: #900CC8;
}
</style>
border-color css
<style>
span { border-color: #900CC8; }
span { border-color: rgb(144,12,200); }
td.TdClassName
{
border-color: #900CC8;
}
.TagClassName
{
border-color: #900CC8;
}
</style>