Shades of Blue Violet #8E45EC
Tints of Blue Violet #8E45EC
RGB
CMYK
RGB Variations
Color information
#8E45EC (or 0x8E45EC) is known color: Blue Violet. HEX triplet: 8E, 45 and EC. RGB value is (142,69,236). Sum of RGB (Red+Green+Blue) = 142+69+236=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E45EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E45EC is #71BA13. Grayscale: #6D6D6D. Windows color (decimal): -7453204 or 15484302. OLE color: 15484302.
HSL color Cylindrical-coordinate representation of color #8E45EC: hue angle of 266.23º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E45EC is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 69 | 236 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.07 |
| HSL | 266.23º | 0.81% | 0.6% | - |
| HSV(B) | 266.23º | 0.71% | 0.93% | - |
| XYZ | 28.42 | 16.06 | 80.96 | - |
| YUV | 109.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 236 | 0.40 | 0.71 | 0 | 0.07 | 266.23 | 0.81 | 0.6 |
| Hex | 8E | 45 | EC | 28 | 47 | 0 | 7 | 10A | 51 | 3C |
| Octal | 216 | 105 | 354 | 50 | 107 | 0 | 7 | 412 | 121 | 74 |
| Binary | 10001110 | 1000101 | 11101100 | 101000 | 1000111 | 0 | 111 | 100001010 | 1010001 | 111100 |
Color Harmonies of #8E45EC
Complementary color
Monochromatic Colors of #8E45EC
Black with #8E45EC
Text Example
Text Example
White with #8E45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E45EC; }
p { color: rgb(142,69,236); }
H1.HeaderClassName
{
color: #8E45EC;
}
.AnyTagClassName
{
color: #8E45EC;
}
</style>
background-color css
<style>
a { background-color: #8E45EC; }
a { background-color: rgb(142,69,236); }
div.DivClassName
{
background-color: #8E45EC;
}
.BgClassName
{
background-color: #8E45EC;
}
</style>
border-color css
<style>
span { border-color: #8E45EC; }
span { border-color: rgb(142,69,236); }
td.TdClassName
{
border-color: #8E45EC;
}
.TagClassName
{
border-color: #8E45EC;
}
</style>