Shades of Vivid Violet #822E93
Tints of Vivid Violet #822E93
RGB
CMYK
RGB Variations
Color information
#822E93 (or 0x822E93) is known color: Vivid Violet. HEX triplet: 82, 2E and 93. RGB value is (130,46,147). Sum of RGB (Red+Green+Blue) = 130+46+147=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #822E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822E93 is #7DD16C. Grayscale: #525252. Windows color (decimal): -8245613 or 9645698. OLE color: 9645698.
HSL color Cylindrical-coordinate representation of color #822E93: hue angle of 289.9º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822E93 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 46 | 147 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.42 |
| HSL | 289.9º | 0.52% | 0.38% | - |
| HSV(B) | 289.9º | 0.69% | 0.58% | - |
| XYZ | 15.45 | 8.81 | 28.49 | - |
| YUV | 82.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 147 | 0.12 | 0.69 | 0 | 0.42 | 289.9 | 0.52 | 0.38 |
| Hex | 82 | 2E | 93 | C | 45 | 0 | 2A | 122 | 34 | 26 |
| Octal | 202 | 56 | 223 | 14 | 105 | 0 | 52 | 442 | 64 | 46 |
| Binary | 10000010 | 101110 | 10010011 | 1100 | 1000101 | 0 | 101010 | 100100010 | 110100 | 100110 |
Color Harmonies of #822E93
Complementary color
Monochromatic Colors of #822E93
Black with #822E93
Text Example
Text Example
White with #822E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822E93; }
p { color: rgb(130,46,147); }
H1.HeaderClassName
{
color: #822E93;
}
.AnyTagClassName
{
color: #822E93;
}
</style>
background-color css
<style>
a { background-color: #822E93; }
a { background-color: rgb(130,46,147); }
div.DivClassName
{
background-color: #822E93;
}
.BgClassName
{
background-color: #822E93;
}
</style>
border-color css
<style>
span { border-color: #822E93; }
span { border-color: rgb(130,46,147); }
td.TdClassName
{
border-color: #822E93;
}
.TagClassName
{
border-color: #822E93;
}
</style>