Shades of Dark Violet #820EAF
Tints of Dark Violet #820EAF
RGB
CMYK
RGB Variations
Color information
#820EAF (or 0x820EAF) is known color: Dark Violet. HEX triplet: 82, 0E and AF. RGB value is (130,14,175). Sum of RGB (Red+Green+Blue) = 130+14+175=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #820EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820EAF is #7DF150. Grayscale: #424242. Windows color (decimal): -8253777 or 11472514. OLE color: 11472514.
HSL color Cylindrical-coordinate representation of color #820EAF: hue angle of 283.23º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820EAF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 14 | 175 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.31 |
| HSL | 283.23º | 0.85% | 0.37% | - |
| HSV(B) | 283.23º | 0.92% | 0.69% | - |
| XYZ | 17.1 | 8.16 | 41.23 | - |
| YUV | 67.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 175 | 0.26 | 0.92 | 0 | 0.31 | 283.23 | 0.85 | 0.37 |
| Hex | 82 | E | AF | 1A | 5C | 0 | 1F | 11B | 55 | 25 |
| Octal | 202 | 16 | 257 | 32 | 134 | 0 | 37 | 433 | 125 | 45 |
| Binary | 10000010 | 1110 | 10101111 | 11010 | 1011100 | 0 | 11111 | 100011011 | 1010101 | 100101 |
Color Harmonies of #820EAF
Complementary color
Monochromatic Colors of #820EAF
Black with #820EAF
Text Example
Text Example
White with #820EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EAF; }
p { color: rgb(130,14,175); }
H1.HeaderClassName
{
color: #820EAF;
}
.AnyTagClassName
{
color: #820EAF;
}
</style>
background-color css
<style>
a { background-color: #820EAF; }
a { background-color: rgb(130,14,175); }
div.DivClassName
{
background-color: #820EAF;
}
.BgClassName
{
background-color: #820EAF;
}
</style>
border-color css
<style>
span { border-color: #820EAF; }
span { border-color: rgb(130,14,175); }
td.TdClassName
{
border-color: #820EAF;
}
.TagClassName
{
border-color: #820EAF;
}
</style>