Shades of Dark Magenta #840BAC
Tints of Dark Magenta #840BAC
RGB
CMYK
RGB Variations
Color information
#840BAC (or 0x840BAC) is known color: Dark Magenta. HEX triplet: 84, 0B and AC. RGB value is (132,11,172). Sum of RGB (Red+Green+Blue) = 132+11+172=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #840BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840BAC is #7BF453. Grayscale: #414141. Windows color (decimal): -8123476 or 11275140. OLE color: 11275140.
HSL color Cylindrical-coordinate representation of color #840BAC: hue angle of 285.09º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840BAC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 11 | 172 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.33 |
| HSL | 285.09º | 0.88% | 0.36% | - |
| HSV(B) | 285.09º | 0.94% | 0.67% | - |
| XYZ | 17.08 | 8.12 | 39.7 | - |
| YUV | 65.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 172 | 0.23 | 0.94 | 0 | 0.33 | 285.09 | 0.88 | 0.36 |
| Hex | 84 | B | AC | 17 | 5E | 0 | 21 | 11D | 58 | 24 |
| Octal | 204 | 13 | 254 | 27 | 136 | 0 | 41 | 435 | 130 | 44 |
| Binary | 10000100 | 1011 | 10101100 | 10111 | 1011110 | 0 | 100001 | 100011101 | 1011000 | 100100 |
Color Harmonies of #840BAC
Complementary color
Monochromatic Colors of #840BAC
Black with #840BAC
Text Example
Text Example
White with #840BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840BAC; }
p { color: rgb(132,11,172); }
H1.HeaderClassName
{
color: #840BAC;
}
.AnyTagClassName
{
color: #840BAC;
}
</style>
background-color css
<style>
a { background-color: #840BAC; }
a { background-color: rgb(132,11,172); }
div.DivClassName
{
background-color: #840BAC;
}
.BgClassName
{
background-color: #840BAC;
}
</style>
border-color css
<style>
span { border-color: #840BAC; }
span { border-color: rgb(132,11,172); }
td.TdClassName
{
border-color: #840BAC;
}
.TagClassName
{
border-color: #840BAC;
}
</style>