Shades of Dark Violet #820EC3
Tints of Dark Violet #820EC3
RGB
CMYK
RGB Variations
Color information
#820EC3 (or 0x820EC3) is known color: Dark Violet. HEX triplet: 82, 0E and C3. RGB value is (130,14,195). Sum of RGB (Red+Green+Blue) = 130+14+195=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #820EC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EC3 is #7DF13C. Grayscale: #444444. Windows color (decimal): -8253757 or 12783234. OLE color: 12783234.
HSL color Cylindrical-coordinate representation of color #820EC3: hue angle of 278.45º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820EC3 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 14 | 195 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.24 |
| HSL | 278.45º | 0.87% | 0.41% | - |
| HSV(B) | 278.45º | 0.93% | 0.76% | - |
| XYZ | 19.21 | 9 | 52.35 | - |
| YUV | 69.32 | 198.93 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 195 | 0.33 | 0.93 | 0 | 0.24 | 278.45 | 0.87 | 0.41 |
| Hex | 82 | E | C3 | 21 | 5D | 0 | 18 | 116 | 57 | 29 |
| Octal | 202 | 16 | 303 | 41 | 135 | 0 | 30 | 426 | 127 | 51 |
| Binary | 10000010 | 1110 | 11000011 | 100001 | 1011101 | 0 | 11000 | 100010110 | 1010111 | 101001 |
Color Harmonies of #820EC3
Complementary color
Monochromatic Colors of #820EC3
Black with #820EC3
Text Example
Text Example
White with #820EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EC3; }
p { color: rgb(130,14,195); }
H1.HeaderClassName
{
color: #820EC3;
}
.AnyTagClassName
{
color: #820EC3;
}
</style>
background-color css
<style>
a { background-color: #820EC3; }
a { background-color: rgb(130,14,195); }
div.DivClassName
{
background-color: #820EC3;
}
.BgClassName
{
background-color: #820EC3;
}
</style>
border-color css
<style>
span { border-color: #820EC3; }
span { border-color: rgb(130,14,195); }
td.TdClassName
{
border-color: #820EC3;
}
.TagClassName
{
border-color: #820EC3;
}
</style>