Shades of Blue Violet #8E42E5
Tints of Blue Violet #8E42E5
RGB
CMYK
RGB Variations
Color information
#8E42E5 (or 0x8E42E5) is known color: Blue Violet. HEX triplet: 8E, 42 and E5. RGB value is (142,66,229). Sum of RGB (Red+Green+Blue) = 142+66+229=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E42E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E42E5 is #71BD1A. Grayscale: #6A6A6A. Windows color (decimal): -7453979 or 15024782. OLE color: 15024782.
HSL color Cylindrical-coordinate representation of color #8E42E5: hue angle of 267.98º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E42E5 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 66 | 229 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.10 |
| HSL | 267.98º | 0.76% | 0.58% | - |
| HSV(B) | 267.98º | 0.71% | 0.9% | - |
| XYZ | 27.25 | 15.3 | 75.65 | - |
| YUV | 107.31 | 196.68 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 229 | 0.38 | 0.71 | 0 | 0.10 | 267.98 | 0.76 | 0.58 |
| Hex | 8E | 42 | E5 | 26 | 47 | 0 | A | 10C | 4C | 3A |
| Octal | 216 | 102 | 345 | 46 | 107 | 0 | 12 | 414 | 114 | 72 |
| Binary | 10001110 | 1000010 | 11100101 | 100110 | 1000111 | 0 | 1010 | 100001100 | 1001100 | 111010 |
Color Harmonies of #8E42E5
Complementary color
Monochromatic Colors of #8E42E5
Black with #8E42E5
Text Example
Text Example
White with #8E42E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E42E5; }
p { color: rgb(142,66,229); }
H1.HeaderClassName
{
color: #8E42E5;
}
.AnyTagClassName
{
color: #8E42E5;
}
</style>
background-color css
<style>
a { background-color: #8E42E5; }
a { background-color: rgb(142,66,229); }
div.DivClassName
{
background-color: #8E42E5;
}
.BgClassName
{
background-color: #8E42E5;
}
</style>
border-color css
<style>
span { border-color: #8E42E5; }
span { border-color: rgb(142,66,229); }
td.TdClassName
{
border-color: #8E42E5;
}
.TagClassName
{
border-color: #8E42E5;
}
</style>