Shades of Vivid Violet #822D9E
Tints of Vivid Violet #822D9E
RGB
CMYK
RGB Variations
Color information
#822D9E (or 0x822D9E) is known color: Vivid Violet. HEX triplet: 82, 2D and 9E. RGB value is (130,45,158). Sum of RGB (Red+Green+Blue) = 130+45+158=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #822D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822D9E is #7DD261. Grayscale: #525252. Windows color (decimal): -8245858 or 10366338. OLE color: 10366338.
HSL color Cylindrical-coordinate representation of color #822D9E: hue angle of 285.13º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822D9E is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 45 | 158 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.38 |
| HSL | 285.13º | 0.56% | 0.4% | - |
| HSV(B) | 285.13º | 0.72% | 0.62% | - |
| XYZ | 16.32 | 9.09 | 33.24 | - |
| YUV | 83.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 158 | 0.18 | 0.72 | 0 | 0.38 | 285.13 | 0.56 | 0.4 |
| Hex | 82 | 2D | 9E | 12 | 48 | 0 | 26 | 11D | 38 | 28 |
| Octal | 202 | 55 | 236 | 22 | 110 | 0 | 46 | 435 | 70 | 50 |
| Binary | 10000010 | 101101 | 10011110 | 10010 | 1001000 | 0 | 100110 | 100011101 | 111000 | 101000 |
Color Harmonies of #822D9E
Complementary color
Monochromatic Colors of #822D9E
Black with #822D9E
Text Example
Text Example
White with #822D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D9E; }
p { color: rgb(130,45,158); }
H1.HeaderClassName
{
color: #822D9E;
}
.AnyTagClassName
{
color: #822D9E;
}
</style>
background-color css
<style>
a { background-color: #822D9E; }
a { background-color: rgb(130,45,158); }
div.DivClassName
{
background-color: #822D9E;
}
.BgClassName
{
background-color: #822D9E;
}
</style>
border-color css
<style>
span { border-color: #822D9E; }
span { border-color: rgb(130,45,158); }
td.TdClassName
{
border-color: #822D9E;
}
.TagClassName
{
border-color: #822D9E;
}
</style>