Shades of Dark Violet #820BAE
Tints of Dark Violet #820BAE
RGB
CMYK
RGB Variations
Color information
#820BAE (or 0x820BAE) is known color: Dark Violet. HEX triplet: 82, 0B and AE. RGB value is (130,11,174). Sum of RGB (Red+Green+Blue) = 130+11+174=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #820BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820BAE is #7DF451. Grayscale: #404040. Windows color (decimal): -8254546 or 11406210. OLE color: 11406210.
HSL color Cylindrical-coordinate representation of color #820BAE: hue angle of 283.8º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BAE is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 11 | 174 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.32 |
| HSL | 283.8º | 0.88% | 0.36% | - |
| HSV(B) | 283.8º | 0.94% | 0.68% | - |
| XYZ | 16.97 | 8.04 | 40.7 | - |
| YUV | 65.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 174 | 0.25 | 0.94 | 0 | 0.32 | 283.8 | 0.88 | 0.36 |
| Hex | 82 | B | AE | 19 | 5E | 0 | 20 | 11C | 58 | 24 |
| Octal | 202 | 13 | 256 | 31 | 136 | 0 | 40 | 434 | 130 | 44 |
| Binary | 10000010 | 1011 | 10101110 | 11001 | 1011110 | 0 | 100000 | 100011100 | 1011000 | 100100 |
Color Harmonies of #820BAE
Complementary color
Monochromatic Colors of #820BAE
Black with #820BAE
Text Example
Text Example
White with #820BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BAE; }
p { color: rgb(130,11,174); }
H1.HeaderClassName
{
color: #820BAE;
}
.AnyTagClassName
{
color: #820BAE;
}
</style>
background-color css
<style>
a { background-color: #820BAE; }
a { background-color: rgb(130,11,174); }
div.DivClassName
{
background-color: #820BAE;
}
.BgClassName
{
background-color: #820BAE;
}
</style>
border-color css
<style>
span { border-color: #820BAE; }
span { border-color: rgb(130,11,174); }
td.TdClassName
{
border-color: #820BAE;
}
.TagClassName
{
border-color: #820BAE;
}
</style>