Shades of Blue Violet #8E2AEB
Tints of Blue Violet #8E2AEB
RGB
CMYK
RGB Variations
Color information
#8E2AEB (or 0x8E2AEB) is known color: Blue Violet. HEX triplet: 8E, 2A and EB. RGB value is (142,42,235). Sum of RGB (Red+Green+Blue) = 142+42+235=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E2AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2AEB is #71D514. Grayscale: #5D5D5D. Windows color (decimal): -7460117 or 15411854. OLE color: 15411854.
HSL color Cylindrical-coordinate representation of color #8E2AEB: hue angle of 271.09º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E2AEB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 42 | 235 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.08 |
| HSL | 271.09º | 0.83% | 0.54% | - |
| HSV(B) | 271.09º | 0.82% | 0.92% | - |
| XYZ | 26.98 | 13.4 | 79.76 | - |
| YUV | 93.9 | 207.63 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 42 | 235 | 0.40 | 0.82 | 0 | 0.08 | 271.09 | 0.83 | 0.54 |
| Hex | 8E | 2A | EB | 28 | 52 | 0 | 8 | 10F | 53 | 36 |
| Octal | 216 | 52 | 353 | 50 | 122 | 0 | 10 | 417 | 123 | 66 |
| Binary | 10001110 | 101010 | 11101011 | 101000 | 1010010 | 0 | 1000 | 100001111 | 1010011 | 110110 |
Color Harmonies of #8E2AEB
Complementary color
Monochromatic Colors of #8E2AEB
Black with #8E2AEB
Text Example
Text Example
White with #8E2AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2AEB; }
p { color: rgb(142,42,235); }
H1.HeaderClassName
{
color: #8E2AEB;
}
.AnyTagClassName
{
color: #8E2AEB;
}
</style>
background-color css
<style>
a { background-color: #8E2AEB; }
a { background-color: rgb(142,42,235); }
div.DivClassName
{
background-color: #8E2AEB;
}
.BgClassName
{
background-color: #8E2AEB;
}
</style>
border-color css
<style>
span { border-color: #8E2AEB; }
span { border-color: rgb(142,42,235); }
td.TdClassName
{
border-color: #8E2AEB;
}
.TagClassName
{
border-color: #8E2AEB;
}
</style>