Shades of Blue Violet #822DED
Tints of Blue Violet #822DED
RGB
CMYK
RGB Variations
Color information
#822DED (or 0x822DED) is known color: Blue Violet. HEX triplet: 82, 2D and ED. RGB value is (130,45,237). Sum of RGB (Red+Green+Blue) = 130+45+237=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #822DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822DED is #7DD212. Grayscale: #5B5B5B. Windows color (decimal): -8245779 or 15543682. OLE color: 15543682.
HSL color Cylindrical-coordinate representation of color #822DED: hue angle of 266.56º 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 #822DED is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 45 | 237 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.07 |
| HSL | 266.56º | 0.84% | 0.55% | - |
| HSV(B) | 266.56º | 0.81% | 0.93% | - |
| XYZ | 25.43 | 12.74 | 81.24 | - |
| YUV | 92.3 | 209.66 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 237 | 0.45 | 0.81 | 0 | 0.07 | 266.56 | 0.84 | 0.55 |
| Hex | 82 | 2D | ED | 2D | 51 | 0 | 7 | 10B | 54 | 37 |
| Octal | 202 | 55 | 355 | 55 | 121 | 0 | 7 | 413 | 124 | 67 |
| Binary | 10000010 | 101101 | 11101101 | 101101 | 1010001 | 0 | 111 | 100001011 | 1010100 | 110111 |
Color Harmonies of #822DED
Complementary color
Monochromatic Colors of #822DED
Black with #822DED
Text Example
Text Example
White with #822DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DED; }
p { color: rgb(130,45,237); }
H1.HeaderClassName
{
color: #822DED;
}
.AnyTagClassName
{
color: #822DED;
}
</style>
background-color css
<style>
a { background-color: #822DED; }
a { background-color: rgb(130,45,237); }
div.DivClassName
{
background-color: #822DED;
}
.BgClassName
{
background-color: #822DED;
}
</style>
border-color css
<style>
span { border-color: #822DED; }
span { border-color: rgb(130,45,237); }
td.TdClassName
{
border-color: #822DED;
}
.TagClassName
{
border-color: #822DED;
}
</style>