Shades of Dark Violet #820EBF
Tints of Dark Violet #820EBF
RGB
CMYK
RGB Variations
Color information
#820EBF (or 0x820EBF) is known color: Dark Violet. HEX triplet: 82, 0E and BF. RGB value is (130,14,191). Sum of RGB (Red+Green+Blue) = 130+14+191=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #820EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EBF is #7DF140. Grayscale: #444444. Windows color (decimal): -8253761 or 12521090. OLE color: 12521090.
HSL color Cylindrical-coordinate representation of color #820EBF: hue angle of 279.32º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820EBF is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 14 | 191 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.25 |
| HSL | 279.32º | 0.86% | 0.4% | - |
| HSV(B) | 279.32º | 0.93% | 0.75% | - |
| XYZ | 18.77 | 8.82 | 50 | - |
| YUV | 68.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 191 | 0.32 | 0.93 | 0 | 0.25 | 279.32 | 0.86 | 0.4 |
| Hex | 82 | E | BF | 20 | 5D | 0 | 19 | 117 | 56 | 28 |
| Octal | 202 | 16 | 277 | 40 | 135 | 0 | 31 | 427 | 126 | 50 |
| Binary | 10000010 | 1110 | 10111111 | 100000 | 1011101 | 0 | 11001 | 100010111 | 1010110 | 101000 |
Color Harmonies of #820EBF
Complementary color
Monochromatic Colors of #820EBF
Black with #820EBF
Text Example
Text Example
White with #820EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EBF; }
p { color: rgb(130,14,191); }
H1.HeaderClassName
{
color: #820EBF;
}
.AnyTagClassName
{
color: #820EBF;
}
</style>
background-color css
<style>
a { background-color: #820EBF; }
a { background-color: rgb(130,14,191); }
div.DivClassName
{
background-color: #820EBF;
}
.BgClassName
{
background-color: #820EBF;
}
</style>
border-color css
<style>
span { border-color: #820EBF; }
span { border-color: rgb(130,14,191); }
td.TdClassName
{
border-color: #820EBF;
}
.TagClassName
{
border-color: #820EBF;
}
</style>