Shades of Vivid Violet #822588
Tints of Vivid Violet #822588
RGB
CMYK
RGB Variations
Color information
#822588 (or 0x822588) is known color: Vivid Violet. HEX triplet: 82, 25 and 88. RGB value is (130,37,136). Sum of RGB (Red+Green+Blue) = 130+37+136=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #822588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822588 is #7DDA77. Grayscale: #4B4B4B. Windows color (decimal): -8247928 or 8922498. OLE color: 8922498.
HSL color Cylindrical-coordinate representation of color #822588: hue angle of 296.36º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822588 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 37 | 136 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.47 |
| HSL | 296.36º | 0.57% | 0.34% | - |
| HSV(B) | 296.36º | 0.73% | 0.53% | - |
| XYZ | 14.31 | 7.85 | 24.05 | - |
| YUV | 76.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 136 | 0.04 | 0.73 | 0 | 0.47 | 296.36 | 0.57 | 0.34 |
| Hex | 82 | 25 | 88 | 4 | 49 | 0 | 2F | 128 | 39 | 22 |
| Octal | 202 | 45 | 210 | 4 | 111 | 0 | 57 | 450 | 71 | 42 |
| Binary | 10000010 | 100101 | 10001000 | 100 | 1001001 | 0 | 101111 | 100101000 | 111001 | 100010 |
Color Harmonies of #822588
Complementary color
Monochromatic Colors of #822588
Black with #822588
Text Example
Text Example
White with #822588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822588; }
p { color: rgb(130,37,136); }
H1.HeaderClassName
{
color: #822588;
}
.AnyTagClassName
{
color: #822588;
}
</style>
background-color css
<style>
a { background-color: #822588; }
a { background-color: rgb(130,37,136); }
div.DivClassName
{
background-color: #822588;
}
.BgClassName
{
background-color: #822588;
}
</style>
border-color css
<style>
span { border-color: #822588; }
span { border-color: rgb(130,37,136); }
td.TdClassName
{
border-color: #822588;
}
.TagClassName
{
border-color: #822588;
}
</style>