Shades of Dark Magenta #84138A
Tints of Dark Magenta #84138A
RGB
CMYK
RGB Variations
Color information
#84138A (or 0x84138A) is known color: Dark Magenta. HEX triplet: 84, 13 and 8A. RGB value is (132,19,138). Sum of RGB (Red+Green+Blue) = 132+19+138=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #84138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84138A is #7BEC75. Grayscale: #414141. Windows color (decimal): -8121462 or 9048964. OLE color: 9048964.
HSL color Cylindrical-coordinate representation of color #84138A: hue angle of 296.97º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84138A is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 19 | 138 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.46 |
| HSL | 296.97º | 0.76% | 0.31% | - |
| HSV(B) | 296.97º | 0.86% | 0.54% | - |
| XYZ | 14.34 | 7.21 | 24.68 | - |
| YUV | 66.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 138 | 0.04 | 0.86 | 0 | 0.46 | 296.97 | 0.76 | 0.31 |
| Hex | 84 | 13 | 8A | 4 | 56 | 0 | 2E | 129 | 4C | 1F |
| Octal | 204 | 23 | 212 | 4 | 126 | 0 | 56 | 451 | 114 | 37 |
| Binary | 10000100 | 10011 | 10001010 | 100 | 1010110 | 0 | 101110 | 100101001 | 1001100 | 11111 |
Color Harmonies of #84138A
Complementary color
Monochromatic Colors of #84138A
Black with #84138A
Text Example
Text Example
White with #84138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84138A; }
p { color: rgb(132,19,138); }
H1.HeaderClassName
{
color: #84138A;
}
.AnyTagClassName
{
color: #84138A;
}
</style>
background-color css
<style>
a { background-color: #84138A; }
a { background-color: rgb(132,19,138); }
div.DivClassName
{
background-color: #84138A;
}
.BgClassName
{
background-color: #84138A;
}
</style>
border-color css
<style>
span { border-color: #84138A; }
span { border-color: rgb(132,19,138); }
td.TdClassName
{
border-color: #84138A;
}
.TagClassName
{
border-color: #84138A;
}
</style>