Shades of Dark Violet #820EDC
Tints of Dark Violet #820EDC
RGB
CMYK
RGB Variations
Color information
#820EDC (or 0x820EDC) is known color: Dark Violet. HEX triplet: 82, 0E and DC. RGB value is (130,14,220). Sum of RGB (Red+Green+Blue) = 130+14+220=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #820EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EDC is #7DF123. Grayscale: #474747. Windows color (decimal): -8253732 or 14421634. OLE color: 14421634.
HSL color Cylindrical-coordinate representation of color #820EDC: hue angle of 273.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EDC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 14 | 220 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.14 |
| HSL | 273.79º | 0.88% | 0.46% | - |
| HSV(B) | 273.79º | 0.94% | 0.86% | - |
| XYZ | 22.28 | 10.23 | 68.51 | - |
| YUV | 72.17 | 211.43 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 220 | 0.41 | 0.94 | 0 | 0.14 | 273.79 | 0.88 | 0.46 |
| Hex | 82 | E | DC | 29 | 5E | 0 | E | 112 | 58 | 2E |
| Octal | 202 | 16 | 334 | 51 | 136 | 0 | 16 | 422 | 130 | 56 |
| Binary | 10000010 | 1110 | 11011100 | 101001 | 1011110 | 0 | 1110 | 100010010 | 1011000 | 101110 |
Color Harmonies of #820EDC
Complementary color
Monochromatic Colors of #820EDC
Black with #820EDC
Text Example
Text Example
White with #820EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EDC; }
p { color: rgb(130,14,220); }
H1.HeaderClassName
{
color: #820EDC;
}
.AnyTagClassName
{
color: #820EDC;
}
</style>
background-color css
<style>
a { background-color: #820EDC; }
a { background-color: rgb(130,14,220); }
div.DivClassName
{
background-color: #820EDC;
}
.BgClassName
{
background-color: #820EDC;
}
</style>
border-color css
<style>
span { border-color: #820EDC; }
span { border-color: rgb(130,14,220); }
td.TdClassName
{
border-color: #820EDC;
}
.TagClassName
{
border-color: #820EDC;
}
</style>