Shades of Dark Violet #9E15DF
Tints of Dark Violet #9E15DF
RGB
CMYK
RGB Variations
Color information
#9E15DF (or 0x9E15DF) is known color: Dark Violet. HEX triplet: 9E, 15 and DF. RGB value is (158,21,223). Sum of RGB (Red+Green+Blue) = 158+21+223=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E15DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E15DF is #61EA20. Grayscale: #545454. Windows color (decimal): -6416929 or 14620062. OLE color: 14620062.
HSL color Cylindrical-coordinate representation of color #9E15DF: hue angle of 280.69º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E15DF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 21 | 223 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.13 |
| HSL | 280.69º | 0.83% | 0.48% | - |
| HSV(B) | 280.69º | 0.91% | 0.87% | - |
| XYZ | 27.69 | 13.13 | 70.89 | - |
| YUV | 84.99 | 205.89 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 223 | 0.29 | 0.91 | 0 | 0.13 | 280.69 | 0.83 | 0.48 |
| Hex | 9E | 15 | DF | 1D | 5B | 0 | D | 119 | 53 | 30 |
| Octal | 236 | 25 | 337 | 35 | 133 | 0 | 15 | 431 | 123 | 60 |
| Binary | 10011110 | 10101 | 11011111 | 11101 | 1011011 | 0 | 1101 | 100011001 | 1010011 | 110000 |
Color Harmonies of #9E15DF
Complementary color
Monochromatic Colors of #9E15DF
Black with #9E15DF
Text Example
Text Example
White with #9E15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E15DF; }
p { color: rgb(158,21,223); }
H1.HeaderClassName
{
color: #9E15DF;
}
.AnyTagClassName
{
color: #9E15DF;
}
</style>
background-color css
<style>
a { background-color: #9E15DF; }
a { background-color: rgb(158,21,223); }
div.DivClassName
{
background-color: #9E15DF;
}
.BgClassName
{
background-color: #9E15DF;
}
</style>
border-color css
<style>
span { border-color: #9E15DF; }
span { border-color: rgb(158,21,223); }
td.TdClassName
{
border-color: #9E15DF;
}
.TagClassName
{
border-color: #9E15DF;
}
</style>