Shades of Dark Violet #820EDF
Tints of Dark Violet #820EDF
RGB
CMYK
RGB Variations
Color information
#820EDF (or 0x820EDF) is known color: Dark Violet. HEX triplet: 82, 0E and DF. RGB value is (130,14,223). Sum of RGB (Red+Green+Blue) = 130+14+223=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #820EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EDF is #7DF120. Grayscale: #474747. Windows color (decimal): -8253729 or 14618242. OLE color: 14618242.
HSL color Cylindrical-coordinate representation of color #820EDF: hue angle of 273.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EDF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 14 | 223 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.13 |
| HSL | 273.3º | 0.88% | 0.46% | - |
| HSV(B) | 273.3º | 0.94% | 0.87% | - |
| XYZ | 22.68 | 10.39 | 70.62 | - |
| YUV | 72.51 | 212.93 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 223 | 0.42 | 0.94 | 0 | 0.13 | 273.3 | 0.88 | 0.46 |
| Hex | 82 | E | DF | 2A | 5E | 0 | D | 111 | 58 | 2E |
| Octal | 202 | 16 | 337 | 52 | 136 | 0 | 15 | 421 | 130 | 56 |
| Binary | 10000010 | 1110 | 11011111 | 101010 | 1011110 | 0 | 1101 | 100010001 | 1011000 | 101110 |
Color Harmonies of #820EDF
Complementary color
Monochromatic Colors of #820EDF
Black with #820EDF
Text Example
Text Example
White with #820EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EDF; }
p { color: rgb(130,14,223); }
H1.HeaderClassName
{
color: #820EDF;
}
.AnyTagClassName
{
color: #820EDF;
}
</style>
background-color css
<style>
a { background-color: #820EDF; }
a { background-color: rgb(130,14,223); }
div.DivClassName
{
background-color: #820EDF;
}
.BgClassName
{
background-color: #820EDF;
}
</style>
border-color css
<style>
span { border-color: #820EDF; }
span { border-color: rgb(130,14,223); }
td.TdClassName
{
border-color: #820EDF;
}
.TagClassName
{
border-color: #820EDF;
}
</style>