Shades of Vivid Violet #8E2494
Tints of Vivid Violet #8E2494
RGB
CMYK
RGB Variations
Color information
#8E2494 (or 0x8E2494) is known color: Vivid Violet. HEX triplet: 8E, 24 and 94. RGB value is (142,36,148). Sum of RGB (Red+Green+Blue) = 142+36+148=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E2494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2494 is #71DB6B. Grayscale: #505050. Windows color (decimal): -7461740 or 9708686. OLE color: 9708686.
HSL color Cylindrical-coordinate representation of color #8E2494: hue angle of 296.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2494 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 36 | 148 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.42 |
| HSL | 296.79º | 0.61% | 0.36% | - |
| HSV(B) | 296.79º | 0.76% | 0.58% | - |
| XYZ | 17.13 | 9.15 | 28.88 | - |
| YUV | 80.46 | 166.12 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 148 | 0.04 | 0.76 | 0 | 0.42 | 296.79 | 0.61 | 0.36 |
| Hex | 8E | 24 | 94 | 4 | 4C | 0 | 2A | 129 | 3D | 24 |
| Octal | 216 | 44 | 224 | 4 | 114 | 0 | 52 | 451 | 75 | 44 |
| Binary | 10001110 | 100100 | 10010100 | 100 | 1001100 | 0 | 101010 | 100101001 | 111101 | 100100 |
Color Harmonies of #8E2494
Complementary color
Monochromatic Colors of #8E2494
Black with #8E2494
Text Example
Text Example
White with #8E2494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2494; }
p { color: rgb(142,36,148); }
H1.HeaderClassName
{
color: #8E2494;
}
.AnyTagClassName
{
color: #8E2494;
}
</style>
background-color css
<style>
a { background-color: #8E2494; }
a { background-color: rgb(142,36,148); }
div.DivClassName
{
background-color: #8E2494;
}
.BgClassName
{
background-color: #8E2494;
}
</style>
border-color css
<style>
span { border-color: #8E2494; }
span { border-color: rgb(142,36,148); }
td.TdClassName
{
border-color: #8E2494;
}
.TagClassName
{
border-color: #8E2494;
}
</style>