Shades of Dark Violet #9916CE
Tints of Dark Violet #9916CE
RGB
CMYK
RGB Variations
Color information
#9916CE (or 0x9916CE) is known color: Dark Violet. HEX triplet: 99, 16 and CE. RGB value is (153,22,206). Sum of RGB (Red+Green+Blue) = 153+22+206=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #9916CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9916CE is #66E931. Grayscale: #515151. Windows color (decimal): -6744370 or 13506201. OLE color: 13506201.
HSL color Cylindrical-coordinate representation of color #9916CE: hue angle of 282.72º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9916CE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 22 | 206 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.19 |
| HSL | 282.72º | 0.81% | 0.45% | - |
| HSV(B) | 282.72º | 0.89% | 0.81% | - |
| XYZ | 24.56 | 11.8 | 59.38 | - |
| YUV | 82.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 206 | 0.26 | 0.89 | 0 | 0.19 | 282.72 | 0.81 | 0.45 |
| Hex | 99 | 16 | CE | 1A | 59 | 0 | 13 | 11B | 51 | 2D |
| Octal | 231 | 26 | 316 | 32 | 131 | 0 | 23 | 433 | 121 | 55 |
| Binary | 10011001 | 10110 | 11001110 | 11010 | 1011001 | 0 | 10011 | 100011011 | 1010001 | 101101 |
Color Harmonies of #9916CE
Complementary color
Monochromatic Colors of #9916CE
Black with #9916CE
Text Example
Text Example
White with #9916CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9916CE; }
p { color: rgb(153,22,206); }
H1.HeaderClassName
{
color: #9916CE;
}
.AnyTagClassName
{
color: #9916CE;
}
</style>
background-color css
<style>
a { background-color: #9916CE; }
a { background-color: rgb(153,22,206); }
div.DivClassName
{
background-color: #9916CE;
}
.BgClassName
{
background-color: #9916CE;
}
</style>
border-color css
<style>
span { border-color: #9916CE; }
span { border-color: rgb(153,22,206); }
td.TdClassName
{
border-color: #9916CE;
}
.TagClassName
{
border-color: #9916CE;
}
</style>