Shades of Vivid Violet #822A8A
Tints of Vivid Violet #822A8A
RGB
CMYK
RGB Variations
Color information
#822A8A (or 0x822A8A) is known color: Vivid Violet. HEX triplet: 82, 2A and 8A. RGB value is (130,42,138). Sum of RGB (Red+Green+Blue) = 130+42+138=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #822A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822A8A is #7DD575. Grayscale: #4E4E4E. Windows color (decimal): -8246646 or 9054850. OLE color: 9054850.
HSL color Cylindrical-coordinate representation of color #822A8A: hue angle of 295º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822A8A is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 42 | 138 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.46 |
| HSL | 295º | 0.53% | 0.35% | - |
| HSV(B) | 295º | 0.7% | 0.54% | - |
| XYZ | 14.62 | 8.24 | 24.86 | - |
| YUV | 79.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 138 | 0.06 | 0.70 | 0 | 0.46 | 295 | 0.53 | 0.35 |
| Hex | 82 | 2A | 8A | 6 | 46 | 0 | 2E | 127 | 35 | 23 |
| Octal | 202 | 52 | 212 | 6 | 106 | 0 | 56 | 447 | 65 | 43 |
| Binary | 10000010 | 101010 | 10001010 | 110 | 1000110 | 0 | 101110 | 100100111 | 110101 | 100011 |
Color Harmonies of #822A8A
Complementary color
Monochromatic Colors of #822A8A
Black with #822A8A
Text Example
Text Example
White with #822A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822A8A; }
p { color: rgb(130,42,138); }
H1.HeaderClassName
{
color: #822A8A;
}
.AnyTagClassName
{
color: #822A8A;
}
</style>
background-color css
<style>
a { background-color: #822A8A; }
a { background-color: rgb(130,42,138); }
div.DivClassName
{
background-color: #822A8A;
}
.BgClassName
{
background-color: #822A8A;
}
</style>
border-color css
<style>
span { border-color: #822A8A; }
span { border-color: rgb(130,42,138); }
td.TdClassName
{
border-color: #822A8A;
}
.TagClassName
{
border-color: #822A8A;
}
</style>