Shades of Dark Violet #820BAF
Tints of Dark Violet #820BAF
RGB
CMYK
RGB Variations
Color information
#820BAF (or 0x820BAF) is known color: Dark Violet. HEX triplet: 82, 0B and AF. RGB value is (130,11,175). Sum of RGB (Red+Green+Blue) = 130+11+175=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #820BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820BAF is #7DF450. Grayscale: #404040. Windows color (decimal): -8254545 or 11471746. OLE color: 11471746.
HSL color Cylindrical-coordinate representation of color #820BAF: hue angle of 283.54º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BAF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 11 | 175 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.31 |
| HSL | 283.54º | 0.88% | 0.36% | - |
| HSV(B) | 283.54º | 0.94% | 0.69% | - |
| XYZ | 17.06 | 8.08 | 41.22 | - |
| YUV | 65.28 | 189.92 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 175 | 0.26 | 0.94 | 0 | 0.31 | 283.54 | 0.88 | 0.36 |
| Hex | 82 | B | AF | 1A | 5E | 0 | 1F | 11C | 58 | 24 |
| Octal | 202 | 13 | 257 | 32 | 136 | 0 | 37 | 434 | 130 | 44 |
| Binary | 10000010 | 1011 | 10101111 | 11010 | 1011110 | 0 | 11111 | 100011100 | 1011000 | 100100 |
Color Harmonies of #820BAF
Complementary color
Monochromatic Colors of #820BAF
Black with #820BAF
Text Example
Text Example
White with #820BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BAF; }
p { color: rgb(130,11,175); }
H1.HeaderClassName
{
color: #820BAF;
}
.AnyTagClassName
{
color: #820BAF;
}
</style>
background-color css
<style>
a { background-color: #820BAF; }
a { background-color: rgb(130,11,175); }
div.DivClassName
{
background-color: #820BAF;
}
.BgClassName
{
background-color: #820BAF;
}
</style>
border-color css
<style>
span { border-color: #820BAF; }
span { border-color: rgb(130,11,175); }
td.TdClassName
{
border-color: #820BAF;
}
.TagClassName
{
border-color: #820BAF;
}
</style>