Shades of Dark Magenta #84048C
Tints of Dark Magenta #84048C
RGB
CMYK
RGB Variations
Color information
#84048C (or 0x84048C) is known color: Dark Magenta. HEX triplet: 84, 04 and 8C. RGB value is (132,4,140). Sum of RGB (Red+Green+Blue) = 132+4+140=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #84048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84048C is #7BFB73. Grayscale: #393939. Windows color (decimal): -8125300 or 9176196. OLE color: 9176196.
HSL color Cylindrical-coordinate representation of color #84048C: hue angle of 296.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84048C is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 4 | 140 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.45 |
| HSL | 296.47º | 0.94% | 0.28% | - |
| HSV(B) | 296.47º | 0.97% | 0.55% | - |
| XYZ | 14.29 | 6.89 | 25.39 | - |
| YUV | 57.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 140 | 0.06 | 0.97 | 0 | 0.45 | 296.47 | 0.94 | 0.28 |
| Hex | 84 | 4 | 8C | 6 | 61 | 0 | 2D | 128 | 5E | 1C |
| Octal | 204 | 4 | 214 | 6 | 141 | 0 | 55 | 450 | 136 | 34 |
| Binary | 10000100 | 100 | 10001100 | 110 | 1100001 | 0 | 101101 | 100101000 | 1011110 | 11100 |
Color Harmonies of #84048C
Complementary color
Monochromatic Colors of #84048C
Black with #84048C
Text Example
Text Example
White with #84048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84048C; }
p { color: rgb(132,4,140); }
H1.HeaderClassName
{
color: #84048C;
}
.AnyTagClassName
{
color: #84048C;
}
</style>
background-color css
<style>
a { background-color: #84048C; }
a { background-color: rgb(132,4,140); }
div.DivClassName
{
background-color: #84048C;
}
.BgClassName
{
background-color: #84048C;
}
</style>
border-color css
<style>
span { border-color: #84048C; }
span { border-color: rgb(132,4,140); }
td.TdClassName
{
border-color: #84048C;
}
.TagClassName
{
border-color: #84048C;
}
</style>