Shades of Blue Violet #822ADB
Tints of Blue Violet #822ADB
RGB
CMYK
RGB Variations
Color information
#822ADB (or 0x822ADB) is known color: Blue Violet. HEX triplet: 82, 2A and DB. RGB value is (130,42,219). Sum of RGB (Red+Green+Blue) = 130+42+219=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #822ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822ADB is #7DD524. Grayscale: #575757. Windows color (decimal): -8246565 or 14363266. OLE color: 14363266.
HSL color Cylindrical-coordinate representation of color #822ADB: hue angle of 269.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822ADB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 42 | 219 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.14 |
| HSL | 269.83º | 0.71% | 0.51% | - |
| HSV(B) | 269.83º | 0.81% | 0.86% | - |
| XYZ | 22.82 | 11.52 | 68.04 | - |
| YUV | 88.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 42 | 219 | 0.41 | 0.81 | 0 | 0.14 | 269.83 | 0.71 | 0.51 |
| Hex | 82 | 2A | DB | 29 | 51 | 0 | E | 10E | 47 | 33 |
| Octal | 202 | 52 | 333 | 51 | 121 | 0 | 16 | 416 | 107 | 63 |
| Binary | 10000010 | 101010 | 11011011 | 101001 | 1010001 | 0 | 1110 | 100001110 | 1000111 | 110011 |
Color Harmonies of #822ADB
Complementary color
Monochromatic Colors of #822ADB
Black with #822ADB
Text Example
Text Example
White with #822ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822ADB; }
p { color: rgb(130,42,219); }
H1.HeaderClassName
{
color: #822ADB;
}
.AnyTagClassName
{
color: #822ADB;
}
</style>
background-color css
<style>
a { background-color: #822ADB; }
a { background-color: rgb(130,42,219); }
div.DivClassName
{
background-color: #822ADB;
}
.BgClassName
{
background-color: #822ADB;
}
</style>
border-color css
<style>
span { border-color: #822ADB; }
span { border-color: rgb(130,42,219); }
td.TdClassName
{
border-color: #822ADB;
}
.TagClassName
{
border-color: #822ADB;
}
</style>