Shades of Dark Violet #9E0FE1
Tints of Dark Violet #9E0FE1
RGB
CMYK
RGB Variations
Color information
#9E0FE1 (or 0x9E0FE1) is known color: Dark Violet. HEX triplet: 9E, 0F and E1. RGB value is (158,15,225). Sum of RGB (Red+Green+Blue) = 158+15+225=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E0FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0FE1 is #61F01E. Grayscale: #515151. Windows color (decimal): -6418463 or 14749598. OLE color: 14749598.
HSL color Cylindrical-coordinate representation of color #9E0FE1: hue angle of 280.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0FE1 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 15 | 225 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.12 |
| HSL | 280.86º | 0.88% | 0.47% | - |
| HSV(B) | 280.86º | 0.93% | 0.88% | - |
| XYZ | 27.86 | 13.05 | 72.28 | - |
| YUV | 81.7 | 208.88 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 225 | 0.30 | 0.93 | 0 | 0.12 | 280.86 | 0.88 | 0.47 |
| Hex | 9E | F | E1 | 1E | 5D | 0 | C | 119 | 58 | 2F |
| Octal | 236 | 17 | 341 | 36 | 135 | 0 | 14 | 431 | 130 | 57 |
| Binary | 10011110 | 1111 | 11100001 | 11110 | 1011101 | 0 | 1100 | 100011001 | 1011000 | 101111 |
Color Harmonies of #9E0FE1
Complementary color
Monochromatic Colors of #9E0FE1
Black with #9E0FE1
Text Example
Text Example
White with #9E0FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FE1; }
p { color: rgb(158,15,225); }
H1.HeaderClassName
{
color: #9E0FE1;
}
.AnyTagClassName
{
color: #9E0FE1;
}
</style>
background-color css
<style>
a { background-color: #9E0FE1; }
a { background-color: rgb(158,15,225); }
div.DivClassName
{
background-color: #9E0FE1;
}
.BgClassName
{
background-color: #9E0FE1;
}
</style>
border-color css
<style>
span { border-color: #9E0FE1; }
span { border-color: rgb(158,15,225); }
td.TdClassName
{
border-color: #9E0FE1;
}
.TagClassName
{
border-color: #9E0FE1;
}
</style>