Shades of Vivid Violet #822E9F
Tints of Vivid Violet #822E9F
RGB
CMYK
RGB Variations
Color information
#822E9F (or 0x822E9F) is known color: Vivid Violet. HEX triplet: 82, 2E and 9F. RGB value is (130,46,159). Sum of RGB (Red+Green+Blue) = 130+46+159=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #822E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822E9F is #7DD160. Grayscale: #535353. Windows color (decimal): -8245601 or 10432130. OLE color: 10432130.
HSL color Cylindrical-coordinate representation of color #822E9F: hue angle of 284.6º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822E9F is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 46 | 159 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.38 |
| HSL | 284.6º | 0.55% | 0.4% | - |
| HSV(B) | 284.6º | 0.71% | 0.62% | - |
| XYZ | 16.44 | 9.2 | 33.71 | - |
| YUV | 84 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 159 | 0.18 | 0.71 | 0 | 0.38 | 284.6 | 0.55 | 0.4 |
| Hex | 82 | 2E | 9F | 12 | 47 | 0 | 26 | 11D | 37 | 28 |
| Octal | 202 | 56 | 237 | 22 | 107 | 0 | 46 | 435 | 67 | 50 |
| Binary | 10000010 | 101110 | 10011111 | 10010 | 1000111 | 0 | 100110 | 100011101 | 110111 | 101000 |
Color Harmonies of #822E9F
Complementary color
Monochromatic Colors of #822E9F
Black with #822E9F
Text Example
Text Example
White with #822E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E9F; }
p { color: rgb(130,46,159); }
H1.HeaderClassName
{
color: #822E9F;
}
.AnyTagClassName
{
color: #822E9F;
}
</style>
background-color css
<style>
a { background-color: #822E9F; }
a { background-color: rgb(130,46,159); }
div.DivClassName
{
background-color: #822E9F;
}
.BgClassName
{
background-color: #822E9F;
}
</style>
border-color css
<style>
span { border-color: #822E9F; }
span { border-color: rgb(130,46,159); }
td.TdClassName
{
border-color: #822E9F;
}
.TagClassName
{
border-color: #822E9F;
}
</style>