Shades of Vivid Violet #822589
Tints of Vivid Violet #822589
RGB
CMYK
RGB Variations
Color information
#822589 (or 0x822589) is known color: Vivid Violet. HEX triplet: 82, 25 and 89. RGB value is (130,37,137). Sum of RGB (Red+Green+Blue) = 130+37+137=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #822589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822589 is #7DDA76. Grayscale: #4B4B4B. Windows color (decimal): -8247927 or 8988034. OLE color: 8988034.
HSL color Cylindrical-coordinate representation of color #822589: hue angle of 295.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822589 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 37 | 137 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.46 |
| HSL | 295.8º | 0.57% | 0.34% | - |
| HSV(B) | 295.8º | 0.73% | 0.54% | - |
| XYZ | 14.38 | 7.88 | 24.43 | - |
| YUV | 76.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 137 | 0.05 | 0.73 | 0 | 0.46 | 295.8 | 0.57 | 0.34 |
| Hex | 82 | 25 | 89 | 5 | 49 | 0 | 2E | 128 | 39 | 22 |
| Octal | 202 | 45 | 211 | 5 | 111 | 0 | 56 | 450 | 71 | 42 |
| Binary | 10000010 | 100101 | 10001001 | 101 | 1001001 | 0 | 101110 | 100101000 | 111001 | 100010 |
Color Harmonies of #822589
Complementary color
Monochromatic Colors of #822589
Black with #822589
Text Example
Text Example
White with #822589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822589; }
p { color: rgb(130,37,137); }
H1.HeaderClassName
{
color: #822589;
}
.AnyTagClassName
{
color: #822589;
}
</style>
background-color css
<style>
a { background-color: #822589; }
a { background-color: rgb(130,37,137); }
div.DivClassName
{
background-color: #822589;
}
.BgClassName
{
background-color: #822589;
}
</style>
border-color css
<style>
span { border-color: #822589; }
span { border-color: rgb(130,37,137); }
td.TdClassName
{
border-color: #822589;
}
.TagClassName
{
border-color: #822589;
}
</style>