Shades of Dark Violet #820DBE
Tints of Dark Violet #820DBE
RGB
CMYK
RGB Variations
Color information
#820DBE (or 0x820DBE) is known color: Dark Violet. HEX triplet: 82, 0D and BE. RGB value is (130,13,190). Sum of RGB (Red+Green+Blue) = 130+13+190=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #820DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DBE is #7DF241. Grayscale: #434343. Windows color (decimal): -8254018 or 12455298. OLE color: 12455298.
HSL color Cylindrical-coordinate representation of color #820DBE: hue angle of 279.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820DBE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 13 | 190 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.25 |
| HSL | 279.66º | 0.87% | 0.4% | - |
| HSV(B) | 279.66º | 0.93% | 0.75% | - |
| XYZ | 18.64 | 8.75 | 49.42 | - |
| YUV | 68.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 190 | 0.32 | 0.93 | 0 | 0.25 | 279.66 | 0.87 | 0.4 |
| Hex | 82 | D | BE | 20 | 5D | 0 | 19 | 118 | 57 | 28 |
| Octal | 202 | 15 | 276 | 40 | 135 | 0 | 31 | 430 | 127 | 50 |
| Binary | 10000010 | 1101 | 10111110 | 100000 | 1011101 | 0 | 11001 | 100011000 | 1010111 | 101000 |
Color Harmonies of #820DBE
Complementary color
Monochromatic Colors of #820DBE
Black with #820DBE
Text Example
Text Example
White with #820DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DBE; }
p { color: rgb(130,13,190); }
H1.HeaderClassName
{
color: #820DBE;
}
.AnyTagClassName
{
color: #820DBE;
}
</style>
background-color css
<style>
a { background-color: #820DBE; }
a { background-color: rgb(130,13,190); }
div.DivClassName
{
background-color: #820DBE;
}
.BgClassName
{
background-color: #820DBE;
}
</style>
border-color css
<style>
span { border-color: #820DBE; }
span { border-color: rgb(130,13,190); }
td.TdClassName
{
border-color: #820DBE;
}
.TagClassName
{
border-color: #820DBE;
}
</style>