Shades of Dark Magenta #84158D
Tints of Dark Magenta #84158D
RGB
CMYK
RGB Variations
Color information
#84158D (or 0x84158D) is known color: Dark Magenta. HEX triplet: 84, 15 and 8D. RGB value is (132,21,141). Sum of RGB (Red+Green+Blue) = 132+21+141=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #84158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84158D is #7BEA72. Grayscale: #434343. Windows color (decimal): -8120947 or 9246084. OLE color: 9246084.
HSL color Cylindrical-coordinate representation of color #84158D: hue angle of 295.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84158D is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 21 | 141 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.45 |
| HSL | 295.5º | 0.74% | 0.32% | - |
| HSV(B) | 295.5º | 0.85% | 0.55% | - |
| XYZ | 14.59 | 7.36 | 25.85 | - |
| YUV | 67.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 141 | 0.06 | 0.85 | 0 | 0.45 | 295.5 | 0.74 | 0.32 |
| Hex | 84 | 15 | 8D | 6 | 55 | 0 | 2D | 128 | 4A | 20 |
| Octal | 204 | 25 | 215 | 6 | 125 | 0 | 55 | 450 | 112 | 40 |
| Binary | 10000100 | 10101 | 10001101 | 110 | 1010101 | 0 | 101101 | 100101000 | 1001010 | 100000 |
Color Harmonies of #84158D
Complementary color
Monochromatic Colors of #84158D
Black with #84158D
Text Example
Text Example
White with #84158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84158D; }
p { color: rgb(132,21,141); }
H1.HeaderClassName
{
color: #84158D;
}
.AnyTagClassName
{
color: #84158D;
}
</style>
background-color css
<style>
a { background-color: #84158D; }
a { background-color: rgb(132,21,141); }
div.DivClassName
{
background-color: #84158D;
}
.BgClassName
{
background-color: #84158D;
}
</style>
border-color css
<style>
span { border-color: #84158D; }
span { border-color: rgb(132,21,141); }
td.TdClassName
{
border-color: #84158D;
}
.TagClassName
{
border-color: #84158D;
}
</style>