Shades of Vivid Violet #8019AA
Tints of Vivid Violet #8019AA
RGB
CMYK
RGB Variations
Color information
#8019AA (or 0x8019AA) is known color: Vivid Violet. HEX triplet: 80, 19 and AA. RGB value is (128,25,170). Sum of RGB (Red+Green+Blue) = 128+25+170=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8019AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8019AA is #7FE655. Grayscale: #474747. Windows color (decimal): -8382038 or 11147648. OLE color: 11147648.
HSL color Cylindrical-coordinate representation of color #8019AA: hue angle of 282.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8019AA is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 25 | 170 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.33 |
| HSL | 282.62º | 0.74% | 0.38% | - |
| HSV(B) | 282.62º | 0.85% | 0.67% | - |
| XYZ | 16.51 | 8.19 | 38.74 | - |
| YUV | 72.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 170 | 0.25 | 0.85 | 0 | 0.33 | 282.62 | 0.74 | 0.38 |
| Hex | 80 | 19 | AA | 19 | 55 | 0 | 21 | 11B | 4A | 26 |
| Octal | 200 | 31 | 252 | 31 | 125 | 0 | 41 | 433 | 112 | 46 |
| Binary | 10000000 | 11001 | 10101010 | 11001 | 1010101 | 0 | 100001 | 100011011 | 1001010 | 100110 |
Color Harmonies of #8019AA
Complementary color
Monochromatic Colors of #8019AA
Black with #8019AA
Text Example
Text Example
White with #8019AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8019AA; }
p { color: rgb(128,25,170); }
H1.HeaderClassName
{
color: #8019AA;
}
.AnyTagClassName
{
color: #8019AA;
}
</style>
background-color css
<style>
a { background-color: #8019AA; }
a { background-color: rgb(128,25,170); }
div.DivClassName
{
background-color: #8019AA;
}
.BgClassName
{
background-color: #8019AA;
}
</style>
border-color css
<style>
span { border-color: #8019AA; }
span { border-color: rgb(128,25,170); }
td.TdClassName
{
border-color: #8019AA;
}
.TagClassName
{
border-color: #8019AA;
}
</style>