Shades of Vivid Violet #822488
Tints of Vivid Violet #822488
RGB
CMYK
RGB Variations
Color information
#822488 (or 0x822488) is known color: Vivid Violet. HEX triplet: 82, 24 and 88. RGB value is (130,36,136). Sum of RGB (Red+Green+Blue) = 130+36+136=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #822488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822488 is #7DDB77. Grayscale: #4B4B4B. Windows color (decimal): -8248184 or 8922242. OLE color: 8922242.
HSL color Cylindrical-coordinate representation of color #822488: hue angle of 296.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822488 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 36 | 136 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.47 |
| HSL | 296.4º | 0.58% | 0.34% | - |
| HSV(B) | 296.4º | 0.74% | 0.53% | - |
| XYZ | 14.28 | 7.79 | 24.04 | - |
| YUV | 75.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 136 | 0.04 | 0.74 | 0 | 0.47 | 296.4 | 0.58 | 0.34 |
| Hex | 82 | 24 | 88 | 4 | 4A | 0 | 2F | 128 | 3A | 22 |
| Octal | 202 | 44 | 210 | 4 | 112 | 0 | 57 | 450 | 72 | 42 |
| Binary | 10000010 | 100100 | 10001000 | 100 | 1001010 | 0 | 101111 | 100101000 | 111010 | 100010 |
Color Harmonies of #822488
Complementary color
Monochromatic Colors of #822488
Black with #822488
Text Example
Text Example
White with #822488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822488; }
p { color: rgb(130,36,136); }
H1.HeaderClassName
{
color: #822488;
}
.AnyTagClassName
{
color: #822488;
}
</style>
background-color css
<style>
a { background-color: #822488; }
a { background-color: rgb(130,36,136); }
div.DivClassName
{
background-color: #822488;
}
.BgClassName
{
background-color: #822488;
}
</style>
border-color css
<style>
span { border-color: #822488; }
span { border-color: rgb(130,36,136); }
td.TdClassName
{
border-color: #822488;
}
.TagClassName
{
border-color: #822488;
}
</style>