Shades of Blue Violet #8E2EEB
Tints of Blue Violet #8E2EEB
RGB
CMYK
RGB Variations
Color information
#8E2EEB (or 0x8E2EEB) is known color: Blue Violet. HEX triplet: 8E, 2E and EB. RGB value is (142,46,235). Sum of RGB (Red+Green+Blue) = 142+46+235=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2EEB is #71D114. Grayscale: #5F5F5F. Windows color (decimal): -7459093 or 15412878. OLE color: 15412878.
HSL color Cylindrical-coordinate representation of color #8E2EEB: hue angle of 270.48º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E2EEB is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 46 | 235 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.08 |
| HSL | 270.48º | 0.83% | 0.55% | - |
| HSV(B) | 270.48º | 0.8% | 0.92% | - |
| XYZ | 27.13 | 13.7 | 79.81 | - |
| YUV | 96.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 235 | 0.40 | 0.80 | 0 | 0.08 | 270.48 | 0.83 | 0.55 |
| Hex | 8E | 2E | EB | 28 | 50 | 0 | 8 | 10E | 53 | 37 |
| Octal | 216 | 56 | 353 | 50 | 120 | 0 | 10 | 416 | 123 | 67 |
| Binary | 10001110 | 101110 | 11101011 | 101000 | 1010000 | 0 | 1000 | 100001110 | 1010011 | 110111 |
Color Harmonies of #8E2EEB
Complementary color
Monochromatic Colors of #8E2EEB
Black with #8E2EEB
Text Example
Text Example
White with #8E2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2EEB; }
p { color: rgb(142,46,235); }
H1.HeaderClassName
{
color: #8E2EEB;
}
.AnyTagClassName
{
color: #8E2EEB;
}
</style>
background-color css
<style>
a { background-color: #8E2EEB; }
a { background-color: rgb(142,46,235); }
div.DivClassName
{
background-color: #8E2EEB;
}
.BgClassName
{
background-color: #8E2EEB;
}
</style>
border-color css
<style>
span { border-color: #8E2EEB; }
span { border-color: rgb(142,46,235); }
td.TdClassName
{
border-color: #8E2EEB;
}
.TagClassName
{
border-color: #8E2EEB;
}
</style>