Shades of Blue Violet #8E18EC
Tints of Blue Violet #8E18EC
RGB
CMYK
RGB Variations
Color information
#8E18EC (or 0x8E18EC) is known color: Blue Violet. HEX triplet: 8E, 18 and EC. RGB value is (142,24,236). Sum of RGB (Red+Green+Blue) = 142+24+236=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E18EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E18EC is #71E713. Grayscale: #525252. Windows color (decimal): -7464724 or 15472782. OLE color: 15472782.
HSL color Cylindrical-coordinate representation of color #8E18EC: hue angle of 273.4º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E18EC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 24 | 236 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.07 |
| HSL | 273.4º | 0.85% | 0.51% | - |
| HSV(B) | 273.4º | 0.9% | 0.93% | - |
| XYZ | 26.62 | 12.46 | 80.36 | - |
| YUV | 83.45 | 214.09 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 236 | 0.40 | 0.90 | 0 | 0.07 | 273.4 | 0.85 | 0.51 |
| Hex | 8E | 18 | EC | 28 | 5A | 0 | 7 | 111 | 55 | 33 |
| Octal | 216 | 30 | 354 | 50 | 132 | 0 | 7 | 421 | 125 | 63 |
| Binary | 10001110 | 11000 | 11101100 | 101000 | 1011010 | 0 | 111 | 100010001 | 1010101 | 110011 |
Color Harmonies of #8E18EC
Complementary color
Monochromatic Colors of #8E18EC
Black with #8E18EC
Text Example
Text Example
White with #8E18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E18EC; }
p { color: rgb(142,24,236); }
H1.HeaderClassName
{
color: #8E18EC;
}
.AnyTagClassName
{
color: #8E18EC;
}
</style>
background-color css
<style>
a { background-color: #8E18EC; }
a { background-color: rgb(142,24,236); }
div.DivClassName
{
background-color: #8E18EC;
}
.BgClassName
{
background-color: #8E18EC;
}
</style>
border-color css
<style>
span { border-color: #8E18EC; }
span { border-color: rgb(142,24,236); }
td.TdClassName
{
border-color: #8E18EC;
}
.TagClassName
{
border-color: #8E18EC;
}
</style>