Shades of Vivid Violet #822DA3
Tints of Vivid Violet #822DA3
RGB
CMYK
RGB Variations
Color information
#822DA3 (or 0x822DA3) is known color: Vivid Violet. HEX triplet: 82, 2D and A3. RGB value is (130,45,163). Sum of RGB (Red+Green+Blue) = 130+45+163=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #822DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822DA3 is #7DD25C. Grayscale: #535353. Windows color (decimal): -8245853 or 10694018. OLE color: 10694018.
HSL color Cylindrical-coordinate representation of color #822DA3: hue angle of 283.22º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822DA3 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 45 | 163 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.36 |
| HSL | 283.22º | 0.57% | 0.41% | - |
| HSV(B) | 283.22º | 0.72% | 0.64% | - |
| XYZ | 16.76 | 9.27 | 35.56 | - |
| YUV | 83.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 163 | 0.20 | 0.72 | 0 | 0.36 | 283.22 | 0.57 | 0.41 |
| Hex | 82 | 2D | A3 | 14 | 48 | 0 | 24 | 11B | 39 | 29 |
| Octal | 202 | 55 | 243 | 24 | 110 | 0 | 44 | 433 | 71 | 51 |
| Binary | 10000010 | 101101 | 10100011 | 10100 | 1001000 | 0 | 100100 | 100011011 | 111001 | 101001 |
Color Harmonies of #822DA3
Complementary color
Monochromatic Colors of #822DA3
Black with #822DA3
Text Example
Text Example
White with #822DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DA3; }
p { color: rgb(130,45,163); }
H1.HeaderClassName
{
color: #822DA3;
}
.AnyTagClassName
{
color: #822DA3;
}
</style>
background-color css
<style>
a { background-color: #822DA3; }
a { background-color: rgb(130,45,163); }
div.DivClassName
{
background-color: #822DA3;
}
.BgClassName
{
background-color: #822DA3;
}
</style>
border-color css
<style>
span { border-color: #822DA3; }
span { border-color: rgb(130,45,163); }
td.TdClassName
{
border-color: #822DA3;
}
.TagClassName
{
border-color: #822DA3;
}
</style>