Shades of Dark Violet #9902D8
Tints of Dark Violet #9902D8
RGB
CMYK
RGB Variations
Color information
#9902D8 (or 0x9902D8) is known color: Dark Violet. HEX triplet: 99, 02 and D8. RGB value is (153,2,216). Sum of RGB (Red+Green+Blue) = 153+2+216=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #9902D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9902D8 is #66FD27. Grayscale: #464646. Windows color (decimal): -6749480 or 14156441. OLE color: 14156441.
HSL color Cylindrical-coordinate representation of color #9902D8: hue angle of 282.34º 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 #9902D8 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 2 | 216 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.15 |
| HSL | 282.34º | 0.98% | 0.43% | - |
| HSV(B) | 282.34º | 0.99% | 0.85% | - |
| XYZ | 25.55 | 11.77 | 65.89 | - |
| YUV | 71.55 | 209.53 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 216 | 0.29 | 0.99 | 0 | 0.15 | 282.34 | 0.98 | 0.43 |
| Hex | 99 | 2 | D8 | 1D | 63 | 0 | F | 11A | 62 | 2B |
| Octal | 231 | 2 | 330 | 35 | 143 | 0 | 17 | 432 | 142 | 53 |
| Binary | 10011001 | 10 | 11011000 | 11101 | 1100011 | 0 | 1111 | 100011010 | 1100010 | 101011 |
Color Harmonies of #9902D8
Complementary color
Monochromatic Colors of #9902D8
Black with #9902D8
Text Example
Text Example
White with #9902D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9902D8; }
p { color: rgb(153,2,216); }
H1.HeaderClassName
{
color: #9902D8;
}
.AnyTagClassName
{
color: #9902D8;
}
</style>
background-color css
<style>
a { background-color: #9902D8; }
a { background-color: rgb(153,2,216); }
div.DivClassName
{
background-color: #9902D8;
}
.BgClassName
{
background-color: #9902D8;
}
</style>
border-color css
<style>
span { border-color: #9902D8; }
span { border-color: rgb(153,2,216); }
td.TdClassName
{
border-color: #9902D8;
}
.TagClassName
{
border-color: #9902D8;
}
</style>