Shades of Vivid Violet #822493
Tints of Vivid Violet #822493
RGB
CMYK
RGB Variations
Color information
#822493 (or 0x822493) is known color: Vivid Violet. HEX triplet: 82, 24 and 93. RGB value is (130,36,147). Sum of RGB (Red+Green+Blue) = 130+36+147=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #822493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822493 is #7DDB6C. Grayscale: #4C4C4C. Windows color (decimal): -8248173 or 9643138. OLE color: 9643138.
HSL color Cylindrical-coordinate representation of color #822493: hue angle of 290.81º 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 #822493 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 36 | 147 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.42 |
| HSL | 290.81º | 0.61% | 0.36% | - |
| HSV(B) | 290.81º | 0.76% | 0.58% | - |
| XYZ | 15.1 | 8.11 | 28.37 | - |
| YUV | 76.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 147 | 0.12 | 0.76 | 0 | 0.42 | 290.81 | 0.61 | 0.36 |
| Hex | 82 | 24 | 93 | C | 4C | 0 | 2A | 123 | 3D | 24 |
| Octal | 202 | 44 | 223 | 14 | 114 | 0 | 52 | 443 | 75 | 44 |
| Binary | 10000010 | 100100 | 10010011 | 1100 | 1001100 | 0 | 101010 | 100100011 | 111101 | 100100 |
Color Harmonies of #822493
Complementary color
Monochromatic Colors of #822493
Black with #822493
Text Example
Text Example
White with #822493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822493; }
p { color: rgb(130,36,147); }
H1.HeaderClassName
{
color: #822493;
}
.AnyTagClassName
{
color: #822493;
}
</style>
background-color css
<style>
a { background-color: #822493; }
a { background-color: rgb(130,36,147); }
div.DivClassName
{
background-color: #822493;
}
.BgClassName
{
background-color: #822493;
}
</style>
border-color css
<style>
span { border-color: #822493; }
span { border-color: rgb(130,36,147); }
td.TdClassName
{
border-color: #822493;
}
.TagClassName
{
border-color: #822493;
}
</style>