Shades of Dark Magenta #840A8A
Tints of Dark Magenta #840A8A
RGB
CMYK
RGB Variations
Color information
#840A8A (or 0x840A8A) is known color: Dark Magenta. HEX triplet: 84, 0A and 8A. RGB value is (132,10,138). Sum of RGB (Red+Green+Blue) = 132+10+138=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #840A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840A8A is #7BF575. Grayscale: #3C3C3C. Windows color (decimal): -8123766 or 9046660. OLE color: 9046660.
HSL color Cylindrical-coordinate representation of color #840A8A: hue angle of 297.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840A8A is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 10 | 138 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.46 |
| HSL | 297.19º | 0.86% | 0.29% | - |
| HSV(B) | 297.19º | 0.93% | 0.54% | - |
| XYZ | 14.21 | 6.96 | 24.64 | - |
| YUV | 61.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 138 | 0.04 | 0.93 | 0 | 0.46 | 297.19 | 0.86 | 0.29 |
| Hex | 84 | A | 8A | 4 | 5D | 0 | 2E | 129 | 56 | 1D |
| Octal | 204 | 12 | 212 | 4 | 135 | 0 | 56 | 451 | 126 | 35 |
| Binary | 10000100 | 1010 | 10001010 | 100 | 1011101 | 0 | 101110 | 100101001 | 1010110 | 11101 |
Color Harmonies of #840A8A
Complementary color
Monochromatic Colors of #840A8A
Black with #840A8A
Text Example
Text Example
White with #840A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840A8A; }
p { color: rgb(132,10,138); }
H1.HeaderClassName
{
color: #840A8A;
}
.AnyTagClassName
{
color: #840A8A;
}
</style>
background-color css
<style>
a { background-color: #840A8A; }
a { background-color: rgb(132,10,138); }
div.DivClassName
{
background-color: #840A8A;
}
.BgClassName
{
background-color: #840A8A;
}
</style>
border-color css
<style>
span { border-color: #840A8A; }
span { border-color: rgb(132,10,138); }
td.TdClassName
{
border-color: #840A8A;
}
.TagClassName
{
border-color: #840A8A;
}
</style>