Shades of Dark Violet #820ED0
Tints of Dark Violet #820ED0
RGB
CMYK
RGB Variations
Color information
#820ED0 (or 0x820ED0) is known color: Dark Violet. HEX triplet: 82, 0E and D0. RGB value is (130,14,208). Sum of RGB (Red+Green+Blue) = 130+14+208=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #820ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ED0 is #7DF12F. Grayscale: #464646. Windows color (decimal): -8253744 or 13635202. OLE color: 13635202.
HSL color Cylindrical-coordinate representation of color #820ED0: hue angle of 275.88º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820ED0 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 14 | 208 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.18 |
| HSL | 275.88º | 0.87% | 0.44% | - |
| HSV(B) | 275.88º | 0.93% | 0.82% | - |
| XYZ | 20.75 | 9.61 | 60.44 | - |
| YUV | 70.8 | 205.43 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 208 | 0.38 | 0.93 | 0 | 0.18 | 275.88 | 0.87 | 0.44 |
| Hex | 82 | E | D0 | 26 | 5D | 0 | 12 | 114 | 57 | 2C |
| Octal | 202 | 16 | 320 | 46 | 135 | 0 | 22 | 424 | 127 | 54 |
| Binary | 10000010 | 1110 | 11010000 | 100110 | 1011101 | 0 | 10010 | 100010100 | 1010111 | 101100 |
Color Harmonies of #820ED0
Complementary color
Monochromatic Colors of #820ED0
Black with #820ED0
Text Example
Text Example
White with #820ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820ED0; }
p { color: rgb(130,14,208); }
H1.HeaderClassName
{
color: #820ED0;
}
.AnyTagClassName
{
color: #820ED0;
}
</style>
background-color css
<style>
a { background-color: #820ED0; }
a { background-color: rgb(130,14,208); }
div.DivClassName
{
background-color: #820ED0;
}
.BgClassName
{
background-color: #820ED0;
}
</style>
border-color css
<style>
span { border-color: #820ED0; }
span { border-color: rgb(130,14,208); }
td.TdClassName
{
border-color: #820ED0;
}
.TagClassName
{
border-color: #820ED0;
}
</style>