Shades of Vivid Violet #8222AB
Tints of Vivid Violet #8222AB
RGB
CMYK
RGB Variations
Color information
#8222AB (or 0x8222AB) is known color: Vivid Violet. HEX triplet: 82, 22 and AB. RGB value is (130,34,171). Sum of RGB (Red+Green+Blue) = 130+34+171=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #8222AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8222AB is #7DDD54. Grayscale: #4D4D4D. Windows color (decimal): -8248661 or 11215490. OLE color: 11215490.
HSL color Cylindrical-coordinate representation of color #8222AB: hue angle of 282.04º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8222AB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 34 | 171 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.33 |
| HSL | 282.04º | 0.67% | 0.4% | - |
| HSV(B) | 282.04º | 0.8% | 0.67% | - |
| XYZ | 17.13 | 8.83 | 39.33 | - |
| YUV | 78.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 171 | 0.24 | 0.80 | 0 | 0.33 | 282.04 | 0.67 | 0.4 |
| Hex | 82 | 22 | AB | 18 | 50 | 0 | 21 | 11A | 43 | 28 |
| Octal | 202 | 42 | 253 | 30 | 120 | 0 | 41 | 432 | 103 | 50 |
| Binary | 10000010 | 100010 | 10101011 | 11000 | 1010000 | 0 | 100001 | 100011010 | 1000011 | 101000 |
Color Harmonies of #8222AB
Complementary color
Monochromatic Colors of #8222AB
Black with #8222AB
Text Example
Text Example
White with #8222AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8222AB; }
p { color: rgb(130,34,171); }
H1.HeaderClassName
{
color: #8222AB;
}
.AnyTagClassName
{
color: #8222AB;
}
</style>
background-color css
<style>
a { background-color: #8222AB; }
a { background-color: rgb(130,34,171); }
div.DivClassName
{
background-color: #8222AB;
}
.BgClassName
{
background-color: #8222AB;
}
</style>
border-color css
<style>
span { border-color: #8222AB; }
span { border-color: rgb(130,34,171); }
td.TdClassName
{
border-color: #8222AB;
}
.TagClassName
{
border-color: #8222AB;
}
</style>