Shades of Dark Violet #9002CE
Tints of Dark Violet #9002CE
RGB
CMYK
RGB Variations
Color information
#9002CE (or 0x9002CE) is known color: Dark Violet. HEX triplet: 90, 02 and CE. RGB value is (144,2,206). Sum of RGB (Red+Green+Blue) = 144+2+206=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #9002CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002CE is #6FFD31. Grayscale: #434343. Windows color (decimal): -7339314 or 13501072. OLE color: 13501072.
HSL color Cylindrical-coordinate representation of color #9002CE: hue angle of 281.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002CE is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 2 | 206 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.19 |
| HSL | 281.76º | 0.98% | 0.41% | - |
| HSV(B) | 281.76º | 0.99% | 0.81% | - |
| XYZ | 22.66 | 10.43 | 59.21 | - |
| YUV | 67.71 | 206.04 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 206 | 0.30 | 0.99 | 0 | 0.19 | 281.76 | 0.98 | 0.41 |
| Hex | 90 | 2 | CE | 1E | 63 | 0 | 13 | 11A | 62 | 29 |
| Octal | 220 | 2 | 316 | 36 | 143 | 0 | 23 | 432 | 142 | 51 |
| Binary | 10010000 | 10 | 11001110 | 11110 | 1100011 | 0 | 10011 | 100011010 | 1100010 | 101001 |
Color Harmonies of #9002CE
Complementary color
Monochromatic Colors of #9002CE
Black with #9002CE
Text Example
Text Example
White with #9002CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002CE; }
p { color: rgb(144,2,206); }
H1.HeaderClassName
{
color: #9002CE;
}
.AnyTagClassName
{
color: #9002CE;
}
</style>
background-color css
<style>
a { background-color: #9002CE; }
a { background-color: rgb(144,2,206); }
div.DivClassName
{
background-color: #9002CE;
}
.BgClassName
{
background-color: #9002CE;
}
</style>
border-color css
<style>
span { border-color: #9002CE; }
span { border-color: rgb(144,2,206); }
td.TdClassName
{
border-color: #9002CE;
}
.TagClassName
{
border-color: #9002CE;
}
</style>