Shades of Dark Violet #820EE0
Tints of Dark Violet #820EE0
RGB
CMYK
RGB Variations
Color information
#820EE0 (or 0x820EE0) is known color: Dark Violet. HEX triplet: 82, 0E and E0. RGB value is (130,14,224). Sum of RGB (Red+Green+Blue) = 130+14+224=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #820EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EE0 is #7DF11F. Grayscale: #474747. Windows color (decimal): -8253728 or 14683778. OLE color: 14683778.
HSL color Cylindrical-coordinate representation of color #820EE0: hue angle of 273.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EE0 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 14 | 224 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.12 |
| HSL | 273.14º | 0.88% | 0.47% | - |
| HSV(B) | 273.14º | 0.94% | 0.88% | - |
| XYZ | 22.82 | 10.44 | 71.33 | - |
| YUV | 72.62 | 213.43 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 224 | 0.42 | 0.94 | 0 | 0.12 | 273.14 | 0.88 | 0.47 |
| Hex | 82 | E | E0 | 2A | 5E | 0 | C | 111 | 58 | 2F |
| Octal | 202 | 16 | 340 | 52 | 136 | 0 | 14 | 421 | 130 | 57 |
| Binary | 10000010 | 1110 | 11100000 | 101010 | 1011110 | 0 | 1100 | 100010001 | 1011000 | 101111 |
Color Harmonies of #820EE0
Complementary color
Monochromatic Colors of #820EE0
Black with #820EE0
Text Example
Text Example
White with #820EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EE0; }
p { color: rgb(130,14,224); }
H1.HeaderClassName
{
color: #820EE0;
}
.AnyTagClassName
{
color: #820EE0;
}
</style>
background-color css
<style>
a { background-color: #820EE0; }
a { background-color: rgb(130,14,224); }
div.DivClassName
{
background-color: #820EE0;
}
.BgClassName
{
background-color: #820EE0;
}
</style>
border-color css
<style>
span { border-color: #820EE0; }
span { border-color: rgb(130,14,224); }
td.TdClassName
{
border-color: #820EE0;
}
.TagClassName
{
border-color: #820EE0;
}
</style>