Shades of Dark Violet #9918CE
Tints of Dark Violet #9918CE
RGB
CMYK
RGB Variations
Color information
#9918CE (or 0x9918CE) is known color: Dark Violet. HEX triplet: 99, 18 and CE. RGB value is (153,24,206). Sum of RGB (Red+Green+Blue) = 153+24+206=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #9918CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918CE is #66E731. Grayscale: #525252. Windows color (decimal): -6743858 or 13506713. OLE color: 13506713.
HSL color Cylindrical-coordinate representation of color #9918CE: hue angle of 282.53º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9918CE is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 24 | 206 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.19 |
| HSL | 282.53º | 0.79% | 0.45% | - |
| HSV(B) | 282.53º | 0.88% | 0.81% | - |
| XYZ | 24.6 | 11.88 | 59.39 | - |
| YUV | 83.32 | 197.24 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 206 | 0.26 | 0.88 | 0 | 0.19 | 282.53 | 0.79 | 0.45 |
| Hex | 99 | 18 | CE | 1A | 58 | 0 | 13 | 11B | 4F | 2D |
| Octal | 231 | 30 | 316 | 32 | 130 | 0 | 23 | 433 | 117 | 55 |
| Binary | 10011001 | 11000 | 11001110 | 11010 | 1011000 | 0 | 10011 | 100011011 | 1001111 | 101101 |
Color Harmonies of #9918CE
Complementary color
Monochromatic Colors of #9918CE
Black with #9918CE
Text Example
Text Example
White with #9918CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918CE; }
p { color: rgb(153,24,206); }
H1.HeaderClassName
{
color: #9918CE;
}
.AnyTagClassName
{
color: #9918CE;
}
</style>
background-color css
<style>
a { background-color: #9918CE; }
a { background-color: rgb(153,24,206); }
div.DivClassName
{
background-color: #9918CE;
}
.BgClassName
{
background-color: #9918CE;
}
</style>
border-color css
<style>
span { border-color: #9918CE; }
span { border-color: rgb(153,24,206); }
td.TdClassName
{
border-color: #9918CE;
}
.TagClassName
{
border-color: #9918CE;
}
</style>