Shades of Blue Violet #822CCB
Tints of Blue Violet #822CCB
RGB
CMYK
RGB Variations
Color information
#822CCB (or 0x822CCB) is known color: Blue Violet. HEX triplet: 82, 2C and CB. RGB value is (130,44,203). Sum of RGB (Red+Green+Blue) = 130+44+203=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #822CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CCB is #7DD334. Grayscale: #575757. Windows color (decimal): -8246069 or 13315202. OLE color: 13315202.
HSL color Cylindrical-coordinate representation of color #822CCB: hue angle of 272.45º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #822CCB is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 44 | 203 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.20 |
| HSL | 272.45º | 0.64% | 0.48% | - |
| HSV(B) | 272.45º | 0.78% | 0.8% | - |
| XYZ | 20.89 | 10.86 | 57.5 | - |
| YUV | 87.84 | 192.99 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 203 | 0.36 | 0.78 | 0 | 0.20 | 272.45 | 0.64 | 0.48 |
| Hex | 82 | 2C | CB | 24 | 4E | 0 | 14 | 110 | 40 | 30 |
| Octal | 202 | 54 | 313 | 44 | 116 | 0 | 24 | 420 | 100 | 60 |
| Binary | 10000010 | 101100 | 11001011 | 100100 | 1001110 | 0 | 10100 | 100010000 | 1000000 | 110000 |
Color Harmonies of #822CCB
Complementary color
Monochromatic Colors of #822CCB
Black with #822CCB
Text Example
Text Example
White with #822CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CCB; }
p { color: rgb(130,44,203); }
H1.HeaderClassName
{
color: #822CCB;
}
.AnyTagClassName
{
color: #822CCB;
}
</style>
background-color css
<style>
a { background-color: #822CCB; }
a { background-color: rgb(130,44,203); }
div.DivClassName
{
background-color: #822CCB;
}
.BgClassName
{
background-color: #822CCB;
}
</style>
border-color css
<style>
span { border-color: #822CCB; }
span { border-color: rgb(130,44,203); }
td.TdClassName
{
border-color: #822CCB;
}
.TagClassName
{
border-color: #822CCB;
}
</style>