Shades of Vivid Violet #8E489D
Tints of Vivid Violet #8E489D
RGB
CMYK
RGB Variations
Color information
#8E489D (or 0x8E489D) is known color: Vivid Violet. HEX triplet: 8E, 48 and 9D. RGB value is (142,72,157). Sum of RGB (Red+Green+Blue) = 142+72+157=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E489D is #71B762. Grayscale: #666666. Windows color (decimal): -7452515 or 10307726. OLE color: 10307726.
HSL color Cylindrical-coordinate representation of color #8E489D: hue angle of 289.41º 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 #8E489D is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 72 | 157 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.38 |
| HSL | 289.41º | 0.37% | 0.45% | - |
| HSV(B) | 289.41º | 0.54% | 0.62% | - |
| XYZ | 19.56 | 12.82 | 33.34 | - |
| YUV | 102.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 157 | 0.10 | 0.54 | 0 | 0.38 | 289.41 | 0.37 | 0.45 |
| Hex | 8E | 48 | 9D | A | 36 | 0 | 26 | 121 | 25 | 2D |
| Octal | 216 | 110 | 235 | 12 | 66 | 0 | 46 | 441 | 45 | 55 |
| Binary | 10001110 | 1001000 | 10011101 | 1010 | 110110 | 0 | 100110 | 100100001 | 100101 | 101101 |
Color Harmonies of #8E489D
Complementary color
Monochromatic Colors of #8E489D
Black with #8E489D
Text Example
Text Example
White with #8E489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E489D; }
p { color: rgb(142,72,157); }
H1.HeaderClassName
{
color: #8E489D;
}
.AnyTagClassName
{
color: #8E489D;
}
</style>
background-color css
<style>
a { background-color: #8E489D; }
a { background-color: rgb(142,72,157); }
div.DivClassName
{
background-color: #8E489D;
}
.BgClassName
{
background-color: #8E489D;
}
</style>
border-color css
<style>
span { border-color: #8E489D; }
span { border-color: rgb(142,72,157); }
td.TdClassName
{
border-color: #8E489D;
}
.TagClassName
{
border-color: #8E489D;
}
</style>