Shades of Blue Violet #822CCC
Tints of Blue Violet #822CCC
RGB
CMYK
RGB Variations
Color information
#822CCC (or 0x822CCC) is known color: Blue Violet. HEX triplet: 82, 2C and CC. RGB value is (130,44,204). Sum of RGB (Red+Green+Blue) = 130+44+204=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #822CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CCC is #7DD333. Grayscale: #575757. Windows color (decimal): -8246068 or 13380738. OLE color: 13380738.
HSL color Cylindrical-coordinate representation of color #822CCC: hue angle of 272.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #822CCC is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 44 | 204 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.2 |
| HSL | 272.25º | 0.65% | 0.49% | - |
| HSV(B) | 272.25º | 0.78% | 0.8% | - |
| XYZ | 21.01 | 10.91 | 58.12 | - |
| YUV | 87.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 204 | 0.36 | 0.78 | 0 | 0.2 | 272.25 | 0.65 | 0.49 |
| Hex | 82 | 2C | CC | 24 | 4E | 0 | 14 | 110 | 41 | 31 |
| Octal | 202 | 54 | 314 | 44 | 116 | 0 | 24 | 420 | 101 | 61 |
| Binary | 10000010 | 101100 | 11001100 | 100100 | 1001110 | 0 | 10100 | 100010000 | 1000001 | 110001 |
Color Harmonies of #822CCC
Complementary color
Monochromatic Colors of #822CCC
Black with #822CCC
Text Example
Text Example
White with #822CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CCC; }
p { color: rgb(130,44,204); }
H1.HeaderClassName
{
color: #822CCC;
}
.AnyTagClassName
{
color: #822CCC;
}
</style>
background-color css
<style>
a { background-color: #822CCC; }
a { background-color: rgb(130,44,204); }
div.DivClassName
{
background-color: #822CCC;
}
.BgClassName
{
background-color: #822CCC;
}
</style>
border-color css
<style>
span { border-color: #822CCC; }
span { border-color: rgb(130,44,204); }
td.TdClassName
{
border-color: #822CCC;
}
.TagClassName
{
border-color: #822CCC;
}
</style>