Shades of Dark Magenta #84038D
Tints of Dark Magenta #84038D
RGB
CMYK
RGB Variations
Color information
#84038D (or 0x84038D) is known color: Dark Magenta. HEX triplet: 84, 03 and 8D. RGB value is (132,3,141). Sum of RGB (Red+Green+Blue) = 132+3+141=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #84038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84038D is #7BFC72. Grayscale: #383838. Windows color (decimal): -8125555 or 9241476. OLE color: 9241476.
HSL color Cylindrical-coordinate representation of color #84038D: hue angle of 296.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84038D is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 3 | 141 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.45 |
| HSL | 296.09º | 0.96% | 0.28% | - |
| HSV(B) | 296.09º | 0.98% | 0.55% | - |
| XYZ | 14.36 | 6.89 | 25.77 | - |
| YUV | 57.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 141 | 0.06 | 0.98 | 0 | 0.45 | 296.09 | 0.96 | 0.28 |
| Hex | 84 | 3 | 8D | 6 | 62 | 0 | 2D | 128 | 60 | 1C |
| Octal | 204 | 3 | 215 | 6 | 142 | 0 | 55 | 450 | 140 | 34 |
| Binary | 10000100 | 11 | 10001101 | 110 | 1100010 | 0 | 101101 | 100101000 | 1100000 | 11100 |
Color Harmonies of #84038D
Complementary color
Monochromatic Colors of #84038D
Black with #84038D
Text Example
Text Example
White with #84038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84038D; }
p { color: rgb(132,3,141); }
H1.HeaderClassName
{
color: #84038D;
}
.AnyTagClassName
{
color: #84038D;
}
</style>
background-color css
<style>
a { background-color: #84038D; }
a { background-color: rgb(132,3,141); }
div.DivClassName
{
background-color: #84038D;
}
.BgClassName
{
background-color: #84038D;
}
</style>
border-color css
<style>
span { border-color: #84038D; }
span { border-color: rgb(132,3,141); }
td.TdClassName
{
border-color: #84038D;
}
.TagClassName
{
border-color: #84038D;
}
</style>