Shades of Blue Violet #822AD5
Tints of Blue Violet #822AD5
RGB
CMYK
RGB Variations
Color information
#822AD5 (or 0x822AD5) is known color: Blue Violet. HEX triplet: 82, 2A and D5. RGB value is (130,42,213). Sum of RGB (Red+Green+Blue) = 130+42+213=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #822AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822AD5 is #7DD52A. Grayscale: #575757. Windows color (decimal): -8246571 or 13970050. OLE color: 13970050.
HSL color Cylindrical-coordinate representation of color #822AD5: hue angle of 270.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822AD5 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 42 | 213 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.16 |
| HSL | 270.88º | 0.67% | 0.5% | - |
| HSV(B) | 270.88º | 0.8% | 0.84% | - |
| XYZ | 22.04 | 11.21 | 63.95 | - |
| YUV | 87.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 213 | 0.39 | 0.80 | 0 | 0.16 | 270.88 | 0.67 | 0.5 |
| Hex | 82 | 2A | D5 | 27 | 50 | 0 | 10 | 10F | 43 | 32 |
| Octal | 202 | 52 | 325 | 47 | 120 | 0 | 20 | 417 | 103 | 62 |
| Binary | 10000010 | 101010 | 11010101 | 100111 | 1010000 | 0 | 10000 | 100001111 | 1000011 | 110010 |
Color Harmonies of #822AD5
Complementary color
Monochromatic Colors of #822AD5
Black with #822AD5
Text Example
Text Example
White with #822AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822AD5; }
p { color: rgb(130,42,213); }
H1.HeaderClassName
{
color: #822AD5;
}
.AnyTagClassName
{
color: #822AD5;
}
</style>
background-color css
<style>
a { background-color: #822AD5; }
a { background-color: rgb(130,42,213); }
div.DivClassName
{
background-color: #822AD5;
}
.BgClassName
{
background-color: #822AD5;
}
</style>
border-color css
<style>
span { border-color: #822AD5; }
span { border-color: rgb(130,42,213); }
td.TdClassName
{
border-color: #822AD5;
}
.TagClassName
{
border-color: #822AD5;
}
</style>