Shades of Dark Violet #8E0EB5
Tints of Dark Violet #8E0EB5
RGB
CMYK
RGB Variations
Color information
#8E0EB5 (or 0x8E0EB5) is known color: Dark Violet. HEX triplet: 8E, 0E and B5. RGB value is (142,14,181). Sum of RGB (Red+Green+Blue) = 142+14+181=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E0EB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0EB5 is #71F14A. Grayscale: #464646. Windows color (decimal): -7467339 or 11865742. OLE color: 11865742.
HSL color Cylindrical-coordinate representation of color #8E0EB5: hue angle of 285.99º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0EB5 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 14 | 181 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.29 |
| HSL | 285.99º | 0.86% | 0.38% | - |
| HSV(B) | 285.99º | 0.92% | 0.71% | - |
| XYZ | 19.65 | 9.4 | 44.49 | - |
| YUV | 71.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 181 | 0.22 | 0.92 | 0 | 0.29 | 285.99 | 0.86 | 0.38 |
| Hex | 8E | E | B5 | 16 | 5C | 0 | 1D | 11E | 56 | 26 |
| Octal | 216 | 16 | 265 | 26 | 134 | 0 | 35 | 436 | 126 | 46 |
| Binary | 10001110 | 1110 | 10110101 | 10110 | 1011100 | 0 | 11101 | 100011110 | 1010110 | 100110 |
Color Harmonies of #8E0EB5
Complementary color
Monochromatic Colors of #8E0EB5
Black with #8E0EB5
Text Example
Text Example
White with #8E0EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0EB5; }
p { color: rgb(142,14,181); }
H1.HeaderClassName
{
color: #8E0EB5;
}
.AnyTagClassName
{
color: #8E0EB5;
}
</style>
background-color css
<style>
a { background-color: #8E0EB5; }
a { background-color: rgb(142,14,181); }
div.DivClassName
{
background-color: #8E0EB5;
}
.BgClassName
{
background-color: #8E0EB5;
}
</style>
border-color css
<style>
span { border-color: #8E0EB5; }
span { border-color: rgb(142,14,181); }
td.TdClassName
{
border-color: #8E0EB5;
}
.TagClassName
{
border-color: #8E0EB5;
}
</style>