Shades of Dark Violet #9904BE
Tints of Dark Violet #9904BE
RGB
CMYK
RGB Variations
Color information
#9904BE (or 0x9904BE) is known color: Dark Violet. HEX triplet: 99, 04 and BE. RGB value is (153,4,190). Sum of RGB (Red+Green+Blue) = 153+4+190=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #9904BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904BE is #66FB41. Grayscale: #454545. Windows color (decimal): -6748994 or 12453017. OLE color: 12453017.
HSL color Cylindrical-coordinate representation of color #9904BE: hue angle of 288.06º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904BE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 4 | 190 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.25 |
| HSL | 288.06º | 0.96% | 0.38% | - |
| HSV(B) | 288.06º | 0.98% | 0.75% | - |
| XYZ | 22.47 | 10.58 | 49.57 | - |
| YUV | 69.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 190 | 0.19 | 0.98 | 0 | 0.25 | 288.06 | 0.96 | 0.38 |
| Hex | 99 | 4 | BE | 13 | 62 | 0 | 19 | 120 | 60 | 26 |
| Octal | 231 | 4 | 276 | 23 | 142 | 0 | 31 | 440 | 140 | 46 |
| Binary | 10011001 | 100 | 10111110 | 10011 | 1100010 | 0 | 11001 | 100100000 | 1100000 | 100110 |
Color Harmonies of #9904BE
Complementary color
Monochromatic Colors of #9904BE
Black with #9904BE
Text Example
Text Example
White with #9904BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9904BE; }
p { color: rgb(153,4,190); }
H1.HeaderClassName
{
color: #9904BE;
}
.AnyTagClassName
{
color: #9904BE;
}
</style>
background-color css
<style>
a { background-color: #9904BE; }
a { background-color: rgb(153,4,190); }
div.DivClassName
{
background-color: #9904BE;
}
.BgClassName
{
background-color: #9904BE;
}
</style>
border-color css
<style>
span { border-color: #9904BE; }
span { border-color: rgb(153,4,190); }
td.TdClassName
{
border-color: #9904BE;
}
.TagClassName
{
border-color: #9904BE;
}
</style>