Shades of Dark Violet #8E0BEC
Tints of Dark Violet #8E0BEC
RGB
CMYK
RGB Variations
Color information
#8E0BEC (or 0x8E0BEC) is known color: Dark Violet. HEX triplet: 8E, 0B and EC. RGB value is (142,11,236). Sum of RGB (Red+Green+Blue) = 142+11+236=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E0BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0BEC is #71F413. Grayscale: #4B4B4B. Windows color (decimal): -7468052 or 15469454. OLE color: 15469454.
HSL color Cylindrical-coordinate representation of color #8E0BEC: hue angle of 274.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0BEC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 11 | 236 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.07 |
| HSL | 274.93º | 0.91% | 0.48% | - |
| HSV(B) | 274.93º | 0.95% | 0.93% | - |
| XYZ | 26.42 | 12.05 | 80.29 | - |
| YUV | 75.82 | 218.4 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 236 | 0.40 | 0.95 | 0 | 0.07 | 274.93 | 0.91 | 0.48 |
| Hex | 8E | B | EC | 28 | 5F | 0 | 7 | 113 | 5B | 30 |
| Octal | 216 | 13 | 354 | 50 | 137 | 0 | 7 | 423 | 133 | 60 |
| Binary | 10001110 | 1011 | 11101100 | 101000 | 1011111 | 0 | 111 | 100010011 | 1011011 | 110000 |
Color Harmonies of #8E0BEC
Complementary color
Monochromatic Colors of #8E0BEC
Black with #8E0BEC
Text Example
Text Example
White with #8E0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0BEC; }
p { color: rgb(142,11,236); }
H1.HeaderClassName
{
color: #8E0BEC;
}
.AnyTagClassName
{
color: #8E0BEC;
}
</style>
background-color css
<style>
a { background-color: #8E0BEC; }
a { background-color: rgb(142,11,236); }
div.DivClassName
{
background-color: #8E0BEC;
}
.BgClassName
{
background-color: #8E0BEC;
}
</style>
border-color css
<style>
span { border-color: #8E0BEC; }
span { border-color: rgb(142,11,236); }
td.TdClassName
{
border-color: #8E0BEC;
}
.TagClassName
{
border-color: #8E0BEC;
}
</style>