Shades of Vivid Violet #8E479E
Tints of Vivid Violet #8E479E
RGB
CMYK
RGB Variations
Color information
#8E479E (or 0x8E479E) is known color: Vivid Violet. HEX triplet: 8E, 47 and 9E. RGB value is (142,71,158). Sum of RGB (Red+Green+Blue) = 142+71+158=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E479E is #71B861. Grayscale: #656565. Windows color (decimal): -7452770 or 10373006. OLE color: 10373006.
HSL color Cylindrical-coordinate representation of color #8E479E: hue angle of 288.97º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E479E is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 71 | 158 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.38 |
| HSL | 288.97º | 0.38% | 0.45% | - |
| HSV(B) | 288.97º | 0.55% | 0.62% | - |
| XYZ | 19.58 | 12.73 | 33.77 | - |
| YUV | 102.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 158 | 0.10 | 0.55 | 0 | 0.38 | 288.97 | 0.38 | 0.45 |
| Hex | 8E | 47 | 9E | A | 37 | 0 | 26 | 121 | 26 | 2D |
| Octal | 216 | 107 | 236 | 12 | 67 | 0 | 46 | 441 | 46 | 55 |
| Binary | 10001110 | 1000111 | 10011110 | 1010 | 110111 | 0 | 100110 | 100100001 | 100110 | 101101 |
Color Harmonies of #8E479E
Complementary color
Monochromatic Colors of #8E479E
Black with #8E479E
Text Example
Text Example
White with #8E479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E479E; }
p { color: rgb(142,71,158); }
H1.HeaderClassName
{
color: #8E479E;
}
.AnyTagClassName
{
color: #8E479E;
}
</style>
background-color css
<style>
a { background-color: #8E479E; }
a { background-color: rgb(142,71,158); }
div.DivClassName
{
background-color: #8E479E;
}
.BgClassName
{
background-color: #8E479E;
}
</style>
border-color css
<style>
span { border-color: #8E479E; }
span { border-color: rgb(142,71,158); }
td.TdClassName
{
border-color: #8E479E;
}
.TagClassName
{
border-color: #8E479E;
}
</style>