Shades of Dark Violet #9E10DF
Tints of Dark Violet #9E10DF
RGB
CMYK
RGB Variations
Color information
#9E10DF (or 0x9E10DF) is known color: Dark Violet. HEX triplet: 9E, 10 and DF. RGB value is (158,16,223). Sum of RGB (Red+Green+Blue) = 158+16+223=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10DF is #61EF20. Grayscale: #515151. Windows color (decimal): -6418209 or 14618782. OLE color: 14618782.
HSL color Cylindrical-coordinate representation of color #9E10DF: hue angle of 281.16º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E10DF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 16 | 223 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.13 |
| HSL | 281.16º | 0.87% | 0.47% | - |
| HSV(B) | 281.16º | 0.93% | 0.87% | - |
| XYZ | 27.61 | 12.97 | 70.86 | - |
| YUV | 82.06 | 207.54 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 223 | 0.29 | 0.93 | 0 | 0.13 | 281.16 | 0.87 | 0.47 |
| Hex | 9E | 10 | DF | 1D | 5D | 0 | D | 119 | 57 | 2F |
| Octal | 236 | 20 | 337 | 35 | 135 | 0 | 15 | 431 | 127 | 57 |
| Binary | 10011110 | 10000 | 11011111 | 11101 | 1011101 | 0 | 1101 | 100011001 | 1010111 | 101111 |
Color Harmonies of #9E10DF
Complementary color
Monochromatic Colors of #9E10DF
Black with #9E10DF
Text Example
Text Example
White with #9E10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E10DF; }
p { color: rgb(158,16,223); }
H1.HeaderClassName
{
color: #9E10DF;
}
.AnyTagClassName
{
color: #9E10DF;
}
</style>
background-color css
<style>
a { background-color: #9E10DF; }
a { background-color: rgb(158,16,223); }
div.DivClassName
{
background-color: #9E10DF;
}
.BgClassName
{
background-color: #9E10DF;
}
</style>
border-color css
<style>
span { border-color: #9E10DF; }
span { border-color: rgb(158,16,223); }
td.TdClassName
{
border-color: #9E10DF;
}
.TagClassName
{
border-color: #9E10DF;
}
</style>