Shades of Blue Violet #822EDD
Tints of Blue Violet #822EDD
RGB
CMYK
RGB Variations
Color information
#822EDD (or 0x822EDD) is known color: Blue Violet. HEX triplet: 82, 2E and DD. RGB value is (130,46,221). Sum of RGB (Red+Green+Blue) = 130+46+221=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #822EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EDD is #7DD122. Grayscale: #5A5A5A. Windows color (decimal): -8245539 or 14495362. OLE color: 14495362.
HSL color Cylindrical-coordinate representation of color #822EDD: hue angle of 268.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #822EDD is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 46 | 221 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.13 |
| HSL | 268.8º | 0.72% | 0.52% | - |
| HSV(B) | 268.8º | 0.79% | 0.87% | - |
| XYZ | 23.23 | 11.92 | 69.48 | - |
| YUV | 91.07 | 201.33 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 221 | 0.41 | 0.79 | 0 | 0.13 | 268.8 | 0.72 | 0.52 |
| Hex | 82 | 2E | DD | 29 | 4F | 0 | D | 10D | 48 | 34 |
| Octal | 202 | 56 | 335 | 51 | 117 | 0 | 15 | 415 | 110 | 64 |
| Binary | 10000010 | 101110 | 11011101 | 101001 | 1001111 | 0 | 1101 | 100001101 | 1001000 | 110100 |
Color Harmonies of #822EDD
Complementary color
Monochromatic Colors of #822EDD
Black with #822EDD
Text Example
Text Example
White with #822EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822EDD; }
p { color: rgb(130,46,221); }
H1.HeaderClassName
{
color: #822EDD;
}
.AnyTagClassName
{
color: #822EDD;
}
</style>
background-color css
<style>
a { background-color: #822EDD; }
a { background-color: rgb(130,46,221); }
div.DivClassName
{
background-color: #822EDD;
}
.BgClassName
{
background-color: #822EDD;
}
</style>
border-color css
<style>
span { border-color: #822EDD; }
span { border-color: rgb(130,46,221); }
td.TdClassName
{
border-color: #822EDD;
}
.TagClassName
{
border-color: #822EDD;
}
</style>