Shades of Dark Violet #820DD4
Tints of Dark Violet #820DD4
RGB
CMYK
RGB Variations
Color information
#820DD4 (or 0x820DD4) is known color: Dark Violet. HEX triplet: 82, 0D and D4. RGB value is (130,13,212). Sum of RGB (Red+Green+Blue) = 130+13+212=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 212 (83.20% from 255 or 59.72% from 355); Max value from RGB is 212 - color contains mainly: blue. Hex color #820DD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DD4 is #7DF22B. Grayscale: #454545. Windows color (decimal): -8253996 or 13897090. OLE color: 13897090.
HSL color Cylindrical-coordinate representation of color #820DD4: hue angle of 275.28º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820DD4 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 13 | 212 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.17 |
| HSL | 275.28º | 0.88% | 0.44% | - |
| HSV(B) | 275.28º | 0.94% | 0.83% | - |
| XYZ | 21.23 | 9.79 | 63.06 | - |
| YUV | 70.67 | 207.76 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 212 | 0.39 | 0.94 | 0 | 0.17 | 275.28 | 0.88 | 0.44 |
| Hex | 82 | D | D4 | 27 | 5E | 0 | 11 | 113 | 58 | 2C |
| Octal | 202 | 15 | 324 | 47 | 136 | 0 | 21 | 423 | 130 | 54 |
| Binary | 10000010 | 1101 | 11010100 | 100111 | 1011110 | 0 | 10001 | 100010011 | 1011000 | 101100 |
Color Harmonies of #820DD4
Complementary color
Monochromatic Colors of #820DD4
Black with #820DD4
Text Example
Text Example
White with #820DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820DD4; }
p { color: rgb(130,13,212); }
H1.HeaderClassName
{
color: #820DD4;
}
.AnyTagClassName
{
color: #820DD4;
}
</style>
background-color css
<style>
a { background-color: #820DD4; }
a { background-color: rgb(130,13,212); }
div.DivClassName
{
background-color: #820DD4;
}
.BgClassName
{
background-color: #820DD4;
}
</style>
border-color css
<style>
span { border-color: #820DD4; }
span { border-color: rgb(130,13,212); }
td.TdClassName
{
border-color: #820DD4;
}
.TagClassName
{
border-color: #820DD4;
}
</style>