Shades of Dark Violet #820EE1
Tints of Dark Violet #820EE1
RGB
CMYK
RGB Variations
Color information
#820EE1 (or 0x820EE1) is known color: Dark Violet. HEX triplet: 82, 0E and E1. RGB value is (130,14,225). Sum of RGB (Red+Green+Blue) = 130+14+225=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #820EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EE1 is #7DF11E. Grayscale: #484848. Windows color (decimal): -8253727 or 14749314. OLE color: 14749314.
HSL color Cylindrical-coordinate representation of color #820EE1: hue angle of 272.99º 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 #820EE1 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 14 | 225 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.12 |
| HSL | 272.99º | 0.88% | 0.47% | - |
| HSV(B) | 272.99º | 0.94% | 0.88% | - |
| XYZ | 22.95 | 10.5 | 72.05 | - |
| YUV | 72.74 | 213.93 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 225 | 0.42 | 0.94 | 0 | 0.12 | 272.99 | 0.88 | 0.47 |
| Hex | 82 | E | E1 | 2A | 5E | 0 | C | 111 | 58 | 2F |
| Octal | 202 | 16 | 341 | 52 | 136 | 0 | 14 | 421 | 130 | 57 |
| Binary | 10000010 | 1110 | 11100001 | 101010 | 1011110 | 0 | 1100 | 100010001 | 1011000 | 101111 |
Color Harmonies of #820EE1
Complementary color
Monochromatic Colors of #820EE1
Black with #820EE1
Text Example
Text Example
White with #820EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EE1; }
p { color: rgb(130,14,225); }
H1.HeaderClassName
{
color: #820EE1;
}
.AnyTagClassName
{
color: #820EE1;
}
</style>
background-color css
<style>
a { background-color: #820EE1; }
a { background-color: rgb(130,14,225); }
div.DivClassName
{
background-color: #820EE1;
}
.BgClassName
{
background-color: #820EE1;
}
</style>
border-color css
<style>
span { border-color: #820EE1; }
span { border-color: rgb(130,14,225); }
td.TdClassName
{
border-color: #820EE1;
}
.TagClassName
{
border-color: #820EE1;
}
</style>