Shades of Dark Magenta #84148D
Tints of Dark Magenta #84148D
RGB
CMYK
RGB Variations
Color information
#84148D (or 0x84148D) is known color: Dark Magenta. HEX triplet: 84, 14 and 8D. RGB value is (132,20,141). Sum of RGB (Red+Green+Blue) = 132+20+141=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #84148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84148D is #7BEB72. Grayscale: #424242. Windows color (decimal): -8121203 or 9245828. OLE color: 9245828.
HSL color Cylindrical-coordinate representation of color #84148D: hue angle of 295.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84148D is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 20 | 141 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.45 |
| HSL | 295.54º | 0.75% | 0.32% | - |
| HSV(B) | 295.54º | 0.86% | 0.55% | - |
| XYZ | 14.57 | 7.33 | 25.85 | - |
| YUV | 67.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 141 | 0.06 | 0.86 | 0 | 0.45 | 295.54 | 0.75 | 0.32 |
| Hex | 84 | 14 | 8D | 6 | 56 | 0 | 2D | 128 | 4B | 20 |
| Octal | 204 | 24 | 215 | 6 | 126 | 0 | 55 | 450 | 113 | 40 |
| Binary | 10000100 | 10100 | 10001101 | 110 | 1010110 | 0 | 101101 | 100101000 | 1001011 | 100000 |
Color Harmonies of #84148D
Complementary color
Monochromatic Colors of #84148D
Black with #84148D
Text Example
Text Example
White with #84148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84148D; }
p { color: rgb(132,20,141); }
H1.HeaderClassName
{
color: #84148D;
}
.AnyTagClassName
{
color: #84148D;
}
</style>
background-color css
<style>
a { background-color: #84148D; }
a { background-color: rgb(132,20,141); }
div.DivClassName
{
background-color: #84148D;
}
.BgClassName
{
background-color: #84148D;
}
</style>
border-color css
<style>
span { border-color: #84148D; }
span { border-color: rgb(132,20,141); }
td.TdClassName
{
border-color: #84148D;
}
.TagClassName
{
border-color: #84148D;
}
</style>