Shades of Vivid Violet #822F95
Tints of Vivid Violet #822F95
RGB
CMYK
RGB Variations
Color information
#822F95 (or 0x822F95) is known color: Vivid Violet. HEX triplet: 82, 2F and 95. RGB value is (130,47,149). Sum of RGB (Red+Green+Blue) = 130+47+149=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #822F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822F95 is #7DD06A. Grayscale: #535353. Windows color (decimal): -8245355 or 9777026. OLE color: 9777026.
HSL color Cylindrical-coordinate representation of color #822F95: hue angle of 288.82º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822F95 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 47 | 149 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.42 |
| HSL | 288.82º | 0.52% | 0.38% | - |
| HSV(B) | 288.82º | 0.68% | 0.58% | - |
| XYZ | 15.65 | 8.95 | 29.34 | - |
| YUV | 83.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 149 | 0.13 | 0.68 | 0 | 0.42 | 288.82 | 0.52 | 0.38 |
| Hex | 82 | 2F | 95 | D | 44 | 0 | 2A | 121 | 34 | 26 |
| Octal | 202 | 57 | 225 | 15 | 104 | 0 | 52 | 441 | 64 | 46 |
| Binary | 10000010 | 101111 | 10010101 | 1101 | 1000100 | 0 | 101010 | 100100001 | 110100 | 100110 |
Color Harmonies of #822F95
Complementary color
Monochromatic Colors of #822F95
Black with #822F95
Text Example
Text Example
White with #822F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F95; }
p { color: rgb(130,47,149); }
H1.HeaderClassName
{
color: #822F95;
}
.AnyTagClassName
{
color: #822F95;
}
</style>
background-color css
<style>
a { background-color: #822F95; }
a { background-color: rgb(130,47,149); }
div.DivClassName
{
background-color: #822F95;
}
.BgClassName
{
background-color: #822F95;
}
</style>
border-color css
<style>
span { border-color: #822F95; }
span { border-color: rgb(130,47,149); }
td.TdClassName
{
border-color: #822F95;
}
.TagClassName
{
border-color: #822F95;
}
</style>