Shades of Blue Violet #822ED0
Tints of Blue Violet #822ED0
RGB
CMYK
RGB Variations
Color information
#822ED0 (or 0x822ED0) is known color: Blue Violet. HEX triplet: 82, 2E and D0. RGB value is (130,46,208). Sum of RGB (Red+Green+Blue) = 130+46+208=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #822ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822ED0 is #7DD12F. Grayscale: #595959. Windows color (decimal): -8245552 or 13643394. OLE color: 13643394.
HSL color Cylindrical-coordinate representation of color #822ED0: hue angle of 271.11º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #822ED0 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 46 | 208 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.18 |
| HSL | 271.11º | 0.64% | 0.5% | - |
| HSV(B) | 271.11º | 0.78% | 0.82% | - |
| XYZ | 21.57 | 11.25 | 60.71 | - |
| YUV | 89.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 208 | 0.38 | 0.78 | 0 | 0.18 | 271.11 | 0.64 | 0.5 |
| Hex | 82 | 2E | D0 | 26 | 4E | 0 | 12 | 10F | 40 | 32 |
| Octal | 202 | 56 | 320 | 46 | 116 | 0 | 22 | 417 | 100 | 62 |
| Binary | 10000010 | 101110 | 11010000 | 100110 | 1001110 | 0 | 10010 | 100001111 | 1000000 | 110010 |
Color Harmonies of #822ED0
Complementary color
Monochromatic Colors of #822ED0
Black with #822ED0
Text Example
Text Example
White with #822ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822ED0; }
p { color: rgb(130,46,208); }
H1.HeaderClassName
{
color: #822ED0;
}
.AnyTagClassName
{
color: #822ED0;
}
</style>
background-color css
<style>
a { background-color: #822ED0; }
a { background-color: rgb(130,46,208); }
div.DivClassName
{
background-color: #822ED0;
}
.BgClassName
{
background-color: #822ED0;
}
</style>
border-color css
<style>
span { border-color: #822ED0; }
span { border-color: rgb(130,46,208); }
td.TdClassName
{
border-color: #822ED0;
}
.TagClassName
{
border-color: #822ED0;
}
</style>