Shades of Dark Magenta #840CAC
Tints of Dark Magenta #840CAC
RGB
CMYK
RGB Variations
Color information
#840CAC (or 0x840CAC) is known color: Dark Magenta. HEX triplet: 84, 0C and AC. RGB value is (132,12,172). Sum of RGB (Red+Green+Blue) = 132+12+172=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #840CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840CAC is #7BF353. Grayscale: #414141. Windows color (decimal): -8123220 or 11275396. OLE color: 11275396.
HSL color Cylindrical-coordinate representation of color #840CAC: hue angle of 285º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840CAC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 12 | 172 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.33 |
| HSL | 285º | 0.87% | 0.36% | - |
| HSV(B) | 285º | 0.93% | 0.67% | - |
| XYZ | 17.09 | 8.15 | 39.7 | - |
| YUV | 66.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 172 | 0.23 | 0.93 | 0 | 0.33 | 285 | 0.87 | 0.36 |
| Hex | 84 | C | AC | 17 | 5D | 0 | 21 | 11D | 57 | 24 |
| Octal | 204 | 14 | 254 | 27 | 135 | 0 | 41 | 435 | 127 | 44 |
| Binary | 10000100 | 1100 | 10101100 | 10111 | 1011101 | 0 | 100001 | 100011101 | 1010111 | 100100 |
Color Harmonies of #840CAC
Complementary color
Monochromatic Colors of #840CAC
Black with #840CAC
Text Example
Text Example
White with #840CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840CAC; }
p { color: rgb(132,12,172); }
H1.HeaderClassName
{
color: #840CAC;
}
.AnyTagClassName
{
color: #840CAC;
}
</style>
background-color css
<style>
a { background-color: #840CAC; }
a { background-color: rgb(132,12,172); }
div.DivClassName
{
background-color: #840CAC;
}
.BgClassName
{
background-color: #840CAC;
}
</style>
border-color css
<style>
span { border-color: #840CAC; }
span { border-color: rgb(132,12,172); }
td.TdClassName
{
border-color: #840CAC;
}
.TagClassName
{
border-color: #840CAC;
}
</style>