Shades of Vivid Violet #8020AE
Tints of Vivid Violet #8020AE
RGB
CMYK
RGB Variations
Color information
#8020AE (or 0x8020AE) is known color: Vivid Violet. HEX triplet: 80, 20 and AE. RGB value is (128,32,174). Sum of RGB (Red+Green+Blue) = 128+32+174=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #8020AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8020AE is #7FDF51. Grayscale: #4C4C4C. Windows color (decimal): -8380242 or 11411584. OLE color: 11411584.
HSL color Cylindrical-coordinate representation of color #8020AE: hue angle of 280.56º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8020AE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 32 | 174 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.32 |
| HSL | 280.56º | 0.69% | 0.4% | - |
| HSV(B) | 280.56º | 0.82% | 0.68% | - |
| XYZ | 17.06 | 8.68 | 40.82 | - |
| YUV | 76.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 174 | 0.26 | 0.82 | 0 | 0.32 | 280.56 | 0.69 | 0.4 |
| Hex | 80 | 20 | AE | 1A | 52 | 0 | 20 | 119 | 45 | 28 |
| Octal | 200 | 40 | 256 | 32 | 122 | 0 | 40 | 431 | 105 | 50 |
| Binary | 10000000 | 100000 | 10101110 | 11010 | 1010010 | 0 | 100000 | 100011001 | 1000101 | 101000 |
Color Harmonies of #8020AE
Complementary color
Monochromatic Colors of #8020AE
Black with #8020AE
Text Example
Text Example
White with #8020AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020AE; }
p { color: rgb(128,32,174); }
H1.HeaderClassName
{
color: #8020AE;
}
.AnyTagClassName
{
color: #8020AE;
}
</style>
background-color css
<style>
a { background-color: #8020AE; }
a { background-color: rgb(128,32,174); }
div.DivClassName
{
background-color: #8020AE;
}
.BgClassName
{
background-color: #8020AE;
}
</style>
border-color css
<style>
span { border-color: #8020AE; }
span { border-color: rgb(128,32,174); }
td.TdClassName
{
border-color: #8020AE;
}
.TagClassName
{
border-color: #8020AE;
}
</style>