Shades of Vivid Violet #822CAB
Tints of Vivid Violet #822CAB
RGB
CMYK
RGB Variations
Color information
#822CAB (or 0x822CAB) is known color: Vivid Violet. HEX triplet: 82, 2C and AB. RGB value is (130,44,171). Sum of RGB (Red+Green+Blue) = 130+44+171=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #822CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822CAB is #7DD354. Grayscale: #535353. Windows color (decimal): -8246101 or 11218050. OLE color: 11218050.
HSL color Cylindrical-coordinate representation of color #822CAB: hue angle of 280.63º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822CAB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 44 | 171 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.33 |
| HSL | 280.63º | 0.59% | 0.42% | - |
| HSV(B) | 280.63º | 0.74% | 0.67% | - |
| XYZ | 17.46 | 9.49 | 39.44 | - |
| YUV | 84.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 171 | 0.24 | 0.74 | 0 | 0.33 | 280.63 | 0.59 | 0.42 |
| Hex | 82 | 2C | AB | 18 | 4A | 0 | 21 | 119 | 3B | 2A |
| Octal | 202 | 54 | 253 | 30 | 112 | 0 | 41 | 431 | 73 | 52 |
| Binary | 10000010 | 101100 | 10101011 | 11000 | 1001010 | 0 | 100001 | 100011001 | 111011 | 101010 |
Color Harmonies of #822CAB
Complementary color
Monochromatic Colors of #822CAB
Black with #822CAB
Text Example
Text Example
White with #822CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CAB; }
p { color: rgb(130,44,171); }
H1.HeaderClassName
{
color: #822CAB;
}
.AnyTagClassName
{
color: #822CAB;
}
</style>
background-color css
<style>
a { background-color: #822CAB; }
a { background-color: rgb(130,44,171); }
div.DivClassName
{
background-color: #822CAB;
}
.BgClassName
{
background-color: #822CAB;
}
</style>
border-color css
<style>
span { border-color: #822CAB; }
span { border-color: rgb(130,44,171); }
td.TdClassName
{
border-color: #822CAB;
}
.TagClassName
{
border-color: #822CAB;
}
</style>