Shades of Dark Violet #9009DC
Tints of Dark Violet #9009DC
RGB
CMYK
RGB Variations
Color information
#9009DC (or 0x9009DC) is known color: Dark Violet. HEX triplet: 90, 09 and DC. RGB value is (144,9,220). Sum of RGB (Red+Green+Blue) = 144+9+220=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #9009DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9009DC is #6FF623. Grayscale: #484848. Windows color (decimal): -7337508 or 14420368. OLE color: 14420368.
HSL color Cylindrical-coordinate representation of color #9009DC: hue angle of 278.39º degrees, saturation: 0.92, 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 #9009DC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 9 | 220 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.14 |
| HSL | 278.39º | 0.92% | 0.45% | - |
| HSV(B) | 278.39º | 0.96% | 0.86% | - |
| XYZ | 24.52 | 11.29 | 68.6 | - |
| YUV | 73.42 | 210.73 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 220 | 0.35 | 0.96 | 0 | 0.14 | 278.39 | 0.92 | 0.45 |
| Hex | 90 | 9 | DC | 23 | 60 | 0 | E | 116 | 5C | 2D |
| Octal | 220 | 11 | 334 | 43 | 140 | 0 | 16 | 426 | 134 | 55 |
| Binary | 10010000 | 1001 | 11011100 | 100011 | 1100000 | 0 | 1110 | 100010110 | 1011100 | 101101 |
Color Harmonies of #9009DC
Complementary color
Monochromatic Colors of #9009DC
Black with #9009DC
Text Example
Text Example
White with #9009DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9009DC; }
p { color: rgb(144,9,220); }
H1.HeaderClassName
{
color: #9009DC;
}
.AnyTagClassName
{
color: #9009DC;
}
</style>
background-color css
<style>
a { background-color: #9009DC; }
a { background-color: rgb(144,9,220); }
div.DivClassName
{
background-color: #9009DC;
}
.BgClassName
{
background-color: #9009DC;
}
</style>
border-color css
<style>
span { border-color: #9009DC; }
span { border-color: rgb(144,9,220); }
td.TdClassName
{
border-color: #9009DC;
}
.TagClassName
{
border-color: #9009DC;
}
</style>