Shades of Dark Magenta #840B8E
Tints of Dark Magenta #840B8E
RGB
CMYK
RGB Variations
Color information
#840B8E (or 0x840B8E) is known color: Dark Magenta. HEX triplet: 84, 0B and 8E. RGB value is (132,11,142). Sum of RGB (Red+Green+Blue) = 132+11+142=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #840B8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840B8E is #7BF471. Grayscale: #3D3D3D. Windows color (decimal): -8123506 or 9309060. OLE color: 9309060.
HSL color Cylindrical-coordinate representation of color #840B8E: hue angle of 295.42º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B8E is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 11 | 142 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.44 |
| HSL | 295.42º | 0.86% | 0.3% | - |
| HSV(B) | 295.42º | 0.92% | 0.56% | - |
| XYZ | 14.52 | 7.1 | 26.2 | - |
| YUV | 62.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 142 | 0.07 | 0.92 | 0 | 0.44 | 295.42 | 0.86 | 0.3 |
| Hex | 84 | B | 8E | 7 | 5C | 0 | 2C | 127 | 56 | 1E |
| Octal | 204 | 13 | 216 | 7 | 134 | 0 | 54 | 447 | 126 | 36 |
| Binary | 10000100 | 1011 | 10001110 | 111 | 1011100 | 0 | 101100 | 100100111 | 1010110 | 11110 |
Color Harmonies of #840B8E
Complementary color
Monochromatic Colors of #840B8E
Black with #840B8E
Text Example
Text Example
White with #840B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B8E; }
p { color: rgb(132,11,142); }
H1.HeaderClassName
{
color: #840B8E;
}
.AnyTagClassName
{
color: #840B8E;
}
</style>
background-color css
<style>
a { background-color: #840B8E; }
a { background-color: rgb(132,11,142); }
div.DivClassName
{
background-color: #840B8E;
}
.BgClassName
{
background-color: #840B8E;
}
</style>
border-color css
<style>
span { border-color: #840B8E; }
span { border-color: rgb(132,11,142); }
td.TdClassName
{
border-color: #840B8E;
}
.TagClassName
{
border-color: #840B8E;
}
</style>