Shades of Dark Violet #820DDC
Tints of Dark Violet #820DDC
RGB
CMYK
RGB Variations
Color information
#820DDC (or 0x820DDC) is known color: Dark Violet. HEX triplet: 82, 0D and DC. RGB value is (130,13,220). Sum of RGB (Red+Green+Blue) = 130+13+220=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #820DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DDC is #7DF223. Grayscale: #464646. Windows color (decimal): -8253988 or 14421378. OLE color: 14421378.
HSL color Cylindrical-coordinate representation of color #820DDC: hue angle of 273.91º degrees, saturation: 0.89, 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 #820DDC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 13 | 220 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.14 |
| HSL | 273.91º | 0.89% | 0.46% | - |
| HSV(B) | 273.91º | 0.94% | 0.86% | - |
| XYZ | 22.27 | 10.2 | 68.51 | - |
| YUV | 71.58 | 211.76 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 220 | 0.41 | 0.94 | 0 | 0.14 | 273.91 | 0.89 | 0.46 |
| Hex | 82 | D | DC | 29 | 5E | 0 | E | 112 | 59 | 2E |
| Octal | 202 | 15 | 334 | 51 | 136 | 0 | 16 | 422 | 131 | 56 |
| Binary | 10000010 | 1101 | 11011100 | 101001 | 1011110 | 0 | 1110 | 100010010 | 1011001 | 101110 |
Color Harmonies of #820DDC
Complementary color
Monochromatic Colors of #820DDC
Black with #820DDC
Text Example
Text Example
White with #820DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DDC; }
p { color: rgb(130,13,220); }
H1.HeaderClassName
{
color: #820DDC;
}
.AnyTagClassName
{
color: #820DDC;
}
</style>
background-color css
<style>
a { background-color: #820DDC; }
a { background-color: rgb(130,13,220); }
div.DivClassName
{
background-color: #820DDC;
}
.BgClassName
{
background-color: #820DDC;
}
</style>
border-color css
<style>
span { border-color: #820DDC; }
span { border-color: rgb(130,13,220); }
td.TdClassName
{
border-color: #820DDC;
}
.TagClassName
{
border-color: #820DDC;
}
</style>