Shades of Blue Violet #822FCD
Tints of Blue Violet #822FCD
RGB
CMYK
RGB Variations
Color information
#822FCD (or 0x822FCD) is known color: Blue Violet. HEX triplet: 82, 2F and CD. RGB value is (130,47,205). Sum of RGB (Red+Green+Blue) = 130+47+205=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #822FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822FCD is #7DD032. Grayscale: #595959. Windows color (decimal): -8245299 or 13447042. OLE color: 13447042.
HSL color Cylindrical-coordinate representation of color #822FCD: hue angle of 271.52º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822FCD is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 47 | 205 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.20 |
| HSL | 271.52º | 0.63% | 0.49% | - |
| HSV(B) | 271.52º | 0.77% | 0.8% | - |
| XYZ | 21.24 | 11.19 | 58.8 | - |
| YUV | 89.83 | 193 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 205 | 0.37 | 0.77 | 0 | 0.20 | 271.52 | 0.63 | 0.49 |
| Hex | 82 | 2F | CD | 25 | 4D | 0 | 14 | 110 | 3F | 31 |
| Octal | 202 | 57 | 315 | 45 | 115 | 0 | 24 | 420 | 77 | 61 |
| Binary | 10000010 | 101111 | 11001101 | 100101 | 1001101 | 0 | 10100 | 100010000 | 111111 | 110001 |
Color Harmonies of #822FCD
Complementary color
Monochromatic Colors of #822FCD
Black with #822FCD
Text Example
Text Example
White with #822FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822FCD; }
p { color: rgb(130,47,205); }
H1.HeaderClassName
{
color: #822FCD;
}
.AnyTagClassName
{
color: #822FCD;
}
</style>
background-color css
<style>
a { background-color: #822FCD; }
a { background-color: rgb(130,47,205); }
div.DivClassName
{
background-color: #822FCD;
}
.BgClassName
{
background-color: #822FCD;
}
</style>
border-color css
<style>
span { border-color: #822FCD; }
span { border-color: rgb(130,47,205); }
td.TdClassName
{
border-color: #822FCD;
}
.TagClassName
{
border-color: #822FCD;
}
</style>