Shades of Dark Violet #9008DC
Tints of Dark Violet #9008DC
RGB
CMYK
RGB Variations
Color information
#9008DC (or 0x9008DC) is known color: Dark Violet. HEX triplet: 90, 08 and DC. RGB value is (144,8,220). Sum of RGB (Red+Green+Blue) = 144+8+220=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #9008DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008DC is #6FF723. Grayscale: #484848. Windows color (decimal): -7337764 or 14420112. OLE color: 14420112.
HSL color Cylindrical-coordinate representation of color #9008DC: hue angle of 278.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9008DC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 8 | 220 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.14 |
| HSL | 278.49º | 0.93% | 0.45% | - |
| HSV(B) | 278.49º | 0.96% | 0.86% | - |
| XYZ | 24.51 | 11.27 | 68.59 | - |
| YUV | 72.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 220 | 0.35 | 0.96 | 0 | 0.14 | 278.49 | 0.93 | 0.45 |
| Hex | 90 | 8 | DC | 23 | 60 | 0 | E | 116 | 5D | 2D |
| Octal | 220 | 10 | 334 | 43 | 140 | 0 | 16 | 426 | 135 | 55 |
| Binary | 10010000 | 1000 | 11011100 | 100011 | 1100000 | 0 | 1110 | 100010110 | 1011101 | 101101 |
Color Harmonies of #9008DC
Complementary color
Monochromatic Colors of #9008DC
Black with #9008DC
Text Example
Text Example
White with #9008DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9008DC; }
p { color: rgb(144,8,220); }
H1.HeaderClassName
{
color: #9008DC;
}
.AnyTagClassName
{
color: #9008DC;
}
</style>
background-color css
<style>
a { background-color: #9008DC; }
a { background-color: rgb(144,8,220); }
div.DivClassName
{
background-color: #9008DC;
}
.BgClassName
{
background-color: #9008DC;
}
</style>
border-color css
<style>
span { border-color: #9008DC; }
span { border-color: rgb(144,8,220); }
td.TdClassName
{
border-color: #9008DC;
}
.TagClassName
{
border-color: #9008DC;
}
</style>