Shades of Vivid Violet #8020AB
Tints of Vivid Violet #8020AB
RGB
CMYK
RGB Variations
Color information
#8020AB (or 0x8020AB) is known color: Vivid Violet. HEX triplet: 80, 20 and AB. RGB value is (128,32,171). Sum of RGB (Red+Green+Blue) = 128+32+171=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #8020AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8020AB is #7FDF54. Grayscale: #4C4C4C. Windows color (decimal): -8380245 or 11214976. OLE color: 11214976.
HSL color Cylindrical-coordinate representation of color #8020AB: hue angle of 281.44º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8020AB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 32 | 171 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.33 |
| HSL | 281.44º | 0.68% | 0.4% | - |
| HSV(B) | 281.44º | 0.81% | 0.67% | - |
| XYZ | 16.77 | 8.56 | 39.3 | - |
| YUV | 76.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 171 | 0.25 | 0.81 | 0 | 0.33 | 281.44 | 0.68 | 0.4 |
| Hex | 80 | 20 | AB | 19 | 51 | 0 | 21 | 119 | 44 | 28 |
| Octal | 200 | 40 | 253 | 31 | 121 | 0 | 41 | 431 | 104 | 50 |
| Binary | 10000000 | 100000 | 10101011 | 11001 | 1010001 | 0 | 100001 | 100011001 | 1000100 | 101000 |
Color Harmonies of #8020AB
Complementary color
Monochromatic Colors of #8020AB
Black with #8020AB
Text Example
Text Example
White with #8020AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020AB; }
p { color: rgb(128,32,171); }
H1.HeaderClassName
{
color: #8020AB;
}
.AnyTagClassName
{
color: #8020AB;
}
</style>
background-color css
<style>
a { background-color: #8020AB; }
a { background-color: rgb(128,32,171); }
div.DivClassName
{
background-color: #8020AB;
}
.BgClassName
{
background-color: #8020AB;
}
</style>
border-color css
<style>
span { border-color: #8020AB; }
span { border-color: rgb(128,32,171); }
td.TdClassName
{
border-color: #8020AB;
}
.TagClassName
{
border-color: #8020AB;
}
</style>