Shades of Dark Violet #8E19CE
Tints of Dark Violet #8E19CE
RGB
CMYK
RGB Variations
Color information
#8E19CE (or 0x8E19CE) is known color: Dark Violet. HEX triplet: 8E, 19 and CE. RGB value is (142,25,206). Sum of RGB (Red+Green+Blue) = 142+25+206=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E19CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E19CE is #71E631. Grayscale: #505050. Windows color (decimal): -7464498 or 13506958. OLE color: 13506958.
HSL color Cylindrical-coordinate representation of color #8E19CE: hue angle of 278.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E19CE is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 25 | 206 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.19 |
| HSL | 278.78º | 0.78% | 0.45% | - |
| HSV(B) | 278.78º | 0.88% | 0.81% | - |
| XYZ | 22.64 | 10.9 | 59.3 | - |
| YUV | 80.62 | 198.76 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 206 | 0.31 | 0.88 | 0 | 0.19 | 278.78 | 0.78 | 0.45 |
| Hex | 8E | 19 | CE | 1F | 58 | 0 | 13 | 117 | 4E | 2D |
| Octal | 216 | 31 | 316 | 37 | 130 | 0 | 23 | 427 | 116 | 55 |
| Binary | 10001110 | 11001 | 11001110 | 11111 | 1011000 | 0 | 10011 | 100010111 | 1001110 | 101101 |
Color Harmonies of #8E19CE
Complementary color
Monochromatic Colors of #8E19CE
Black with #8E19CE
Text Example
Text Example
White with #8E19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E19CE; }
p { color: rgb(142,25,206); }
H1.HeaderClassName
{
color: #8E19CE;
}
.AnyTagClassName
{
color: #8E19CE;
}
</style>
background-color css
<style>
a { background-color: #8E19CE; }
a { background-color: rgb(142,25,206); }
div.DivClassName
{
background-color: #8E19CE;
}
.BgClassName
{
background-color: #8E19CE;
}
</style>
border-color css
<style>
span { border-color: #8E19CE; }
span { border-color: rgb(142,25,206); }
td.TdClassName
{
border-color: #8E19CE;
}
.TagClassName
{
border-color: #8E19CE;
}
</style>