Shades of Dark Violet #9902BA
Tints of Dark Violet #9902BA
RGB
CMYK
RGB Variations
Color information
#9902BA (or 0x9902BA) is known color: Dark Violet. HEX triplet: 99, 02 and BA. RGB value is (153,2,186). Sum of RGB (Red+Green+Blue) = 153+2+186=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #9902BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9902BA is #66FD45. Grayscale: #434343. Windows color (decimal): -6749510 or 12190361. OLE color: 12190361.
HSL color Cylindrical-coordinate representation of color #9902BA: hue angle of 289.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9902BA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 2 | 186 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.27 |
| HSL | 289.24º | 0.98% | 0.37% | - |
| HSV(B) | 289.24º | 0.99% | 0.73% | - |
| XYZ | 22.02 | 10.36 | 47.29 | - |
| YUV | 68.13 | 194.53 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 186 | 0.18 | 0.99 | 0 | 0.27 | 289.24 | 0.98 | 0.37 |
| Hex | 99 | 2 | BA | 12 | 63 | 0 | 1B | 121 | 62 | 25 |
| Octal | 231 | 2 | 272 | 22 | 143 | 0 | 33 | 441 | 142 | 45 |
| Binary | 10011001 | 10 | 10111010 | 10010 | 1100011 | 0 | 11011 | 100100001 | 1100010 | 100101 |
Color Harmonies of #9902BA
Complementary color
Monochromatic Colors of #9902BA
Black with #9902BA
Text Example
Text Example
White with #9902BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9902BA; }
p { color: rgb(153,2,186); }
H1.HeaderClassName
{
color: #9902BA;
}
.AnyTagClassName
{
color: #9902BA;
}
</style>
background-color css
<style>
a { background-color: #9902BA; }
a { background-color: rgb(153,2,186); }
div.DivClassName
{
background-color: #9902BA;
}
.BgClassName
{
background-color: #9902BA;
}
</style>
border-color css
<style>
span { border-color: #9902BA; }
span { border-color: rgb(153,2,186); }
td.TdClassName
{
border-color: #9902BA;
}
.TagClassName
{
border-color: #9902BA;
}
</style>