Shades of Dark Violet #820EBA
Tints of Dark Violet #820EBA
RGB
CMYK
RGB Variations
Color information
#820EBA (or 0x820EBA) is known color: Dark Violet. HEX triplet: 82, 0E and BA. RGB value is (130,14,186). Sum of RGB (Red+Green+Blue) = 130+14+186=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #820EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EBA is #7DF145. Grayscale: #434343. Windows color (decimal): -8253766 or 12193410. OLE color: 12193410.
HSL color Cylindrical-coordinate representation of color #820EBA: hue angle of 280.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820EBA is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 14 | 186 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.27 |
| HSL | 280.47º | 0.86% | 0.39% | - |
| HSV(B) | 280.47º | 0.92% | 0.73% | - |
| XYZ | 18.23 | 8.61 | 47.15 | - |
| YUV | 68.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 186 | 0.30 | 0.92 | 0 | 0.27 | 280.47 | 0.86 | 0.39 |
| Hex | 82 | E | BA | 1E | 5C | 0 | 1B | 118 | 56 | 27 |
| Octal | 202 | 16 | 272 | 36 | 134 | 0 | 33 | 430 | 126 | 47 |
| Binary | 10000010 | 1110 | 10111010 | 11110 | 1011100 | 0 | 11011 | 100011000 | 1010110 | 100111 |
Color Harmonies of #820EBA
Complementary color
Monochromatic Colors of #820EBA
Black with #820EBA
Text Example
Text Example
White with #820EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820EBA; }
p { color: rgb(130,14,186); }
H1.HeaderClassName
{
color: #820EBA;
}
.AnyTagClassName
{
color: #820EBA;
}
</style>
background-color css
<style>
a { background-color: #820EBA; }
a { background-color: rgb(130,14,186); }
div.DivClassName
{
background-color: #820EBA;
}
.BgClassName
{
background-color: #820EBA;
}
</style>
border-color css
<style>
span { border-color: #820EBA; }
span { border-color: rgb(130,14,186); }
td.TdClassName
{
border-color: #820EBA;
}
.TagClassName
{
border-color: #820EBA;
}
</style>