Shades of Blue Violet #822EDC
Tints of Blue Violet #822EDC
RGB
CMYK
RGB Variations
Color information
#822EDC (or 0x822EDC) is known color: Blue Violet. HEX triplet: 82, 2E and DC. RGB value is (130,46,220). Sum of RGB (Red+Green+Blue) = 130+46+220=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #822EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EDC is #7DD123. Grayscale: #5A5A5A. Windows color (decimal): -8245540 or 14429826. OLE color: 14429826.
HSL color Cylindrical-coordinate representation of color #822EDC: hue angle of 268.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #822EDC is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 46 | 220 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.14 |
| HSL | 268.97º | 0.71% | 0.52% | - |
| HSV(B) | 268.97º | 0.79% | 0.86% | - |
| XYZ | 23.1 | 11.87 | 68.78 | - |
| YUV | 90.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 220 | 0.41 | 0.79 | 0 | 0.14 | 268.97 | 0.71 | 0.52 |
| Hex | 82 | 2E | DC | 29 | 4F | 0 | E | 10D | 47 | 34 |
| Octal | 202 | 56 | 334 | 51 | 117 | 0 | 16 | 415 | 107 | 64 |
| Binary | 10000010 | 101110 | 11011100 | 101001 | 1001111 | 0 | 1110 | 100001101 | 1000111 | 110100 |
Color Harmonies of #822EDC
Complementary color
Monochromatic Colors of #822EDC
Black with #822EDC
Text Example
Text Example
White with #822EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822EDC; }
p { color: rgb(130,46,220); }
H1.HeaderClassName
{
color: #822EDC;
}
.AnyTagClassName
{
color: #822EDC;
}
</style>
background-color css
<style>
a { background-color: #822EDC; }
a { background-color: rgb(130,46,220); }
div.DivClassName
{
background-color: #822EDC;
}
.BgClassName
{
background-color: #822EDC;
}
</style>
border-color css
<style>
span { border-color: #822EDC; }
span { border-color: rgb(130,46,220); }
td.TdClassName
{
border-color: #822EDC;
}
.TagClassName
{
border-color: #822EDC;
}
</style>