Shades of Vivid Violet #822395
Tints of Vivid Violet #822395
RGB
CMYK
RGB Variations
Color information
#822395 (or 0x822395) is known color: Vivid Violet. HEX triplet: 82, 23 and 95. RGB value is (130,35,149). Sum of RGB (Red+Green+Blue) = 130+35+149=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #822395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822395 is #7DDC6A. Grayscale: #4C4C4C. Windows color (decimal): -8248427 or 9773954. OLE color: 9773954.
HSL color Cylindrical-coordinate representation of color #822395: hue angle of 290º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822395 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 35 | 149 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.42 |
| HSL | 290º | 0.62% | 0.36% | - |
| HSV(B) | 290º | 0.77% | 0.58% | - |
| XYZ | 15.23 | 8.12 | 29.2 | - |
| YUV | 76.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 149 | 0.13 | 0.77 | 0 | 0.42 | 290 | 0.62 | 0.36 |
| Hex | 82 | 23 | 95 | D | 4D | 0 | 2A | 122 | 3E | 24 |
| Octal | 202 | 43 | 225 | 15 | 115 | 0 | 52 | 442 | 76 | 44 |
| Binary | 10000010 | 100011 | 10010101 | 1101 | 1001101 | 0 | 101010 | 100100010 | 111110 | 100100 |
Color Harmonies of #822395
Complementary color
Monochromatic Colors of #822395
Black with #822395
Text Example
Text Example
White with #822395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822395; }
p { color: rgb(130,35,149); }
H1.HeaderClassName
{
color: #822395;
}
.AnyTagClassName
{
color: #822395;
}
</style>
background-color css
<style>
a { background-color: #822395; }
a { background-color: rgb(130,35,149); }
div.DivClassName
{
background-color: #822395;
}
.BgClassName
{
background-color: #822395;
}
</style>
border-color css
<style>
span { border-color: #822395; }
span { border-color: rgb(130,35,149); }
td.TdClassName
{
border-color: #822395;
}
.TagClassName
{
border-color: #822395;
}
</style>