Shades of Vivid Violet #8E32A4
Tints of Vivid Violet #8E32A4
RGB
CMYK
RGB Variations
Color information
#8E32A4 (or 0x8E32A4) is known color: Vivid Violet. HEX triplet: 8E, 32 and A4. RGB value is (142,50,164). Sum of RGB (Red+Green+Blue) = 142+50+164=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E32A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E32A4 is #71CD5B. Grayscale: #5A5A5A. Windows color (decimal): -7458140 or 10760846. OLE color: 10760846.
HSL color Cylindrical-coordinate representation of color #8E32A4: hue angle of 288.42º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E32A4 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 50 | 164 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.36 |
| HSL | 288.42º | 0.53% | 0.42% | - |
| HSV(B) | 288.42º | 0.7% | 0.64% | - |
| XYZ | 19 | 10.71 | 36.19 | - |
| YUV | 90.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 164 | 0.13 | 0.70 | 0 | 0.36 | 288.42 | 0.53 | 0.42 |
| Hex | 8E | 32 | A4 | D | 46 | 0 | 24 | 120 | 35 | 2A |
| Octal | 216 | 62 | 244 | 15 | 106 | 0 | 44 | 440 | 65 | 52 |
| Binary | 10001110 | 110010 | 10100100 | 1101 | 1000110 | 0 | 100100 | 100100000 | 110101 | 101010 |
Color Harmonies of #8E32A4
Complementary color
Monochromatic Colors of #8E32A4
Black with #8E32A4
Text Example
Text Example
White with #8E32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E32A4; }
p { color: rgb(142,50,164); }
H1.HeaderClassName
{
color: #8E32A4;
}
.AnyTagClassName
{
color: #8E32A4;
}
</style>
background-color css
<style>
a { background-color: #8E32A4; }
a { background-color: rgb(142,50,164); }
div.DivClassName
{
background-color: #8E32A4;
}
.BgClassName
{
background-color: #8E32A4;
}
</style>
border-color css
<style>
span { border-color: #8E32A4; }
span { border-color: rgb(142,50,164); }
td.TdClassName
{
border-color: #8E32A4;
}
.TagClassName
{
border-color: #8E32A4;
}
</style>