Shades of Dark Violet #9904DC
Tints of Dark Violet #9904DC
RGB
CMYK
RGB Variations
Color information
#9904DC (or 0x9904DC) is known color: Dark Violet. HEX triplet: 99, 04 and DC. RGB value is (153,4,220). Sum of RGB (Red+Green+Blue) = 153+4+220=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #9904DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904DC is #66FB23. Grayscale: #484848. Windows color (decimal): -6748964 or 14419097. OLE color: 14419097.
HSL color Cylindrical-coordinate representation of color #9904DC: hue angle of 281.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904DC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 4 | 220 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.14 |
| HSL | 281.39º | 0.96% | 0.44% | - |
| HSV(B) | 281.39º | 0.98% | 0.86% | - |
| XYZ | 26.1 | 12.03 | 68.66 | - |
| YUV | 73.18 | 210.86 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 220 | 0.30 | 0.98 | 0 | 0.14 | 281.39 | 0.96 | 0.44 |
| Hex | 99 | 4 | DC | 1E | 62 | 0 | E | 119 | 60 | 2C |
| Octal | 231 | 4 | 334 | 36 | 142 | 0 | 16 | 431 | 140 | 54 |
| Binary | 10011001 | 100 | 11011100 | 11110 | 1100010 | 0 | 1110 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9904DC
Complementary color
Monochromatic Colors of #9904DC
Black with #9904DC
Text Example
Text Example
White with #9904DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9904DC; }
p { color: rgb(153,4,220); }
H1.HeaderClassName
{
color: #9904DC;
}
.AnyTagClassName
{
color: #9904DC;
}
</style>
background-color css
<style>
a { background-color: #9904DC; }
a { background-color: rgb(153,4,220); }
div.DivClassName
{
background-color: #9904DC;
}
.BgClassName
{
background-color: #9904DC;
}
</style>
border-color css
<style>
span { border-color: #9904DC; }
span { border-color: rgb(153,4,220); }
td.TdClassName
{
border-color: #9904DC;
}
.TagClassName
{
border-color: #9904DC;
}
</style>