Shades of Blue Violet #822EED
Tints of Blue Violet #822EED
RGB
CMYK
RGB Variations
Color information
#822EED (or 0x822EED) is known color: Blue Violet. HEX triplet: 82, 2E and ED. RGB value is (130,46,237). Sum of RGB (Red+Green+Blue) = 130+46+237=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #822EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822EED is #7DD112. Grayscale: #5C5C5C. Windows color (decimal): -8245523 or 15543938. OLE color: 15543938.
HSL color Cylindrical-coordinate representation of color #822EED: hue angle of 266.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822EED is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 46 | 237 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.07 |
| HSL | 266.39º | 0.84% | 0.55% | - |
| HSV(B) | 266.39º | 0.81% | 0.93% | - |
| XYZ | 25.47 | 12.81 | 81.25 | - |
| YUV | 92.89 | 209.33 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 237 | 0.45 | 0.81 | 0 | 0.07 | 266.39 | 0.84 | 0.55 |
| Hex | 82 | 2E | ED | 2D | 51 | 0 | 7 | 10A | 54 | 37 |
| Octal | 202 | 56 | 355 | 55 | 121 | 0 | 7 | 412 | 124 | 67 |
| Binary | 10000010 | 101110 | 11101101 | 101101 | 1010001 | 0 | 111 | 100001010 | 1010100 | 110111 |
Color Harmonies of #822EED
Complementary color
Monochromatic Colors of #822EED
Black with #822EED
Text Example
Text Example
White with #822EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822EED; }
p { color: rgb(130,46,237); }
H1.HeaderClassName
{
color: #822EED;
}
.AnyTagClassName
{
color: #822EED;
}
</style>
background-color css
<style>
a { background-color: #822EED; }
a { background-color: rgb(130,46,237); }
div.DivClassName
{
background-color: #822EED;
}
.BgClassName
{
background-color: #822EED;
}
</style>
border-color css
<style>
span { border-color: #822EED; }
span { border-color: rgb(130,46,237); }
td.TdClassName
{
border-color: #822EED;
}
.TagClassName
{
border-color: #822EED;
}
</style>