Shades of Blue Violet #8E45EA
Tints of Blue Violet #8E45EA
RGB
CMYK
RGB Variations
Color information
#8E45EA (or 0x8E45EA) is known color: Blue Violet. HEX triplet: 8E, 45 and EA. RGB value is (142,69,234). Sum of RGB (Red+Green+Blue) = 142+69+234=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E45EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E45EA is #71BA15. Grayscale: #6D6D6D. Windows color (decimal): -7453206 or 15353230. OLE color: 15353230.
HSL color Cylindrical-coordinate representation of color #8E45EA: hue angle of 266.55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E45EA is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 69 | 234 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.08 |
| HSL | 266.55º | 0.8% | 0.59% | - |
| HSV(B) | 266.55º | 0.71% | 0.92% | - |
| XYZ | 28.13 | 15.95 | 79.44 | - |
| YUV | 109.64 | 198.18 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 234 | 0.39 | 0.71 | 0 | 0.08 | 266.55 | 0.8 | 0.59 |
| Hex | 8E | 45 | EA | 27 | 47 | 0 | 8 | 10B | 50 | 3B |
| Octal | 216 | 105 | 352 | 47 | 107 | 0 | 10 | 413 | 120 | 73 |
| Binary | 10001110 | 1000101 | 11101010 | 100111 | 1000111 | 0 | 1000 | 100001011 | 1010000 | 111011 |
Color Harmonies of #8E45EA
Complementary color
Monochromatic Colors of #8E45EA
Black with #8E45EA
Text Example
Text Example
White with #8E45EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E45EA; }
p { color: rgb(142,69,234); }
H1.HeaderClassName
{
color: #8E45EA;
}
.AnyTagClassName
{
color: #8E45EA;
}
</style>
background-color css
<style>
a { background-color: #8E45EA; }
a { background-color: rgb(142,69,234); }
div.DivClassName
{
background-color: #8E45EA;
}
.BgClassName
{
background-color: #8E45EA;
}
</style>
border-color css
<style>
span { border-color: #8E45EA; }
span { border-color: rgb(142,69,234); }
td.TdClassName
{
border-color: #8E45EA;
}
.TagClassName
{
border-color: #8E45EA;
}
</style>