Shades of Dark Magenta #840DAC
Tints of Dark Magenta #840DAC
RGB
CMYK
RGB Variations
Color information
#840DAC (or 0x840DAC) is known color: Dark Magenta. HEX triplet: 84, 0D and AC. RGB value is (132,13,172). Sum of RGB (Red+Green+Blue) = 132+13+172=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #840DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840DAC is #7BF253. Grayscale: #424242. Windows color (decimal): -8122964 or 11275652. OLE color: 11275652.
HSL color Cylindrical-coordinate representation of color #840DAC: hue angle of 284.91º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840DAC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 13 | 172 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.33 |
| HSL | 284.91º | 0.86% | 0.36% | - |
| HSV(B) | 284.91º | 0.92% | 0.67% | - |
| XYZ | 17.11 | 8.17 | 39.71 | - |
| YUV | 66.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 172 | 0.23 | 0.92 | 0 | 0.33 | 284.91 | 0.86 | 0.36 |
| Hex | 84 | D | AC | 17 | 5C | 0 | 21 | 11D | 56 | 24 |
| Octal | 204 | 15 | 254 | 27 | 134 | 0 | 41 | 435 | 126 | 44 |
| Binary | 10000100 | 1101 | 10101100 | 10111 | 1011100 | 0 | 100001 | 100011101 | 1010110 | 100100 |
Color Harmonies of #840DAC
Complementary color
Monochromatic Colors of #840DAC
Black with #840DAC
Text Example
Text Example
White with #840DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840DAC; }
p { color: rgb(132,13,172); }
H1.HeaderClassName
{
color: #840DAC;
}
.AnyTagClassName
{
color: #840DAC;
}
</style>
background-color css
<style>
a { background-color: #840DAC; }
a { background-color: rgb(132,13,172); }
div.DivClassName
{
background-color: #840DAC;
}
.BgClassName
{
background-color: #840DAC;
}
</style>
border-color css
<style>
span { border-color: #840DAC; }
span { border-color: rgb(132,13,172); }
td.TdClassName
{
border-color: #840DAC;
}
.TagClassName
{
border-color: #840DAC;
}
</style>