Shades of Dark Violet #9902BD
Tints of Dark Violet #9902BD
RGB
CMYK
RGB Variations
Color information
#9902BD (or 0x9902BD) is known color: Dark Violet. HEX triplet: 99, 02 and BD. RGB value is (153,2,189). Sum of RGB (Red+Green+Blue) = 153+2+189=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #9902BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9902BD is #66FD42. Grayscale: #434343. Windows color (decimal): -6749507 or 12386969. OLE color: 12386969.
HSL color Cylindrical-coordinate representation of color #9902BD: hue angle of 288.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9902BD is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 2 | 189 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.26 |
| HSL | 288.45º | 0.98% | 0.37% | - |
| HSV(B) | 288.45º | 0.99% | 0.74% | - |
| XYZ | 22.34 | 10.49 | 48.99 | - |
| YUV | 68.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 189 | 0.19 | 0.99 | 0 | 0.26 | 288.45 | 0.98 | 0.37 |
| Hex | 99 | 2 | BD | 13 | 63 | 0 | 1A | 120 | 62 | 25 |
| Octal | 231 | 2 | 275 | 23 | 143 | 0 | 32 | 440 | 142 | 45 |
| Binary | 10011001 | 10 | 10111101 | 10011 | 1100011 | 0 | 11010 | 100100000 | 1100010 | 100101 |
Color Harmonies of #9902BD
Complementary color
Monochromatic Colors of #9902BD
Black with #9902BD
Text Example
Text Example
White with #9902BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9902BD; }
p { color: rgb(153,2,189); }
H1.HeaderClassName
{
color: #9902BD;
}
.AnyTagClassName
{
color: #9902BD;
}
</style>
background-color css
<style>
a { background-color: #9902BD; }
a { background-color: rgb(153,2,189); }
div.DivClassName
{
background-color: #9902BD;
}
.BgClassName
{
background-color: #9902BD;
}
</style>
border-color css
<style>
span { border-color: #9902BD; }
span { border-color: rgb(153,2,189); }
td.TdClassName
{
border-color: #9902BD;
}
.TagClassName
{
border-color: #9902BD;
}
</style>