Shades of Vivid Violet #822C9D
Tints of Vivid Violet #822C9D
RGB
CMYK
RGB Variations
Color information
#822C9D (or 0x822C9D) is known color: Vivid Violet. HEX triplet: 82, 2C and 9D. RGB value is (130,44,157). Sum of RGB (Red+Green+Blue) = 130+44+157=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #822C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822C9D is #7DD362. Grayscale: #525252. Windows color (decimal): -8246115 or 10300546. OLE color: 10300546.
HSL color Cylindrical-coordinate representation of color #822C9D: hue angle of 285.66º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822C9D is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 44 | 157 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.38 |
| HSL | 285.66º | 0.56% | 0.39% | - |
| HSV(B) | 285.66º | 0.72% | 0.62% | - |
| XYZ | 16.19 | 8.98 | 32.78 | - |
| YUV | 82.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 157 | 0.17 | 0.72 | 0 | 0.38 | 285.66 | 0.56 | 0.39 |
| Hex | 82 | 2C | 9D | 11 | 48 | 0 | 26 | 11E | 38 | 27 |
| Octal | 202 | 54 | 235 | 21 | 110 | 0 | 46 | 436 | 70 | 47 |
| Binary | 10000010 | 101100 | 10011101 | 10001 | 1001000 | 0 | 100110 | 100011110 | 111000 | 100111 |
Color Harmonies of #822C9D
Complementary color
Monochromatic Colors of #822C9D
Black with #822C9D
Text Example
Text Example
White with #822C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C9D; }
p { color: rgb(130,44,157); }
H1.HeaderClassName
{
color: #822C9D;
}
.AnyTagClassName
{
color: #822C9D;
}
</style>
background-color css
<style>
a { background-color: #822C9D; }
a { background-color: rgb(130,44,157); }
div.DivClassName
{
background-color: #822C9D;
}
.BgClassName
{
background-color: #822C9D;
}
</style>
border-color css
<style>
span { border-color: #822C9D; }
span { border-color: rgb(130,44,157); }
td.TdClassName
{
border-color: #822C9D;
}
.TagClassName
{
border-color: #822C9D;
}
</style>