Shades of Vivid Violet #8E1EA2
Tints of Vivid Violet #8E1EA2
RGB
CMYK
RGB Variations
Color information
#8E1EA2 (or 0x8E1EA2) is known color: Vivid Violet. HEX triplet: 8E, 1E and A2. RGB value is (142,30,162). Sum of RGB (Red+Green+Blue) = 142+30+162=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #8E1EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1EA2 is #71E15D. Grayscale: #4E4E4E. Windows color (decimal): -7463262 or 10624654. OLE color: 10624654.
HSL color Cylindrical-coordinate representation of color #8E1EA2: hue angle of 290.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1EA2 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 30 | 162 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.36 |
| HSL | 290.91º | 0.69% | 0.38% | - |
| HSV(B) | 290.91º | 0.81% | 0.64% | - |
| XYZ | 18.14 | 9.29 | 35.02 | - |
| YUV | 78.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 162 | 0.12 | 0.81 | 0 | 0.36 | 290.91 | 0.69 | 0.38 |
| Hex | 8E | 1E | A2 | C | 51 | 0 | 24 | 123 | 45 | 26 |
| Octal | 216 | 36 | 242 | 14 | 121 | 0 | 44 | 443 | 105 | 46 |
| Binary | 10001110 | 11110 | 10100010 | 1100 | 1010001 | 0 | 100100 | 100100011 | 1000101 | 100110 |
Color Harmonies of #8E1EA2
Complementary color
Monochromatic Colors of #8E1EA2
Black with #8E1EA2
Text Example
Text Example
White with #8E1EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1EA2; }
p { color: rgb(142,30,162); }
H1.HeaderClassName
{
color: #8E1EA2;
}
.AnyTagClassName
{
color: #8E1EA2;
}
</style>
background-color css
<style>
a { background-color: #8E1EA2; }
a { background-color: rgb(142,30,162); }
div.DivClassName
{
background-color: #8E1EA2;
}
.BgClassName
{
background-color: #8E1EA2;
}
</style>
border-color css
<style>
span { border-color: #8E1EA2; }
span { border-color: rgb(142,30,162); }
td.TdClassName
{
border-color: #8E1EA2;
}
.TagClassName
{
border-color: #8E1EA2;
}
</style>