Shades of Dark Violet #9904BA
Tints of Dark Violet #9904BA
RGB
CMYK
RGB Variations
Color information
#9904BA (or 0x9904BA) is known color: Dark Violet. HEX triplet: 99, 04 and BA. RGB value is (153,4,186). Sum of RGB (Red+Green+Blue) = 153+4+186=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #9904BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904BA is #66FB45. Grayscale: #444444. Windows color (decimal): -6748998 or 12190873. OLE color: 12190873.
HSL color Cylindrical-coordinate representation of color #9904BA: hue angle of 289.12º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904BA is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 4 | 186 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.27 |
| HSL | 289.12º | 0.96% | 0.37% | - |
| HSV(B) | 289.12º | 0.98% | 0.73% | - |
| XYZ | 22.04 | 10.4 | 47.3 | - |
| YUV | 69.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 186 | 0.18 | 0.98 | 0 | 0.27 | 289.12 | 0.96 | 0.37 |
| Hex | 99 | 4 | BA | 12 | 62 | 0 | 1B | 121 | 60 | 25 |
| Octal | 231 | 4 | 272 | 22 | 142 | 0 | 33 | 441 | 140 | 45 |
| Binary | 10011001 | 100 | 10111010 | 10010 | 1100010 | 0 | 11011 | 100100001 | 1100000 | 100101 |
Color Harmonies of #9904BA
Complementary color
Monochromatic Colors of #9904BA
Black with #9904BA
Text Example
Text Example
White with #9904BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9904BA; }
p { color: rgb(153,4,186); }
H1.HeaderClassName
{
color: #9904BA;
}
.AnyTagClassName
{
color: #9904BA;
}
</style>
background-color css
<style>
a { background-color: #9904BA; }
a { background-color: rgb(153,4,186); }
div.DivClassName
{
background-color: #9904BA;
}
.BgClassName
{
background-color: #9904BA;
}
</style>
border-color css
<style>
span { border-color: #9904BA; }
span { border-color: rgb(153,4,186); }
td.TdClassName
{
border-color: #9904BA;
}
.TagClassName
{
border-color: #9904BA;
}
</style>