Shades of Dark Violet #9002DC
Tints of Dark Violet #9002DC
RGB
CMYK
RGB Variations
Color information
#9002DC (or 0x9002DC) is known color: Dark Violet. HEX triplet: 90, 02 and DC. RGB value is (144,2,220). Sum of RGB (Red+Green+Blue) = 144+2+220=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #9002DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002DC is #6FFD23. Grayscale: #444444. Windows color (decimal): -7339300 or 14418576. OLE color: 14418576.
HSL color Cylindrical-coordinate representation of color #9002DC: hue angle of 279.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002DC is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 2 | 220 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.14 |
| HSL | 279.08º | 0.98% | 0.44% | - |
| HSV(B) | 279.08º | 0.99% | 0.86% | - |
| XYZ | 24.44 | 11.14 | 68.57 | - |
| YUV | 69.31 | 213.04 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 220 | 0.35 | 0.99 | 0 | 0.14 | 279.08 | 0.98 | 0.44 |
| Hex | 90 | 2 | DC | 23 | 63 | 0 | E | 117 | 62 | 2C |
| Octal | 220 | 2 | 334 | 43 | 143 | 0 | 16 | 427 | 142 | 54 |
| Binary | 10010000 | 10 | 11011100 | 100011 | 1100011 | 0 | 1110 | 100010111 | 1100010 | 101100 |
Color Harmonies of #9002DC
Complementary color
Monochromatic Colors of #9002DC
Black with #9002DC
Text Example
Text Example
White with #9002DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002DC; }
p { color: rgb(144,2,220); }
H1.HeaderClassName
{
color: #9002DC;
}
.AnyTagClassName
{
color: #9002DC;
}
</style>
background-color css
<style>
a { background-color: #9002DC; }
a { background-color: rgb(144,2,220); }
div.DivClassName
{
background-color: #9002DC;
}
.BgClassName
{
background-color: #9002DC;
}
</style>
border-color css
<style>
span { border-color: #9002DC; }
span { border-color: rgb(144,2,220); }
td.TdClassName
{
border-color: #9002DC;
}
.TagClassName
{
border-color: #9002DC;
}
</style>