Shades of Vivid Violet #8219AB
Tints of Vivid Violet #8219AB
RGB
CMYK
RGB Variations
Color information
#8219AB (or 0x8219AB) is known color: Vivid Violet. HEX triplet: 82, 19 and AB. RGB value is (130,25,171). Sum of RGB (Red+Green+Blue) = 130+25+171=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #8219AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8219AB is #7DE654. Grayscale: #484848. Windows color (decimal): -8250965 or 11213186. OLE color: 11213186.
HSL color Cylindrical-coordinate representation of color #8219AB: hue angle of 283.15º 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 #8219AB is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 25 | 171 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.33 |
| HSL | 283.15º | 0.74% | 0.38% | - |
| HSV(B) | 283.15º | 0.85% | 0.67% | - |
| XYZ | 16.9 | 8.38 | 39.25 | - |
| YUV | 73.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 171 | 0.24 | 0.85 | 0 | 0.33 | 283.15 | 0.74 | 0.38 |
| Hex | 82 | 19 | AB | 18 | 55 | 0 | 21 | 11B | 4A | 26 |
| Octal | 202 | 31 | 253 | 30 | 125 | 0 | 41 | 433 | 112 | 46 |
| Binary | 10000010 | 11001 | 10101011 | 11000 | 1010101 | 0 | 100001 | 100011011 | 1001010 | 100110 |
Color Harmonies of #8219AB
Complementary color
Monochromatic Colors of #8219AB
Black with #8219AB
Text Example
Text Example
White with #8219AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8219AB; }
p { color: rgb(130,25,171); }
H1.HeaderClassName
{
color: #8219AB;
}
.AnyTagClassName
{
color: #8219AB;
}
</style>
background-color css
<style>
a { background-color: #8219AB; }
a { background-color: rgb(130,25,171); }
div.DivClassName
{
background-color: #8219AB;
}
.BgClassName
{
background-color: #8219AB;
}
</style>
border-color css
<style>
span { border-color: #8219AB; }
span { border-color: rgb(130,25,171); }
td.TdClassName
{
border-color: #8219AB;
}
.TagClassName
{
border-color: #8219AB;
}
</style>