Shades of Dark Violet #9904DB
Tints of Dark Violet #9904DB
RGB
CMYK
RGB Variations
Color information
#9904DB (or 0x9904DB) is known color: Dark Violet. HEX triplet: 99, 04 and DB. RGB value is (153,4,219). Sum of RGB (Red+Green+Blue) = 153+4+219=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #9904DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904DB is #66FB24. Grayscale: #484848. Windows color (decimal): -6748965 or 14353561. OLE color: 14353561.
HSL color Cylindrical-coordinate representation of color #9904DB: hue angle of 281.58º 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 #9904DB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 4 | 219 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.14 |
| HSL | 281.58º | 0.96% | 0.44% | - |
| HSV(B) | 281.58º | 0.98% | 0.86% | - |
| XYZ | 25.97 | 11.97 | 67.96 | - |
| YUV | 73.06 | 210.36 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 219 | 0.30 | 0.98 | 0 | 0.14 | 281.58 | 0.96 | 0.44 |
| Hex | 99 | 4 | DB | 1E | 62 | 0 | E | 11A | 60 | 2C |
| Octal | 231 | 4 | 333 | 36 | 142 | 0 | 16 | 432 | 140 | 54 |
| Binary | 10011001 | 100 | 11011011 | 11110 | 1100010 | 0 | 1110 | 100011010 | 1100000 | 101100 |
Color Harmonies of #9904DB
Complementary color
Monochromatic Colors of #9904DB
Black with #9904DB
Text Example
Text Example
White with #9904DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9904DB; }
p { color: rgb(153,4,219); }
H1.HeaderClassName
{
color: #9904DB;
}
.AnyTagClassName
{
color: #9904DB;
}
</style>
background-color css
<style>
a { background-color: #9904DB; }
a { background-color: rgb(153,4,219); }
div.DivClassName
{
background-color: #9904DB;
}
.BgClassName
{
background-color: #9904DB;
}
</style>
border-color css
<style>
span { border-color: #9904DB; }
span { border-color: rgb(153,4,219); }
td.TdClassName
{
border-color: #9904DB;
}
.TagClassName
{
border-color: #9904DB;
}
</style>