Shades of Dark Violet #9905DB
Tints of Dark Violet #9905DB
RGB
CMYK
RGB Variations
Color information
#9905DB (or 0x9905DB) is known color: Dark Violet. HEX triplet: 99, 05 and DB. RGB value is (153,5,219). Sum of RGB (Red+Green+Blue) = 153+5+219=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #9905DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905DB is #66FA24. Grayscale: #484848. Windows color (decimal): -6748709 or 14353817. OLE color: 14353817.
HSL color Cylindrical-coordinate representation of color #9905DB: hue angle of 281.5º 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 #9905DB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 5 | 219 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.14 |
| HSL | 281.5º | 0.96% | 0.44% | - |
| HSV(B) | 281.5º | 0.98% | 0.86% | - |
| XYZ | 25.98 | 12 | 67.96 | - |
| YUV | 73.65 | 210.03 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 219 | 0.30 | 0.98 | 0 | 0.14 | 281.5 | 0.96 | 0.44 |
| Hex | 99 | 5 | DB | 1E | 62 | 0 | E | 119 | 60 | 2C |
| Octal | 231 | 5 | 333 | 36 | 142 | 0 | 16 | 431 | 140 | 54 |
| Binary | 10011001 | 101 | 11011011 | 11110 | 1100010 | 0 | 1110 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9905DB
Complementary color
Monochromatic Colors of #9905DB
Black with #9905DB
Text Example
Text Example
White with #9905DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905DB; }
p { color: rgb(153,5,219); }
H1.HeaderClassName
{
color: #9905DB;
}
.AnyTagClassName
{
color: #9905DB;
}
</style>
background-color css
<style>
a { background-color: #9905DB; }
a { background-color: rgb(153,5,219); }
div.DivClassName
{
background-color: #9905DB;
}
.BgClassName
{
background-color: #9905DB;
}
</style>
border-color css
<style>
span { border-color: #9905DB; }
span { border-color: rgb(153,5,219); }
td.TdClassName
{
border-color: #9905DB;
}
.TagClassName
{
border-color: #9905DB;
}
</style>