Shades of Dark Violet #9900CE
Tints of Dark Violet #9900CE
RGB
CMYK
RGB Variations
Color information
#9900CE (or 0x9900CE) is known color: Dark Violet. HEX triplet: 99, 00 and CE. RGB value is (153,0,206). Sum of RGB (Red+Green+Blue) = 153+0+206=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #9900CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900CE is #66FF31. Grayscale: #444444. Windows color (decimal): -6750002 or 13500569. OLE color: 13500569.
HSL color Cylindrical-coordinate representation of color #9900CE: hue angle of 284.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900CE is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 0 | 206 | - |
| CMYK | 0.26 | 1 | 0 | 0.19 |
| HSL | 284.56º | 1% | 0.4% | - |
| HSV(B) | 284.56º | 1% | 0.81% | - |
| XYZ | 24.28 | 11.23 | 59.28 | - |
| YUV | 69.23 | 205.19 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 206 | 0.26 | 1 | 0 | 0.19 | 284.56 | 1 | 0.4 |
| Hex | 99 | 0 | CE | 1A | 64 | 0 | 13 | 11D | 64 | 28 |
| Octal | 231 | 0 | 316 | 32 | 144 | 0 | 23 | 435 | 144 | 50 |
| Binary | 10011001 | 0 | 11001110 | 11010 | 1100100 | 0 | 10011 | 100011101 | 1100100 | 101000 |
Color Harmonies of #9900CE
Complementary color
Monochromatic Colors of #9900CE
Black with #9900CE
Text Example
Text Example
White with #9900CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900CE; }
p { color: rgb(153,0,206); }
H1.HeaderClassName
{
color: #9900CE;
}
.AnyTagClassName
{
color: #9900CE;
}
</style>
background-color css
<style>
a { background-color: #9900CE; }
a { background-color: rgb(153,0,206); }
div.DivClassName
{
background-color: #9900CE;
}
.BgClassName
{
background-color: #9900CE;
}
</style>
border-color css
<style>
span { border-color: #9900CE; }
span { border-color: rgb(153,0,206); }
td.TdClassName
{
border-color: #9900CE;
}
.TagClassName
{
border-color: #9900CE;
}
</style>