Shades of Dark Violet #9912BA
Tints of Dark Violet #9912BA
RGB
CMYK
RGB Variations
Color information
#9912BA (or 0x9912BA) is known color: Dark Violet. HEX triplet: 99, 12 and BA. RGB value is (153,18,186). Sum of RGB (Red+Green+Blue) = 153+18+186=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9912BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912BA is #66ED45. Grayscale: #4C4C4C. Windows color (decimal): -6745414 or 12194457. OLE color: 12194457.
HSL color Cylindrical-coordinate representation of color #9912BA: hue angle of 288.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9912BA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 18 | 186 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.27 |
| HSL | 288.21º | 0.82% | 0.4% | - |
| HSV(B) | 288.21º | 0.9% | 0.73% | - |
| XYZ | 22.22 | 10.75 | 47.36 | - |
| YUV | 77.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 186 | 0.18 | 0.90 | 0 | 0.27 | 288.21 | 0.82 | 0.4 |
| Hex | 99 | 12 | BA | 12 | 5A | 0 | 1B | 120 | 52 | 28 |
| Octal | 231 | 22 | 272 | 22 | 132 | 0 | 33 | 440 | 122 | 50 |
| Binary | 10011001 | 10010 | 10111010 | 10010 | 1011010 | 0 | 11011 | 100100000 | 1010010 | 101000 |
Color Harmonies of #9912BA
Complementary color
Monochromatic Colors of #9912BA
Black with #9912BA
Text Example
Text Example
White with #9912BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9912BA; }
p { color: rgb(153,18,186); }
H1.HeaderClassName
{
color: #9912BA;
}
.AnyTagClassName
{
color: #9912BA;
}
</style>
background-color css
<style>
a { background-color: #9912BA; }
a { background-color: rgb(153,18,186); }
div.DivClassName
{
background-color: #9912BA;
}
.BgClassName
{
background-color: #9912BA;
}
</style>
border-color css
<style>
span { border-color: #9912BA; }
span { border-color: rgb(153,18,186); }
td.TdClassName
{
border-color: #9912BA;
}
.TagClassName
{
border-color: #9912BA;
}
</style>