Shades of Vivid Violet #8E429D
Tints of Vivid Violet #8E429D
RGB
CMYK
RGB Variations
Color information
#8E429D (or 0x8E429D) is known color: Vivid Violet. HEX triplet: 8E, 42 and 9D. RGB value is (142,66,157). Sum of RGB (Red+Green+Blue) = 142+66+157=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E429D is #71BD62. Grayscale: #626262. Windows color (decimal): -7454051 or 10306190. OLE color: 10306190.
HSL color Cylindrical-coordinate representation of color #8E429D: hue angle of 290.11º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E429D is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 66 | 157 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.38 |
| HSL | 290.11º | 0.41% | 0.44% | - |
| HSV(B) | 290.11º | 0.58% | 0.62% | - |
| XYZ | 19.19 | 12.08 | 33.22 | - |
| YUV | 99.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 157 | 0.10 | 0.58 | 0 | 0.38 | 290.11 | 0.41 | 0.44 |
| Hex | 8E | 42 | 9D | A | 3A | 0 | 26 | 122 | 29 | 2C |
| Octal | 216 | 102 | 235 | 12 | 72 | 0 | 46 | 442 | 51 | 54 |
| Binary | 10001110 | 1000010 | 10011101 | 1010 | 111010 | 0 | 100110 | 100100010 | 101001 | 101100 |
Color Harmonies of #8E429D
Complementary color
Monochromatic Colors of #8E429D
Black with #8E429D
Text Example
Text Example
White with #8E429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E429D; }
p { color: rgb(142,66,157); }
H1.HeaderClassName
{
color: #8E429D;
}
.AnyTagClassName
{
color: #8E429D;
}
</style>
background-color css
<style>
a { background-color: #8E429D; }
a { background-color: rgb(142,66,157); }
div.DivClassName
{
background-color: #8E429D;
}
.BgClassName
{
background-color: #8E429D;
}
</style>
border-color css
<style>
span { border-color: #8E429D; }
span { border-color: rgb(142,66,157); }
td.TdClassName
{
border-color: #8E429D;
}
.TagClassName
{
border-color: #8E429D;
}
</style>