Shades of Dark Magenta #84018D
Tints of Dark Magenta #84018D
RGB
CMYK
RGB Variations
Color information
#84018D (or 0x84018D) is known color: Dark Magenta. HEX triplet: 84, 01 and 8D. RGB value is (132,1,141). Sum of RGB (Red+Green+Blue) = 132+1+141=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #84018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84018D is #7BFE72. Grayscale: #373737. Windows color (decimal): -8126067 or 9240964. OLE color: 9240964.
HSL color Cylindrical-coordinate representation of color #84018D: hue angle of 296.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84018D is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 1 | 141 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.45 |
| HSL | 296.14º | 0.99% | 0.28% | - |
| HSV(B) | 296.14º | 0.99% | 0.55% | - |
| XYZ | 14.33 | 6.85 | 25.77 | - |
| YUV | 56.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 141 | 0.06 | 0.99 | 0 | 0.45 | 296.14 | 0.99 | 0.28 |
| Hex | 84 | 1 | 8D | 6 | 63 | 0 | 2D | 128 | 63 | 1C |
| Octal | 204 | 1 | 215 | 6 | 143 | 0 | 55 | 450 | 143 | 34 |
| Binary | 10000100 | 1 | 10001101 | 110 | 1100011 | 0 | 101101 | 100101000 | 1100011 | 11100 |
Color Harmonies of #84018D
Complementary color
Monochromatic Colors of #84018D
Black with #84018D
Text Example
Text Example
White with #84018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84018D; }
p { color: rgb(132,1,141); }
H1.HeaderClassName
{
color: #84018D;
}
.AnyTagClassName
{
color: #84018D;
}
</style>
background-color css
<style>
a { background-color: #84018D; }
a { background-color: rgb(132,1,141); }
div.DivClassName
{
background-color: #84018D;
}
.BgClassName
{
background-color: #84018D;
}
</style>
border-color css
<style>
span { border-color: #84018D; }
span { border-color: rgb(132,1,141); }
td.TdClassName
{
border-color: #84018D;
}
.TagClassName
{
border-color: #84018D;
}
</style>