Shades of Dark Violet #9E10CE
Tints of Dark Violet #9E10CE
RGB
CMYK
RGB Variations
Color information
#9E10CE (or 0x9E10CE) is known color: Dark Violet. HEX triplet: 9E, 10 and CE. RGB value is (158,16,206). Sum of RGB (Red+Green+Blue) = 158+16+206=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10CE is #61EF31. Grayscale: #4F4F4F. Windows color (decimal): -6418226 or 13504670. OLE color: 13504670.
HSL color Cylindrical-coordinate representation of color #9E10CE: hue angle of 284.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E10CE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 16 | 206 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.19 |
| HSL | 284.84º | 0.86% | 0.44% | - |
| HSV(B) | 284.84º | 0.92% | 0.81% | - |
| XYZ | 25.43 | 12.1 | 59.39 | - |
| YUV | 80.12 | 199.04 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 206 | 0.23 | 0.92 | 0 | 0.19 | 284.84 | 0.86 | 0.44 |
| Hex | 9E | 10 | CE | 17 | 5C | 0 | 13 | 11D | 56 | 2C |
| Octal | 236 | 20 | 316 | 27 | 134 | 0 | 23 | 435 | 126 | 54 |
| Binary | 10011110 | 10000 | 11001110 | 10111 | 1011100 | 0 | 10011 | 100011101 | 1010110 | 101100 |
Color Harmonies of #9E10CE
Complementary color
Monochromatic Colors of #9E10CE
Black with #9E10CE
Text Example
Text Example
White with #9E10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E10CE; }
p { color: rgb(158,16,206); }
H1.HeaderClassName
{
color: #9E10CE;
}
.AnyTagClassName
{
color: #9E10CE;
}
</style>
background-color css
<style>
a { background-color: #9E10CE; }
a { background-color: rgb(158,16,206); }
div.DivClassName
{
background-color: #9E10CE;
}
.BgClassName
{
background-color: #9E10CE;
}
</style>
border-color css
<style>
span { border-color: #9E10CE; }
span { border-color: rgb(158,16,206); }
td.TdClassName
{
border-color: #9E10CE;
}
.TagClassName
{
border-color: #9E10CE;
}
</style>