Shades of Vivid Violet #822DAE
Tints of Vivid Violet #822DAE
RGB
CMYK
RGB Variations
Color information
#822DAE (or 0x822DAE) is known color: Vivid Violet. HEX triplet: 82, 2D and AE. RGB value is (130,45,174). Sum of RGB (Red+Green+Blue) = 130+45+174=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #822DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822DAE is #7DD251. Grayscale: #545454. Windows color (decimal): -8245842 or 11414914. OLE color: 11414914.
HSL color Cylindrical-coordinate representation of color #822DAE: hue angle of 279.53º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822DAE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 45 | 174 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.32 |
| HSL | 279.53º | 0.59% | 0.43% | - |
| HSV(B) | 279.53º | 0.74% | 0.68% | - |
| XYZ | 17.78 | 9.68 | 40.98 | - |
| YUV | 85.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 174 | 0.25 | 0.74 | 0 | 0.32 | 279.53 | 0.59 | 0.43 |
| Hex | 82 | 2D | AE | 19 | 4A | 0 | 20 | 118 | 3B | 2B |
| Octal | 202 | 55 | 256 | 31 | 112 | 0 | 40 | 430 | 73 | 53 |
| Binary | 10000010 | 101101 | 10101110 | 11001 | 1001010 | 0 | 100000 | 100011000 | 111011 | 101011 |
Color Harmonies of #822DAE
Complementary color
Monochromatic Colors of #822DAE
Black with #822DAE
Text Example
Text Example
White with #822DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DAE; }
p { color: rgb(130,45,174); }
H1.HeaderClassName
{
color: #822DAE;
}
.AnyTagClassName
{
color: #822DAE;
}
</style>
background-color css
<style>
a { background-color: #822DAE; }
a { background-color: rgb(130,45,174); }
div.DivClassName
{
background-color: #822DAE;
}
.BgClassName
{
background-color: #822DAE;
}
</style>
border-color css
<style>
span { border-color: #822DAE; }
span { border-color: rgb(130,45,174); }
td.TdClassName
{
border-color: #822DAE;
}
.TagClassName
{
border-color: #822DAE;
}
</style>