Shades of Dark Violet #9002D9
Tints of Dark Violet #9002D9
RGB
CMYK
RGB Variations
Color information
#9002D9 (or 0x9002D9) is known color: Dark Violet. HEX triplet: 90, 02 and D9. RGB value is (144,2,217). Sum of RGB (Red+Green+Blue) = 144+2+217=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #9002D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002D9 is #6FFD26. Grayscale: #444444. Windows color (decimal): -7339303 or 14221968. OLE color: 14221968.
HSL color Cylindrical-coordinate representation of color #9002D9: hue angle of 279.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002D9 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 2 | 217 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.15 |
| HSL | 279.63º | 0.98% | 0.43% | - |
| HSV(B) | 279.63º | 0.99% | 0.85% | - |
| XYZ | 24.05 | 10.98 | 66.5 | - |
| YUV | 68.97 | 211.54 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 217 | 0.34 | 0.99 | 0 | 0.15 | 279.63 | 0.98 | 0.43 |
| Hex | 90 | 2 | D9 | 22 | 63 | 0 | F | 118 | 62 | 2B |
| Octal | 220 | 2 | 331 | 42 | 143 | 0 | 17 | 430 | 142 | 53 |
| Binary | 10010000 | 10 | 11011001 | 100010 | 1100011 | 0 | 1111 | 100011000 | 1100010 | 101011 |
Color Harmonies of #9002D9
Complementary color
Monochromatic Colors of #9002D9
Black with #9002D9
Text Example
Text Example
White with #9002D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002D9; }
p { color: rgb(144,2,217); }
H1.HeaderClassName
{
color: #9002D9;
}
.AnyTagClassName
{
color: #9002D9;
}
</style>
background-color css
<style>
a { background-color: #9002D9; }
a { background-color: rgb(144,2,217); }
div.DivClassName
{
background-color: #9002D9;
}
.BgClassName
{
background-color: #9002D9;
}
</style>
border-color css
<style>
span { border-color: #9002D9; }
span { border-color: rgb(144,2,217); }
td.TdClassName
{
border-color: #9002D9;
}
.TagClassName
{
border-color: #9002D9;
}
</style>