Shades of Vivid Violet #822695
Tints of Vivid Violet #822695
RGB
CMYK
RGB Variations
Color information
#822695 (or 0x822695) is known color: Vivid Violet. HEX triplet: 82, 26 and 95. RGB value is (130,38,149). Sum of RGB (Red+Green+Blue) = 130+38+149=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #822695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822695 is #7DD96A. Grayscale: #4D4D4D. Windows color (decimal): -8247659 or 9774722. OLE color: 9774722.
HSL color Cylindrical-coordinate representation of color #822695: hue angle of 289.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822695 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 38 | 149 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.42 |
| HSL | 289.73º | 0.59% | 0.37% | - |
| HSV(B) | 289.73º | 0.74% | 0.58% | - |
| XYZ | 15.32 | 8.3 | 29.23 | - |
| YUV | 78.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 149 | 0.13 | 0.74 | 0 | 0.42 | 289.73 | 0.59 | 0.37 |
| Hex | 82 | 26 | 95 | D | 4A | 0 | 2A | 122 | 3B | 25 |
| Octal | 202 | 46 | 225 | 15 | 112 | 0 | 52 | 442 | 73 | 45 |
| Binary | 10000010 | 100110 | 10010101 | 1101 | 1001010 | 0 | 101010 | 100100010 | 111011 | 100101 |
Color Harmonies of #822695
Complementary color
Monochromatic Colors of #822695
Black with #822695
Text Example
Text Example
White with #822695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822695; }
p { color: rgb(130,38,149); }
H1.HeaderClassName
{
color: #822695;
}
.AnyTagClassName
{
color: #822695;
}
</style>
background-color css
<style>
a { background-color: #822695; }
a { background-color: rgb(130,38,149); }
div.DivClassName
{
background-color: #822695;
}
.BgClassName
{
background-color: #822695;
}
</style>
border-color css
<style>
span { border-color: #822695; }
span { border-color: rgb(130,38,149); }
td.TdClassName
{
border-color: #822695;
}
.TagClassName
{
border-color: #822695;
}
</style>