Shades of Vivid Violet #8E2EA4
Tints of Vivid Violet #8E2EA4
RGB
CMYK
RGB Variations
Color information
#8E2EA4 (or 0x8E2EA4) is known color: Vivid Violet. HEX triplet: 8E, 2E and A4. RGB value is (142,46,164). Sum of RGB (Red+Green+Blue) = 142+46+164=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E2EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2EA4 is #71D15B. Grayscale: #575757. Windows color (decimal): -7459164 or 10759822. OLE color: 10759822.
HSL color Cylindrical-coordinate representation of color #8E2EA4: hue angle of 288.81º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2EA4 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 46 | 164 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.36 |
| HSL | 288.81º | 0.56% | 0.41% | - |
| HSV(B) | 288.81º | 0.72% | 0.64% | - |
| XYZ | 18.83 | 10.39 | 36.13 | - |
| YUV | 88.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 164 | 0.13 | 0.72 | 0 | 0.36 | 288.81 | 0.56 | 0.41 |
| Hex | 8E | 2E | A4 | D | 48 | 0 | 24 | 121 | 38 | 29 |
| Octal | 216 | 56 | 244 | 15 | 110 | 0 | 44 | 441 | 70 | 51 |
| Binary | 10001110 | 101110 | 10100100 | 1101 | 1001000 | 0 | 100100 | 100100001 | 111000 | 101001 |
Color Harmonies of #8E2EA4
Complementary color
Monochromatic Colors of #8E2EA4
Black with #8E2EA4
Text Example
Text Example
White with #8E2EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2EA4; }
p { color: rgb(142,46,164); }
H1.HeaderClassName
{
color: #8E2EA4;
}
.AnyTagClassName
{
color: #8E2EA4;
}
</style>
background-color css
<style>
a { background-color: #8E2EA4; }
a { background-color: rgb(142,46,164); }
div.DivClassName
{
background-color: #8E2EA4;
}
.BgClassName
{
background-color: #8E2EA4;
}
</style>
border-color css
<style>
span { border-color: #8E2EA4; }
span { border-color: rgb(142,46,164); }
td.TdClassName
{
border-color: #8E2EA4;
}
.TagClassName
{
border-color: #8E2EA4;
}
</style>