Shades of Blue Violet #822DCB
Tints of Blue Violet #822DCB
RGB
CMYK
RGB Variations
Color information
#822DCB (or 0x822DCB) is known color: Blue Violet. HEX triplet: 82, 2D and CB. RGB value is (130,45,203). Sum of RGB (Red+Green+Blue) = 130+45+203=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #822DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DCB is #7DD234. Grayscale: #575757. Windows color (decimal): -8245813 or 13315458. OLE color: 13315458.
HSL color Cylindrical-coordinate representation of color #822DCB: hue angle of 272.28º degrees, saturation: 0.64, 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 #822DCB is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 45 | 203 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.20 |
| HSL | 272.28º | 0.64% | 0.49% | - |
| HSV(B) | 272.28º | 0.78% | 0.8% | - |
| XYZ | 20.92 | 10.93 | 57.51 | - |
| YUV | 88.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 203 | 0.36 | 0.78 | 0 | 0.20 | 272.28 | 0.64 | 0.49 |
| Hex | 82 | 2D | CB | 24 | 4E | 0 | 14 | 110 | 40 | 31 |
| Octal | 202 | 55 | 313 | 44 | 116 | 0 | 24 | 420 | 100 | 61 |
| Binary | 10000010 | 101101 | 11001011 | 100100 | 1001110 | 0 | 10100 | 100010000 | 1000000 | 110001 |
Color Harmonies of #822DCB
Complementary color
Monochromatic Colors of #822DCB
Black with #822DCB
Text Example
Text Example
White with #822DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DCB; }
p { color: rgb(130,45,203); }
H1.HeaderClassName
{
color: #822DCB;
}
.AnyTagClassName
{
color: #822DCB;
}
</style>
background-color css
<style>
a { background-color: #822DCB; }
a { background-color: rgb(130,45,203); }
div.DivClassName
{
background-color: #822DCB;
}
.BgClassName
{
background-color: #822DCB;
}
</style>
border-color css
<style>
span { border-color: #822DCB; }
span { border-color: rgb(130,45,203); }
td.TdClassName
{
border-color: #822DCB;
}
.TagClassName
{
border-color: #822DCB;
}
</style>