Shades of Vivid Violet #822696
Tints of Vivid Violet #822696
RGB
CMYK
RGB Variations
Color information
#822696 (or 0x822696) is known color: Vivid Violet. HEX triplet: 82, 26 and 96. RGB value is (130,38,150). Sum of RGB (Red+Green+Blue) = 130+38+150=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #822696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822696 is #7DD969. Grayscale: #4D4D4D. Windows color (decimal): -8247658 or 9840258. OLE color: 9840258.
HSL color Cylindrical-coordinate representation of color #822696: hue angle of 289.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822696 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 38 | 150 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.41 |
| HSL | 289.29º | 0.6% | 0.37% | - |
| HSV(B) | 289.29º | 0.75% | 0.59% | - |
| XYZ | 15.4 | 8.33 | 29.65 | - |
| YUV | 78.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 150 | 0.13 | 0.75 | 0 | 0.41 | 289.29 | 0.6 | 0.37 |
| Hex | 82 | 26 | 96 | D | 4B | 0 | 29 | 121 | 3C | 25 |
| Octal | 202 | 46 | 226 | 15 | 113 | 0 | 51 | 441 | 74 | 45 |
| Binary | 10000010 | 100110 | 10010110 | 1101 | 1001011 | 0 | 101001 | 100100001 | 111100 | 100101 |
Color Harmonies of #822696
Complementary color
Monochromatic Colors of #822696
Black with #822696
Text Example
Text Example
White with #822696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822696; }
p { color: rgb(130,38,150); }
H1.HeaderClassName
{
color: #822696;
}
.AnyTagClassName
{
color: #822696;
}
</style>
background-color css
<style>
a { background-color: #822696; }
a { background-color: rgb(130,38,150); }
div.DivClassName
{
background-color: #822696;
}
.BgClassName
{
background-color: #822696;
}
</style>
border-color css
<style>
span { border-color: #822696; }
span { border-color: rgb(130,38,150); }
td.TdClassName
{
border-color: #822696;
}
.TagClassName
{
border-color: #822696;
}
</style>