Shades of Vivid Violet #822698
Tints of Vivid Violet #822698
RGB
CMYK
RGB Variations
Color information
#822698 (or 0x822698) is known color: Vivid Violet. HEX triplet: 82, 26 and 98. RGB value is (130,38,152). Sum of RGB (Red+Green+Blue) = 130+38+152=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #822698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822698 is #7DD967. Grayscale: #4E4E4E. Windows color (decimal): -8247656 or 9971330. OLE color: 9971330.
HSL color Cylindrical-coordinate representation of color #822698: hue angle of 288.42º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822698 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 38 | 152 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.40 |
| HSL | 288.42º | 0.6% | 0.37% | - |
| HSV(B) | 288.42º | 0.75% | 0.6% | - |
| XYZ | 15.57 | 8.4 | 30.51 | - |
| YUV | 78.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 152 | 0.14 | 0.75 | 0 | 0.40 | 288.42 | 0.6 | 0.37 |
| Hex | 82 | 26 | 98 | E | 4B | 0 | 28 | 120 | 3C | 25 |
| Octal | 202 | 46 | 230 | 16 | 113 | 0 | 50 | 440 | 74 | 45 |
| Binary | 10000010 | 100110 | 10011000 | 1110 | 1001011 | 0 | 101000 | 100100000 | 111100 | 100101 |
Color Harmonies of #822698
Complementary color
Monochromatic Colors of #822698
Black with #822698
Text Example
Text Example
White with #822698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822698; }
p { color: rgb(130,38,152); }
H1.HeaderClassName
{
color: #822698;
}
.AnyTagClassName
{
color: #822698;
}
</style>
background-color css
<style>
a { background-color: #822698; }
a { background-color: rgb(130,38,152); }
div.DivClassName
{
background-color: #822698;
}
.BgClassName
{
background-color: #822698;
}
</style>
border-color css
<style>
span { border-color: #822698; }
span { border-color: rgb(130,38,152); }
td.TdClassName
{
border-color: #822698;
}
.TagClassName
{
border-color: #822698;
}
</style>