Shades of Dark Violet #9905DC
Tints of Dark Violet #9905DC
RGB
CMYK
RGB Variations
Color information
#9905DC (or 0x9905DC) is known color: Dark Violet. HEX triplet: 99, 05 and DC. RGB value is (153,5,220). Sum of RGB (Red+Green+Blue) = 153+5+220=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #9905DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905DC is #66FA23. Grayscale: #494949. Windows color (decimal): -6748708 or 14419353. OLE color: 14419353.
HSL color Cylindrical-coordinate representation of color #9905DC: hue angle of 281.3º 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 #9905DC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 5 | 220 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.14 |
| HSL | 281.3º | 0.96% | 0.44% | - |
| HSV(B) | 281.3º | 0.98% | 0.86% | - |
| XYZ | 26.11 | 12.05 | 68.66 | - |
| YUV | 73.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 220 | 0.30 | 0.98 | 0 | 0.14 | 281.3 | 0.96 | 0.44 |
| Hex | 99 | 5 | DC | 1E | 62 | 0 | E | 119 | 60 | 2C |
| Octal | 231 | 5 | 334 | 36 | 142 | 0 | 16 | 431 | 140 | 54 |
| Binary | 10011001 | 101 | 11011100 | 11110 | 1100010 | 0 | 1110 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9905DC
Complementary color
Monochromatic Colors of #9905DC
Black with #9905DC
Text Example
Text Example
White with #9905DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905DC; }
p { color: rgb(153,5,220); }
H1.HeaderClassName
{
color: #9905DC;
}
.AnyTagClassName
{
color: #9905DC;
}
</style>
background-color css
<style>
a { background-color: #9905DC; }
a { background-color: rgb(153,5,220); }
div.DivClassName
{
background-color: #9905DC;
}
.BgClassName
{
background-color: #9905DC;
}
</style>
border-color css
<style>
span { border-color: #9905DC; }
span { border-color: rgb(153,5,220); }
td.TdClassName
{
border-color: #9905DC;
}
.TagClassName
{
border-color: #9905DC;
}
</style>