Shades of Dark Violet #8E0DB1
Tints of Dark Violet #8E0DB1
RGB
CMYK
RGB Variations
Color information
#8E0DB1 (or 0x8E0DB1) is known color: Dark Violet. HEX triplet: 8E, 0D and B1. RGB value is (142,13,177). Sum of RGB (Red+Green+Blue) = 142+13+177=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E0DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0DB1 is #71F24E. Grayscale: #454545. Windows color (decimal): -7467599 or 11603342. OLE color: 11603342.
HSL color Cylindrical-coordinate representation of color #8E0DB1: hue angle of 287.2º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0DB1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 13 | 177 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.31 |
| HSL | 287.2º | 0.86% | 0.37% | - |
| HSV(B) | 287.2º | 0.93% | 0.69% | - |
| XYZ | 19.24 | 9.21 | 42.36 | - |
| YUV | 70.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 177 | 0.20 | 0.93 | 0 | 0.31 | 287.2 | 0.86 | 0.37 |
| Hex | 8E | D | B1 | 14 | 5D | 0 | 1F | 11F | 56 | 25 |
| Octal | 216 | 15 | 261 | 24 | 135 | 0 | 37 | 437 | 126 | 45 |
| Binary | 10001110 | 1101 | 10110001 | 10100 | 1011101 | 0 | 11111 | 100011111 | 1010110 | 100101 |
Color Harmonies of #8E0DB1
Complementary color
Monochromatic Colors of #8E0DB1
Black with #8E0DB1
Text Example
Text Example
White with #8E0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0DB1; }
p { color: rgb(142,13,177); }
H1.HeaderClassName
{
color: #8E0DB1;
}
.AnyTagClassName
{
color: #8E0DB1;
}
</style>
background-color css
<style>
a { background-color: #8E0DB1; }
a { background-color: rgb(142,13,177); }
div.DivClassName
{
background-color: #8E0DB1;
}
.BgClassName
{
background-color: #8E0DB1;
}
</style>
border-color css
<style>
span { border-color: #8E0DB1; }
span { border-color: rgb(142,13,177); }
td.TdClassName
{
border-color: #8E0DB1;
}
.TagClassName
{
border-color: #8E0DB1;
}
</style>