Shades of Dark Magenta #840CA1
Tints of Dark Magenta #840CA1
RGB
CMYK
RGB Variations
Color information
#840CA1 (or 0x840CA1) is known color: Dark Magenta. HEX triplet: 84, 0C and A1. RGB value is (132,12,161). Sum of RGB (Red+Green+Blue) = 132+12+161=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #840CA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840CA1 is #7BF35E. Grayscale: #404040. Windows color (decimal): -8123231 or 10554500. OLE color: 10554500.
HSL color Cylindrical-coordinate representation of color #840CA1: hue angle of 288.32º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840CA1 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 12 | 161 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.37 |
| HSL | 288.32º | 0.86% | 0.34% | - |
| HSV(B) | 288.32º | 0.93% | 0.63% | - |
| XYZ | 16.08 | 7.74 | 34.36 | - |
| YUV | 64.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 161 | 0.18 | 0.93 | 0 | 0.37 | 288.32 | 0.86 | 0.34 |
| Hex | 84 | C | A1 | 12 | 5D | 0 | 25 | 120 | 56 | 22 |
| Octal | 204 | 14 | 241 | 22 | 135 | 0 | 45 | 440 | 126 | 42 |
| Binary | 10000100 | 1100 | 10100001 | 10010 | 1011101 | 0 | 100101 | 100100000 | 1010110 | 100010 |
Color Harmonies of #840CA1
Complementary color
Monochromatic Colors of #840CA1
Black with #840CA1
Text Example
Text Example
White with #840CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840CA1; }
p { color: rgb(132,12,161); }
H1.HeaderClassName
{
color: #840CA1;
}
.AnyTagClassName
{
color: #840CA1;
}
</style>
background-color css
<style>
a { background-color: #840CA1; }
a { background-color: rgb(132,12,161); }
div.DivClassName
{
background-color: #840CA1;
}
.BgClassName
{
background-color: #840CA1;
}
</style>
border-color css
<style>
span { border-color: #840CA1; }
span { border-color: rgb(132,12,161); }
td.TdClassName
{
border-color: #840CA1;
}
.TagClassName
{
border-color: #840CA1;
}
</style>