Shades of Dark Violet #820DDB
Tints of Dark Violet #820DDB
RGB
CMYK
RGB Variations
Color information
#820DDB (or 0x820DDB) is known color: Dark Violet. HEX triplet: 82, 0D and DB. RGB value is (130,13,219). Sum of RGB (Red+Green+Blue) = 130+13+219=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #820DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DDB is #7DF224. Grayscale: #464646. Windows color (decimal): -8253989 or 14355842. OLE color: 14355842.
HSL color Cylindrical-coordinate representation of color #820DDB: hue angle of 274.08º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820DDB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 13 | 219 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.14 |
| HSL | 274.08º | 0.89% | 0.45% | - |
| HSV(B) | 274.08º | 0.94% | 0.86% | - |
| XYZ | 22.14 | 10.15 | 67.81 | - |
| YUV | 71.47 | 211.26 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 219 | 0.41 | 0.94 | 0 | 0.14 | 274.08 | 0.89 | 0.45 |
| Hex | 82 | D | DB | 29 | 5E | 0 | E | 112 | 59 | 2D |
| Octal | 202 | 15 | 333 | 51 | 136 | 0 | 16 | 422 | 131 | 55 |
| Binary | 10000010 | 1101 | 11011011 | 101001 | 1011110 | 0 | 1110 | 100010010 | 1011001 | 101101 |
Color Harmonies of #820DDB
Complementary color
Monochromatic Colors of #820DDB
Black with #820DDB
Text Example
Text Example
White with #820DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DDB; }
p { color: rgb(130,13,219); }
H1.HeaderClassName
{
color: #820DDB;
}
.AnyTagClassName
{
color: #820DDB;
}
</style>
background-color css
<style>
a { background-color: #820DDB; }
a { background-color: rgb(130,13,219); }
div.DivClassName
{
background-color: #820DDB;
}
.BgClassName
{
background-color: #820DDB;
}
</style>
border-color css
<style>
span { border-color: #820DDB; }
span { border-color: rgb(130,13,219); }
td.TdClassName
{
border-color: #820DDB;
}
.TagClassName
{
border-color: #820DDB;
}
</style>