Shades of Vivid Violet #822DAC
Tints of Vivid Violet #822DAC
RGB
CMYK
RGB Variations
Color information
#822DAC (or 0x822DAC) is known color: Vivid Violet. HEX triplet: 82, 2D and AC. RGB value is (130,45,172). Sum of RGB (Red+Green+Blue) = 130+45+172=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #822DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822DAC is #7DD253. Grayscale: #545454. Windows color (decimal): -8245844 or 11283842. OLE color: 11283842.
HSL color Cylindrical-coordinate representation of color #822DAC: hue angle of 280.16º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822DAC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 45 | 172 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.33 |
| HSL | 280.16º | 0.59% | 0.43% | - |
| HSV(B) | 280.16º | 0.74% | 0.67% | - |
| XYZ | 17.59 | 9.6 | 39.96 | - |
| YUV | 84.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 172 | 0.24 | 0.74 | 0 | 0.33 | 280.16 | 0.59 | 0.43 |
| Hex | 82 | 2D | AC | 18 | 4A | 0 | 21 | 118 | 3B | 2B |
| Octal | 202 | 55 | 254 | 30 | 112 | 0 | 41 | 430 | 73 | 53 |
| Binary | 10000010 | 101101 | 10101100 | 11000 | 1001010 | 0 | 100001 | 100011000 | 111011 | 101011 |
Color Harmonies of #822DAC
Complementary color
Monochromatic Colors of #822DAC
Black with #822DAC
Text Example
Text Example
White with #822DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DAC; }
p { color: rgb(130,45,172); }
H1.HeaderClassName
{
color: #822DAC;
}
.AnyTagClassName
{
color: #822DAC;
}
</style>
background-color css
<style>
a { background-color: #822DAC; }
a { background-color: rgb(130,45,172); }
div.DivClassName
{
background-color: #822DAC;
}
.BgClassName
{
background-color: #822DAC;
}
</style>
border-color css
<style>
span { border-color: #822DAC; }
span { border-color: rgb(130,45,172); }
td.TdClassName
{
border-color: #822DAC;
}
.TagClassName
{
border-color: #822DAC;
}
</style>