Shades of Blue Violet #8E2EEA
Tints of Blue Violet #8E2EEA
RGB
CMYK
RGB Variations
Color information
#8E2EEA (or 0x8E2EEA) is known color: Blue Violet. HEX triplet: 8E, 2E and EA. RGB value is (142,46,234). Sum of RGB (Red+Green+Blue) = 142+46+234=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E2EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2EEA is #71D115. Grayscale: #5F5F5F. Windows color (decimal): -7459094 or 15347342. OLE color: 15347342.
HSL color Cylindrical-coordinate representation of color #8E2EEA: hue angle of 270.64º degrees, saturation: 0.82, 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 #8E2EEA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 46 | 234 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.08 |
| HSL | 270.64º | 0.82% | 0.55% | - |
| HSV(B) | 270.64º | 0.8% | 0.92% | - |
| XYZ | 26.98 | 13.65 | 79.05 | - |
| YUV | 96.14 | 205.8 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 234 | 0.39 | 0.80 | 0 | 0.08 | 270.64 | 0.82 | 0.55 |
| Hex | 8E | 2E | EA | 27 | 50 | 0 | 8 | 10F | 52 | 37 |
| Octal | 216 | 56 | 352 | 47 | 120 | 0 | 10 | 417 | 122 | 67 |
| Binary | 10001110 | 101110 | 11101010 | 100111 | 1010000 | 0 | 1000 | 100001111 | 1010010 | 110111 |
Color Harmonies of #8E2EEA
Complementary color
Monochromatic Colors of #8E2EEA
Black with #8E2EEA
Text Example
Text Example
White with #8E2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2EEA; }
p { color: rgb(142,46,234); }
H1.HeaderClassName
{
color: #8E2EEA;
}
.AnyTagClassName
{
color: #8E2EEA;
}
</style>
background-color css
<style>
a { background-color: #8E2EEA; }
a { background-color: rgb(142,46,234); }
div.DivClassName
{
background-color: #8E2EEA;
}
.BgClassName
{
background-color: #8E2EEA;
}
</style>
border-color css
<style>
span { border-color: #8E2EEA; }
span { border-color: rgb(142,46,234); }
td.TdClassName
{
border-color: #8E2EEA;
}
.TagClassName
{
border-color: #8E2EEA;
}
</style>