Shades of Dark Violet #840EBA
Tints of Dark Violet #840EBA
RGB
CMYK
RGB Variations
Color information
#840EBA (or 0x840EBA) is known color: Dark Violet. HEX triplet: 84, 0E and BA. RGB value is (132,14,186). Sum of RGB (Red+Green+Blue) = 132+14+186=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #840EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840EBA is #7BF145. Grayscale: #444444. Windows color (decimal): -8122694 or 12193412. OLE color: 12193412.
HSL color Cylindrical-coordinate representation of color #840EBA: hue angle of 281.16º 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 #840EBA is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 14 | 186 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.27 |
| HSL | 281.16º | 0.86% | 0.39% | - |
| HSV(B) | 281.16º | 0.92% | 0.73% | - |
| XYZ | 18.54 | 8.76 | 47.17 | - |
| YUV | 68.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 186 | 0.29 | 0.92 | 0 | 0.27 | 281.16 | 0.86 | 0.39 |
| Hex | 84 | E | BA | 1D | 5C | 0 | 1B | 119 | 56 | 27 |
| Octal | 204 | 16 | 272 | 35 | 134 | 0 | 33 | 431 | 126 | 47 |
| Binary | 10000100 | 1110 | 10111010 | 11101 | 1011100 | 0 | 11011 | 100011001 | 1010110 | 100111 |
Color Harmonies of #840EBA
Complementary color
Monochromatic Colors of #840EBA
Black with #840EBA
Text Example
Text Example
White with #840EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840EBA; }
p { color: rgb(132,14,186); }
H1.HeaderClassName
{
color: #840EBA;
}
.AnyTagClassName
{
color: #840EBA;
}
</style>
background-color css
<style>
a { background-color: #840EBA; }
a { background-color: rgb(132,14,186); }
div.DivClassName
{
background-color: #840EBA;
}
.BgClassName
{
background-color: #840EBA;
}
</style>
border-color css
<style>
span { border-color: #840EBA; }
span { border-color: rgb(132,14,186); }
td.TdClassName
{
border-color: #840EBA;
}
.TagClassName
{
border-color: #840EBA;
}
</style>