Shades of Vivid Violet #8E499F
Tints of Vivid Violet #8E499F
RGB
CMYK
RGB Variations
Color information
#8E499F (or 0x8E499F) is known color: Vivid Violet. HEX triplet: 8E, 49 and 9F. RGB value is (142,73,159). Sum of RGB (Red+Green+Blue) = 142+73+159=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E499F is #71B660. Grayscale: #676767. Windows color (decimal): -7452257 or 10439054. OLE color: 10439054.
HSL color Cylindrical-coordinate representation of color #8E499F: hue angle of 288.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E499F is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 73 | 159 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.38 |
| HSL | 288.14º | 0.37% | 0.45% | - |
| HSV(B) | 288.14º | 0.54% | 0.62% | - |
| XYZ | 19.8 | 13.02 | 34.27 | - |
| YUV | 103.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 159 | 0.11 | 0.54 | 0 | 0.38 | 288.14 | 0.37 | 0.45 |
| Hex | 8E | 49 | 9F | B | 36 | 0 | 26 | 120 | 25 | 2D |
| Octal | 216 | 111 | 237 | 13 | 66 | 0 | 46 | 440 | 45 | 55 |
| Binary | 10001110 | 1001001 | 10011111 | 1011 | 110110 | 0 | 100110 | 100100000 | 100101 | 101101 |
Color Harmonies of #8E499F
Complementary color
Monochromatic Colors of #8E499F
Black with #8E499F
Text Example
Text Example
White with #8E499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E499F; }
p { color: rgb(142,73,159); }
H1.HeaderClassName
{
color: #8E499F;
}
.AnyTagClassName
{
color: #8E499F;
}
</style>
background-color css
<style>
a { background-color: #8E499F; }
a { background-color: rgb(142,73,159); }
div.DivClassName
{
background-color: #8E499F;
}
.BgClassName
{
background-color: #8E499F;
}
</style>
border-color css
<style>
span { border-color: #8E499F; }
span { border-color: rgb(142,73,159); }
td.TdClassName
{
border-color: #8E499F;
}
.TagClassName
{
border-color: #8E499F;
}
</style>