Shades of Blue Violet #822ADD
Tints of Blue Violet #822ADD
RGB
CMYK
RGB Variations
Color information
#822ADD (or 0x822ADD) is known color: Blue Violet. HEX triplet: 82, 2A and DD. RGB value is (130,42,221). Sum of RGB (Red+Green+Blue) = 130+42+221=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #822ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822ADD is #7DD522. Grayscale: #585858. Windows color (decimal): -8246563 or 14494338. OLE color: 14494338.
HSL color Cylindrical-coordinate representation of color #822ADD: hue angle of 269.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822ADD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 42 | 221 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.13 |
| HSL | 269.5º | 0.72% | 0.52% | - |
| HSV(B) | 269.5º | 0.81% | 0.87% | - |
| XYZ | 23.09 | 11.62 | 69.43 | - |
| YUV | 88.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 221 | 0.41 | 0.81 | 0 | 0.13 | 269.5 | 0.72 | 0.52 |
| Hex | 82 | 2A | DD | 29 | 51 | 0 | D | 10D | 48 | 34 |
| Octal | 202 | 52 | 335 | 51 | 121 | 0 | 15 | 415 | 110 | 64 |
| Binary | 10000010 | 101010 | 11011101 | 101001 | 1010001 | 0 | 1101 | 100001101 | 1001000 | 110100 |
Color Harmonies of #822ADD
Complementary color
Monochromatic Colors of #822ADD
Black with #822ADD
Text Example
Text Example
White with #822ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822ADD; }
p { color: rgb(130,42,221); }
H1.HeaderClassName
{
color: #822ADD;
}
.AnyTagClassName
{
color: #822ADD;
}
</style>
background-color css
<style>
a { background-color: #822ADD; }
a { background-color: rgb(130,42,221); }
div.DivClassName
{
background-color: #822ADD;
}
.BgClassName
{
background-color: #822ADD;
}
</style>
border-color css
<style>
span { border-color: #822ADD; }
span { border-color: rgb(130,42,221); }
td.TdClassName
{
border-color: #822ADD;
}
.TagClassName
{
border-color: #822ADD;
}
</style>