Shades of Vivid Violet #822491
Tints of Vivid Violet #822491
RGB
CMYK
RGB Variations
Color information
#822491 (or 0x822491) is known color: Vivid Violet. HEX triplet: 82, 24 and 91. RGB value is (130,36,145). Sum of RGB (Red+Green+Blue) = 130+36+145=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #822491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822491 is #7DDB6E. Grayscale: #4C4C4C. Windows color (decimal): -8248175 or 9512066. OLE color: 9512066.
HSL color Cylindrical-coordinate representation of color #822491: hue angle of 291.74º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822491 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 36 | 145 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.43 |
| HSL | 291.74º | 0.6% | 0.35% | - |
| HSV(B) | 291.74º | 0.75% | 0.57% | - |
| XYZ | 14.95 | 8.05 | 27.55 | - |
| YUV | 76.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 145 | 0.10 | 0.75 | 0 | 0.43 | 291.74 | 0.6 | 0.35 |
| Hex | 82 | 24 | 91 | A | 4B | 0 | 2B | 124 | 3C | 23 |
| Octal | 202 | 44 | 221 | 12 | 113 | 0 | 53 | 444 | 74 | 43 |
| Binary | 10000010 | 100100 | 10010001 | 1010 | 1001011 | 0 | 101011 | 100100100 | 111100 | 100011 |
Color Harmonies of #822491
Complementary color
Monochromatic Colors of #822491
Black with #822491
Text Example
Text Example
White with #822491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822491; }
p { color: rgb(130,36,145); }
H1.HeaderClassName
{
color: #822491;
}
.AnyTagClassName
{
color: #822491;
}
</style>
background-color css
<style>
a { background-color: #822491; }
a { background-color: rgb(130,36,145); }
div.DivClassName
{
background-color: #822491;
}
.BgClassName
{
background-color: #822491;
}
</style>
border-color css
<style>
span { border-color: #822491; }
span { border-color: rgb(130,36,145); }
td.TdClassName
{
border-color: #822491;
}
.TagClassName
{
border-color: #822491;
}
</style>