Shades of Blue Violet #822EDA
Tints of Blue Violet #822EDA
RGB
CMYK
RGB Variations
Color information
#822EDA (or 0x822EDA) is known color: Blue Violet. HEX triplet: 82, 2E and DA. RGB value is (130,46,218). Sum of RGB (Red+Green+Blue) = 130+46+218=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #822EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EDA is #7DD125. Grayscale: #5A5A5A. Windows color (decimal): -8245542 or 14298754. OLE color: 14298754.
HSL color Cylindrical-coordinate representation of color #822EDA: hue angle of 269.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #822EDA is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 46 | 218 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.15 |
| HSL | 269.3º | 0.7% | 0.52% | - |
| HSV(B) | 269.3º | 0.79% | 0.85% | - |
| XYZ | 22.84 | 11.76 | 67.4 | - |
| YUV | 90.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 218 | 0.40 | 0.79 | 0 | 0.15 | 269.3 | 0.7 | 0.52 |
| Hex | 82 | 2E | DA | 28 | 4F | 0 | F | 10D | 46 | 34 |
| Octal | 202 | 56 | 332 | 50 | 117 | 0 | 17 | 415 | 106 | 64 |
| Binary | 10000010 | 101110 | 11011010 | 101000 | 1001111 | 0 | 1111 | 100001101 | 1000110 | 110100 |
Color Harmonies of #822EDA
Complementary color
Monochromatic Colors of #822EDA
Black with #822EDA
Text Example
Text Example
White with #822EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822EDA; }
p { color: rgb(130,46,218); }
H1.HeaderClassName
{
color: #822EDA;
}
.AnyTagClassName
{
color: #822EDA;
}
</style>
background-color css
<style>
a { background-color: #822EDA; }
a { background-color: rgb(130,46,218); }
div.DivClassName
{
background-color: #822EDA;
}
.BgClassName
{
background-color: #822EDA;
}
</style>
border-color css
<style>
span { border-color: #822EDA; }
span { border-color: rgb(130,46,218); }
td.TdClassName
{
border-color: #822EDA;
}
.TagClassName
{
border-color: #822EDA;
}
</style>