Shades of Vivid Violet #822495
Tints of Vivid Violet #822495
RGB
CMYK
RGB Variations
Color information
#822495 (or 0x822495) is known color: Vivid Violet. HEX triplet: 82, 24 and 95. RGB value is (130,36,149). Sum of RGB (Red+Green+Blue) = 130+36+149=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #822495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822495 is #7DDB6A. Grayscale: #4C4C4C. Windows color (decimal): -8248171 or 9774210. OLE color: 9774210.
HSL color Cylindrical-coordinate representation of color #822495: hue angle of 289.91º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822495 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 36 | 149 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.42 |
| HSL | 289.91º | 0.61% | 0.36% | - |
| HSV(B) | 289.91º | 0.76% | 0.58% | - |
| XYZ | 15.26 | 8.18 | 29.21 | - |
| YUV | 76.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 149 | 0.13 | 0.76 | 0 | 0.42 | 289.91 | 0.61 | 0.36 |
| Hex | 82 | 24 | 95 | D | 4C | 0 | 2A | 122 | 3D | 24 |
| Octal | 202 | 44 | 225 | 15 | 114 | 0 | 52 | 442 | 75 | 44 |
| Binary | 10000010 | 100100 | 10010101 | 1101 | 1001100 | 0 | 101010 | 100100010 | 111101 | 100100 |
Color Harmonies of #822495
Complementary color
Monochromatic Colors of #822495
Black with #822495
Text Example
Text Example
White with #822495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822495; }
p { color: rgb(130,36,149); }
H1.HeaderClassName
{
color: #822495;
}
.AnyTagClassName
{
color: #822495;
}
</style>
background-color css
<style>
a { background-color: #822495; }
a { background-color: rgb(130,36,149); }
div.DivClassName
{
background-color: #822495;
}
.BgClassName
{
background-color: #822495;
}
</style>
border-color css
<style>
span { border-color: #822495; }
span { border-color: rgb(130,36,149); }
td.TdClassName
{
border-color: #822495;
}
.TagClassName
{
border-color: #822495;
}
</style>