Shades of Dark Violet #8E11E1
Tints of Dark Violet #8E11E1
RGB
CMYK
RGB Variations
Color information
#8E11E1 (or 0x8E11E1) is known color: Dark Violet. HEX triplet: 8E, 11 and E1. RGB value is (142,17,225). Sum of RGB (Red+Green+Blue) = 142+17+225=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E11E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11E1 is #71EE1E. Grayscale: #4D4D4D. Windows color (decimal): -7466527 or 14750094. OLE color: 14750094.
HSL color Cylindrical-coordinate representation of color #8E11E1: hue angle of 276.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E11E1 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 17 | 225 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.12 |
| HSL | 276.06º | 0.86% | 0.47% | - |
| HSV(B) | 276.06º | 0.92% | 0.88% | - |
| XYZ | 24.95 | 11.59 | 72.16 | - |
| YUV | 78.09 | 210.91 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 225 | 0.37 | 0.92 | 0 | 0.12 | 276.06 | 0.86 | 0.47 |
| Hex | 8E | 11 | E1 | 25 | 5C | 0 | C | 114 | 56 | 2F |
| Octal | 216 | 21 | 341 | 45 | 134 | 0 | 14 | 424 | 126 | 57 |
| Binary | 10001110 | 10001 | 11100001 | 100101 | 1011100 | 0 | 1100 | 100010100 | 1010110 | 101111 |
Color Harmonies of #8E11E1
Complementary color
Monochromatic Colors of #8E11E1
Black with #8E11E1
Text Example
Text Example
White with #8E11E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E11E1; }
p { color: rgb(142,17,225); }
H1.HeaderClassName
{
color: #8E11E1;
}
.AnyTagClassName
{
color: #8E11E1;
}
</style>
background-color css
<style>
a { background-color: #8E11E1; }
a { background-color: rgb(142,17,225); }
div.DivClassName
{
background-color: #8E11E1;
}
.BgClassName
{
background-color: #8E11E1;
}
</style>
border-color css
<style>
span { border-color: #8E11E1; }
span { border-color: rgb(142,17,225); }
td.TdClassName
{
border-color: #8E11E1;
}
.TagClassName
{
border-color: #8E11E1;
}
</style>