Shades of Blue Violet #822CDA
Tints of Blue Violet #822CDA
RGB
CMYK
RGB Variations
Color information
#822CDA (or 0x822CDA) is known color: Blue Violet. HEX triplet: 82, 2C and DA. RGB value is (130,44,218). Sum of RGB (Red+Green+Blue) = 130+44+218=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #822CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CDA is #7DD325. Grayscale: #585858. Windows color (decimal): -8246054 or 14298242. OLE color: 14298242.
HSL color Cylindrical-coordinate representation of color #822CDA: hue angle of 269.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822CDA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 44 | 218 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.15 |
| HSL | 269.66º | 0.7% | 0.51% | - |
| HSV(B) | 269.66º | 0.8% | 0.85% | - |
| XYZ | 22.76 | 11.61 | 67.37 | - |
| YUV | 89.55 | 200.49 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 218 | 0.40 | 0.80 | 0 | 0.15 | 269.66 | 0.7 | 0.51 |
| Hex | 82 | 2C | DA | 28 | 50 | 0 | F | 10E | 46 | 33 |
| Octal | 202 | 54 | 332 | 50 | 120 | 0 | 17 | 416 | 106 | 63 |
| Binary | 10000010 | 101100 | 11011010 | 101000 | 1010000 | 0 | 1111 | 100001110 | 1000110 | 110011 |
Color Harmonies of #822CDA
Complementary color
Monochromatic Colors of #822CDA
Black with #822CDA
Text Example
Text Example
White with #822CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CDA; }
p { color: rgb(130,44,218); }
H1.HeaderClassName
{
color: #822CDA;
}
.AnyTagClassName
{
color: #822CDA;
}
</style>
background-color css
<style>
a { background-color: #822CDA; }
a { background-color: rgb(130,44,218); }
div.DivClassName
{
background-color: #822CDA;
}
.BgClassName
{
background-color: #822CDA;
}
</style>
border-color css
<style>
span { border-color: #822CDA; }
span { border-color: rgb(130,44,218); }
td.TdClassName
{
border-color: #822CDA;
}
.TagClassName
{
border-color: #822CDA;
}
</style>