Shades of Vivid Violet #822AAA
Tints of Vivid Violet #822AAA
RGB
CMYK
RGB Variations
Color information
#822AAA (or 0x822AAA) is known color: Vivid Violet. HEX triplet: 82, 2A and AA. RGB value is (130,42,170). Sum of RGB (Red+Green+Blue) = 130+42+170=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #822AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822AAA is #7DD555. Grayscale: #525252. Windows color (decimal): -8246614 or 11152002. OLE color: 11152002.
HSL color Cylindrical-coordinate representation of color #822AAA: hue angle of 281.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822AAA is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 42 | 170 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.33 |
| HSL | 281.25º | 0.6% | 0.42% | - |
| HSV(B) | 281.25º | 0.75% | 0.67% | - |
| XYZ | 17.29 | 9.3 | 38.91 | - |
| YUV | 82.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 170 | 0.24 | 0.75 | 0 | 0.33 | 281.25 | 0.6 | 0.42 |
| Hex | 82 | 2A | AA | 18 | 4B | 0 | 21 | 119 | 3C | 2A |
| Octal | 202 | 52 | 252 | 30 | 113 | 0 | 41 | 431 | 74 | 52 |
| Binary | 10000010 | 101010 | 10101010 | 11000 | 1001011 | 0 | 100001 | 100011001 | 111100 | 101010 |
Color Harmonies of #822AAA
Complementary color
Monochromatic Colors of #822AAA
Black with #822AAA
Text Example
Text Example
White with #822AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822AAA; }
p { color: rgb(130,42,170); }
H1.HeaderClassName
{
color: #822AAA;
}
.AnyTagClassName
{
color: #822AAA;
}
</style>
background-color css
<style>
a { background-color: #822AAA; }
a { background-color: rgb(130,42,170); }
div.DivClassName
{
background-color: #822AAA;
}
.BgClassName
{
background-color: #822AAA;
}
</style>
border-color css
<style>
span { border-color: #822AAA; }
span { border-color: rgb(130,42,170); }
td.TdClassName
{
border-color: #822AAA;
}
.TagClassName
{
border-color: #822AAA;
}
</style>