Shades of Blue Violet #822CEC
Tints of Blue Violet #822CEC
RGB
CMYK
RGB Variations
Color information
#822CEC (or 0x822CEC) is known color: Blue Violet. HEX triplet: 82, 2C and EC. RGB value is (130,44,236). Sum of RGB (Red+Green+Blue) = 130+44+236=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #822CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822CEC is #7DD313. Grayscale: #5A5A5A. Windows color (decimal): -8246036 or 15477890. OLE color: 15477890.
HSL color Cylindrical-coordinate representation of color #822CEC: hue angle of 266.88º degrees, saturation: 0.83, 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 #822CEC is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 44 | 236 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.07 |
| HSL | 266.88º | 0.83% | 0.55% | - |
| HSV(B) | 266.88º | 0.81% | 0.93% | - |
| XYZ | 25.25 | 12.6 | 80.46 | - |
| YUV | 91.6 | 209.49 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 236 | 0.45 | 0.81 | 0 | 0.07 | 266.88 | 0.83 | 0.55 |
| Hex | 82 | 2C | EC | 2D | 51 | 0 | 7 | 10B | 53 | 37 |
| Octal | 202 | 54 | 354 | 55 | 121 | 0 | 7 | 413 | 123 | 67 |
| Binary | 10000010 | 101100 | 11101100 | 101101 | 1010001 | 0 | 111 | 100001011 | 1010011 | 110111 |
Color Harmonies of #822CEC
Complementary color
Monochromatic Colors of #822CEC
Black with #822CEC
Text Example
Text Example
White with #822CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CEC; }
p { color: rgb(130,44,236); }
H1.HeaderClassName
{
color: #822CEC;
}
.AnyTagClassName
{
color: #822CEC;
}
</style>
background-color css
<style>
a { background-color: #822CEC; }
a { background-color: rgb(130,44,236); }
div.DivClassName
{
background-color: #822CEC;
}
.BgClassName
{
background-color: #822CEC;
}
</style>
border-color css
<style>
span { border-color: #822CEC; }
span { border-color: rgb(130,44,236); }
td.TdClassName
{
border-color: #822CEC;
}
.TagClassName
{
border-color: #822CEC;
}
</style>