Shades of Dark Violet #8E0BEB
Tints of Dark Violet #8E0BEB
RGB
CMYK
RGB Variations
Color information
#8E0BEB (or 0x8E0BEB) is known color: Dark Violet. HEX triplet: 8E, 0B and EB. RGB value is (142,11,235). Sum of RGB (Red+Green+Blue) = 142+11+235=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0BEB is #71F414. Grayscale: #4A4A4A. Windows color (decimal): -7468053 or 15403918. OLE color: 15403918.
HSL color Cylindrical-coordinate representation of color #8E0BEB: hue angle of 275.09º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0BEB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 11 | 235 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.08 |
| HSL | 275.09º | 0.91% | 0.48% | - |
| HSV(B) | 275.09º | 0.95% | 0.92% | - |
| XYZ | 26.27 | 11.99 | 79.53 | - |
| YUV | 75.71 | 217.9 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 235 | 0.40 | 0.95 | 0 | 0.08 | 275.09 | 0.91 | 0.48 |
| Hex | 8E | B | EB | 28 | 5F | 0 | 8 | 113 | 5B | 30 |
| Octal | 216 | 13 | 353 | 50 | 137 | 0 | 10 | 423 | 133 | 60 |
| Binary | 10001110 | 1011 | 11101011 | 101000 | 1011111 | 0 | 1000 | 100010011 | 1011011 | 110000 |
Color Harmonies of #8E0BEB
Complementary color
Monochromatic Colors of #8E0BEB
Black with #8E0BEB
Text Example
Text Example
White with #8E0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0BEB; }
p { color: rgb(142,11,235); }
H1.HeaderClassName
{
color: #8E0BEB;
}
.AnyTagClassName
{
color: #8E0BEB;
}
</style>
background-color css
<style>
a { background-color: #8E0BEB; }
a { background-color: rgb(142,11,235); }
div.DivClassName
{
background-color: #8E0BEB;
}
.BgClassName
{
background-color: #8E0BEB;
}
</style>
border-color css
<style>
span { border-color: #8E0BEB; }
span { border-color: rgb(142,11,235); }
td.TdClassName
{
border-color: #8E0BEB;
}
.TagClassName
{
border-color: #8E0BEB;
}
</style>