Shades of Dark Violet #820DD5
Tints of Dark Violet #820DD5
RGB
CMYK
RGB Variations
Color information
#820DD5 (or 0x820DD5) is known color: Dark Violet. HEX triplet: 82, 0D and D5. RGB value is (130,13,213). Sum of RGB (Red+Green+Blue) = 130+13+213=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #820DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DD5 is #7DF22A. Grayscale: #464646. Windows color (decimal): -8253995 or 13962626. OLE color: 13962626.
HSL color Cylindrical-coordinate representation of color #820DD5: hue angle of 275.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820DD5 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 13 | 213 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.16 |
| HSL | 275.1º | 0.88% | 0.44% | - |
| HSV(B) | 275.1º | 0.94% | 0.84% | - |
| XYZ | 21.36 | 9.84 | 63.72 | - |
| YUV | 70.78 | 208.26 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 213 | 0.39 | 0.94 | 0 | 0.16 | 275.1 | 0.88 | 0.44 |
| Hex | 82 | D | D5 | 27 | 5E | 0 | 10 | 113 | 58 | 2C |
| Octal | 202 | 15 | 325 | 47 | 136 | 0 | 20 | 423 | 130 | 54 |
| Binary | 10000010 | 1101 | 11010101 | 100111 | 1011110 | 0 | 10000 | 100010011 | 1011000 | 101100 |
Color Harmonies of #820DD5
Complementary color
Monochromatic Colors of #820DD5
Black with #820DD5
Text Example
Text Example
White with #820DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DD5; }
p { color: rgb(130,13,213); }
H1.HeaderClassName
{
color: #820DD5;
}
.AnyTagClassName
{
color: #820DD5;
}
</style>
background-color css
<style>
a { background-color: #820DD5; }
a { background-color: rgb(130,13,213); }
div.DivClassName
{
background-color: #820DD5;
}
.BgClassName
{
background-color: #820DD5;
}
</style>
border-color css
<style>
span { border-color: #820DD5; }
span { border-color: rgb(130,13,213); }
td.TdClassName
{
border-color: #820DD5;
}
.TagClassName
{
border-color: #820DD5;
}
</style>