Shades of Blue Violet #8E17EC
Tints of Blue Violet #8E17EC
RGB
CMYK
RGB Variations
Color information
#8E17EC (or 0x8E17EC) is known color: Blue Violet. HEX triplet: 8E, 17 and EC. RGB value is (142,23,236). Sum of RGB (Red+Green+Blue) = 142+23+236=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E17EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E17EC is #71E813. Grayscale: #525252. Windows color (decimal): -7464980 or 15472526. OLE color: 15472526.
HSL color Cylindrical-coordinate representation of color #8E17EC: hue angle of 273.52º 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 #8E17EC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 23 | 236 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.07 |
| HSL | 273.52º | 0.85% | 0.51% | - |
| HSV(B) | 273.52º | 0.9% | 0.93% | - |
| XYZ | 26.6 | 12.42 | 80.35 | - |
| YUV | 82.86 | 214.42 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 236 | 0.40 | 0.90 | 0 | 0.07 | 273.52 | 0.85 | 0.51 |
| Hex | 8E | 17 | EC | 28 | 5A | 0 | 7 | 112 | 55 | 33 |
| Octal | 216 | 27 | 354 | 50 | 132 | 0 | 7 | 422 | 125 | 63 |
| Binary | 10001110 | 10111 | 11101100 | 101000 | 1011010 | 0 | 111 | 100010010 | 1010101 | 110011 |
Color Harmonies of #8E17EC
Complementary color
Monochromatic Colors of #8E17EC
Black with #8E17EC
Text Example
Text Example
White with #8E17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E17EC; }
p { color: rgb(142,23,236); }
H1.HeaderClassName
{
color: #8E17EC;
}
.AnyTagClassName
{
color: #8E17EC;
}
</style>
background-color css
<style>
a { background-color: #8E17EC; }
a { background-color: rgb(142,23,236); }
div.DivClassName
{
background-color: #8E17EC;
}
.BgClassName
{
background-color: #8E17EC;
}
</style>
border-color css
<style>
span { border-color: #8E17EC; }
span { border-color: rgb(142,23,236); }
td.TdClassName
{
border-color: #8E17EC;
}
.TagClassName
{
border-color: #8E17EC;
}
</style>