Shades of Dark Violet #9900BA
Tints of Dark Violet #9900BA
RGB
CMYK
RGB Variations
Color information
#9900BA (or 0x9900BA) is known color: Dark Violet. HEX triplet: 99, 00 and BA. RGB value is (153,0,186). Sum of RGB (Red+Green+Blue) = 153+0+186=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #9900BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900BA is #66FF45. Grayscale: #424242. Windows color (decimal): -6750022 or 12189849. OLE color: 12189849.
HSL color Cylindrical-coordinate representation of color #9900BA: hue angle of 289.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900BA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 0 | 186 | - |
| CMYK | 0.18 | 1 | 0 | 0.27 |
| HSL | 289.35º | 1% | 0.36% | - |
| HSV(B) | 289.35º | 1% | 0.73% | - |
| XYZ | 22 | 10.32 | 47.29 | - |
| YUV | 66.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 186 | 0.18 | 1 | 0 | 0.27 | 289.35 | 1 | 0.36 |
| Hex | 99 | 0 | BA | 12 | 64 | 0 | 1B | 121 | 64 | 24 |
| Octal | 231 | 0 | 272 | 22 | 144 | 0 | 33 | 441 | 144 | 44 |
| Binary | 10011001 | 0 | 10111010 | 10010 | 1100100 | 0 | 11011 | 100100001 | 1100100 | 100100 |
Color Harmonies of #9900BA
Complementary color
Monochromatic Colors of #9900BA
Black with #9900BA
Text Example
Text Example
White with #9900BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900BA; }
p { color: rgb(153,0,186); }
H1.HeaderClassName
{
color: #9900BA;
}
.AnyTagClassName
{
color: #9900BA;
}
</style>
background-color css
<style>
a { background-color: #9900BA; }
a { background-color: rgb(153,0,186); }
div.DivClassName
{
background-color: #9900BA;
}
.BgClassName
{
background-color: #9900BA;
}
</style>
border-color css
<style>
span { border-color: #9900BA; }
span { border-color: rgb(153,0,186); }
td.TdClassName
{
border-color: #9900BA;
}
.TagClassName
{
border-color: #9900BA;
}
</style>