Shades of Dark Violet #820ED8
Tints of Dark Violet #820ED8
RGB
CMYK
RGB Variations
Color information
#820ED8 (or 0x820ED8) is known color: Dark Violet. HEX triplet: 82, 0E and D8. RGB value is (130,14,216). Sum of RGB (Red+Green+Blue) = 130+14+216=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #820ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ED8 is #7DF127. Grayscale: #474747. Windows color (decimal): -8253736 or 14159490. OLE color: 14159490.
HSL color Cylindrical-coordinate representation of color #820ED8: hue angle of 274.46º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820ED8 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 14 | 216 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.15 |
| HSL | 274.46º | 0.88% | 0.45% | - |
| HSV(B) | 274.46º | 0.94% | 0.85% | - |
| XYZ | 21.76 | 10.02 | 65.75 | - |
| YUV | 71.71 | 209.43 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 216 | 0.40 | 0.94 | 0 | 0.15 | 274.46 | 0.88 | 0.45 |
| Hex | 82 | E | D8 | 28 | 5E | 0 | F | 112 | 58 | 2D |
| Octal | 202 | 16 | 330 | 50 | 136 | 0 | 17 | 422 | 130 | 55 |
| Binary | 10000010 | 1110 | 11011000 | 101000 | 1011110 | 0 | 1111 | 100010010 | 1011000 | 101101 |
Color Harmonies of #820ED8
Complementary color
Monochromatic Colors of #820ED8
Black with #820ED8
Text Example
Text Example
White with #820ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820ED8; }
p { color: rgb(130,14,216); }
H1.HeaderClassName
{
color: #820ED8;
}
.AnyTagClassName
{
color: #820ED8;
}
</style>
background-color css
<style>
a { background-color: #820ED8; }
a { background-color: rgb(130,14,216); }
div.DivClassName
{
background-color: #820ED8;
}
.BgClassName
{
background-color: #820ED8;
}
</style>
border-color css
<style>
span { border-color: #820ED8; }
span { border-color: rgb(130,14,216); }
td.TdClassName
{
border-color: #820ED8;
}
.TagClassName
{
border-color: #820ED8;
}
</style>