Shades of Vivid Violet #822889
Tints of Vivid Violet #822889
RGB
CMYK
RGB Variations
Color information
#822889 (or 0x822889) is known color: Vivid Violet. HEX triplet: 82, 28 and 89. RGB value is (130,40,137). Sum of RGB (Red+Green+Blue) = 130+40+137=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #822889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822889 is #7DD776. Grayscale: #4D4D4D. Windows color (decimal): -8247159 or 8988802. OLE color: 8988802.
HSL color Cylindrical-coordinate representation of color #822889: hue angle of 295.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822889 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 40 | 137 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.46 |
| HSL | 295.67º | 0.55% | 0.35% | - |
| HSV(B) | 295.67º | 0.71% | 0.54% | - |
| XYZ | 14.48 | 8.07 | 24.46 | - |
| YUV | 77.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 137 | 0.05 | 0.71 | 0 | 0.46 | 295.67 | 0.55 | 0.35 |
| Hex | 82 | 28 | 89 | 5 | 47 | 0 | 2E | 128 | 37 | 23 |
| Octal | 202 | 50 | 211 | 5 | 107 | 0 | 56 | 450 | 67 | 43 |
| Binary | 10000010 | 101000 | 10001001 | 101 | 1000111 | 0 | 101110 | 100101000 | 110111 | 100011 |
Color Harmonies of #822889
Complementary color
Monochromatic Colors of #822889
Black with #822889
Text Example
Text Example
White with #822889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822889; }
p { color: rgb(130,40,137); }
H1.HeaderClassName
{
color: #822889;
}
.AnyTagClassName
{
color: #822889;
}
</style>
background-color css
<style>
a { background-color: #822889; }
a { background-color: rgb(130,40,137); }
div.DivClassName
{
background-color: #822889;
}
.BgClassName
{
background-color: #822889;
}
</style>
border-color css
<style>
span { border-color: #822889; }
span { border-color: rgb(130,40,137); }
td.TdClassName
{
border-color: #822889;
}
.TagClassName
{
border-color: #822889;
}
</style>