Shades of Dark Violet #9905CE
Tints of Dark Violet #9905CE
RGB
CMYK
RGB Variations
Color information
#9905CE (or 0x9905CE) is known color: Dark Violet. HEX triplet: 99, 05 and CE. RGB value is (153,5,206). Sum of RGB (Red+Green+Blue) = 153+5+206=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #9905CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905CE is #66FA31. Grayscale: #474747. Windows color (decimal): -6748722 or 13501849. OLE color: 13501849.
HSL color Cylindrical-coordinate representation of color #9905CE: hue angle of 284.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905CE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 5 | 206 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.19 |
| HSL | 284.18º | 0.95% | 0.41% | - |
| HSV(B) | 284.18º | 0.98% | 0.81% | - |
| XYZ | 24.33 | 11.34 | 59.3 | - |
| YUV | 72.17 | 203.53 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 206 | 0.26 | 0.98 | 0 | 0.19 | 284.18 | 0.95 | 0.41 |
| Hex | 99 | 5 | CE | 1A | 62 | 0 | 13 | 11C | 5F | 29 |
| Octal | 231 | 5 | 316 | 32 | 142 | 0 | 23 | 434 | 137 | 51 |
| Binary | 10011001 | 101 | 11001110 | 11010 | 1100010 | 0 | 10011 | 100011100 | 1011111 | 101001 |
Color Harmonies of #9905CE
Complementary color
Monochromatic Colors of #9905CE
Black with #9905CE
Text Example
Text Example
White with #9905CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905CE; }
p { color: rgb(153,5,206); }
H1.HeaderClassName
{
color: #9905CE;
}
.AnyTagClassName
{
color: #9905CE;
}
</style>
background-color css
<style>
a { background-color: #9905CE; }
a { background-color: rgb(153,5,206); }
div.DivClassName
{
background-color: #9905CE;
}
.BgClassName
{
background-color: #9905CE;
}
</style>
border-color css
<style>
span { border-color: #9905CE; }
span { border-color: rgb(153,5,206); }
td.TdClassName
{
border-color: #9905CE;
}
.TagClassName
{
border-color: #9905CE;
}
</style>