Shades of Vivid Violet #8E419A
Tints of Vivid Violet #8E419A
RGB
CMYK
RGB Variations
Color information
#8E419A (or 0x8E419A) is known color: Vivid Violet. HEX triplet: 8E, 41 and 9A. RGB value is (142,65,154). Sum of RGB (Red+Green+Blue) = 142+65+154=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E419A is #71BE65. Grayscale: #616161. Windows color (decimal): -7454310 or 10109326. OLE color: 10109326.
HSL color Cylindrical-coordinate representation of color #8E419A: hue angle of 291.91º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E419A is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 65 | 154 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.40 |
| HSL | 291.91º | 0.41% | 0.43% | - |
| HSV(B) | 291.91º | 0.58% | 0.6% | - |
| XYZ | 18.88 | 11.86 | 31.87 | - |
| YUV | 98.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 154 | 0.08 | 0.58 | 0 | 0.40 | 291.91 | 0.41 | 0.43 |
| Hex | 8E | 41 | 9A | 8 | 3A | 0 | 28 | 124 | 29 | 2B |
| Octal | 216 | 101 | 232 | 10 | 72 | 0 | 50 | 444 | 51 | 53 |
| Binary | 10001110 | 1000001 | 10011010 | 1000 | 111010 | 0 | 101000 | 100100100 | 101001 | 101011 |
Color Harmonies of #8E419A
Complementary color
Monochromatic Colors of #8E419A
Black with #8E419A
Text Example
Text Example
White with #8E419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E419A; }
p { color: rgb(142,65,154); }
H1.HeaderClassName
{
color: #8E419A;
}
.AnyTagClassName
{
color: #8E419A;
}
</style>
background-color css
<style>
a { background-color: #8E419A; }
a { background-color: rgb(142,65,154); }
div.DivClassName
{
background-color: #8E419A;
}
.BgClassName
{
background-color: #8E419A;
}
</style>
border-color css
<style>
span { border-color: #8E419A; }
span { border-color: rgb(142,65,154); }
td.TdClassName
{
border-color: #8E419A;
}
.TagClassName
{
border-color: #8E419A;
}
</style>