Shades of Dark Magenta #84039F
Tints of Dark Magenta #84039F
RGB
CMYK
RGB Variations
Color information
#84039F (or 0x84039F) is known color: Dark Magenta. HEX triplet: 84, 03 and 9F. RGB value is (132,3,159). Sum of RGB (Red+Green+Blue) = 132+3+159=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #84039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84039F is #7BFC60. Grayscale: #3A3A3A. Windows color (decimal): -8125537 or 10421124. OLE color: 10421124.
HSL color Cylindrical-coordinate representation of color #84039F: hue angle of 289.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84039F is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 3 | 159 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.38 |
| HSL | 289.62º | 0.96% | 0.32% | - |
| HSV(B) | 289.62º | 0.98% | 0.62% | - |
| XYZ | 15.81 | 7.47 | 33.41 | - |
| YUV | 59.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 159 | 0.17 | 0.98 | 0 | 0.38 | 289.62 | 0.96 | 0.32 |
| Hex | 84 | 3 | 9F | 11 | 62 | 0 | 26 | 122 | 60 | 20 |
| Octal | 204 | 3 | 237 | 21 | 142 | 0 | 46 | 442 | 140 | 40 |
| Binary | 10000100 | 11 | 10011111 | 10001 | 1100010 | 0 | 100110 | 100100010 | 1100000 | 100000 |
Color Harmonies of #84039F
Complementary color
Monochromatic Colors of #84039F
Black with #84039F
Text Example
Text Example
White with #84039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84039F; }
p { color: rgb(132,3,159); }
H1.HeaderClassName
{
color: #84039F;
}
.AnyTagClassName
{
color: #84039F;
}
</style>
background-color css
<style>
a { background-color: #84039F; }
a { background-color: rgb(132,3,159); }
div.DivClassName
{
background-color: #84039F;
}
.BgClassName
{
background-color: #84039F;
}
</style>
border-color css
<style>
span { border-color: #84039F; }
span { border-color: rgb(132,3,159); }
td.TdClassName
{
border-color: #84039F;
}
.TagClassName
{
border-color: #84039F;
}
</style>