Shades of Dark Magenta #84149C
Tints of Dark Magenta #84149C
RGB
CMYK
RGB Variations
Color information
#84149C (or 0x84149C) is known color: Dark Magenta. HEX triplet: 84, 14 and 9C. RGB value is (132,20,156). Sum of RGB (Red+Green+Blue) = 132+20+156=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #84149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84149C is #7BEB63. Grayscale: #444444. Windows color (decimal): -8121188 or 10228868. OLE color: 10228868.
HSL color Cylindrical-coordinate representation of color #84149C: hue angle of 289.41º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84149C is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 20 | 156 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.39 |
| HSL | 289.41º | 0.77% | 0.35% | - |
| HSV(B) | 289.41º | 0.87% | 0.61% | - |
| XYZ | 15.77 | 7.81 | 32.13 | - |
| YUV | 68.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 156 | 0.15 | 0.87 | 0 | 0.39 | 289.41 | 0.77 | 0.35 |
| Hex | 84 | 14 | 9C | F | 57 | 0 | 27 | 121 | 4D | 23 |
| Octal | 204 | 24 | 234 | 17 | 127 | 0 | 47 | 441 | 115 | 43 |
| Binary | 10000100 | 10100 | 10011100 | 1111 | 1010111 | 0 | 100111 | 100100001 | 1001101 | 100011 |
Color Harmonies of #84149C
Complementary color
Monochromatic Colors of #84149C
Black with #84149C
Text Example
Text Example
White with #84149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84149C; }
p { color: rgb(132,20,156); }
H1.HeaderClassName
{
color: #84149C;
}
.AnyTagClassName
{
color: #84149C;
}
</style>
background-color css
<style>
a { background-color: #84149C; }
a { background-color: rgb(132,20,156); }
div.DivClassName
{
background-color: #84149C;
}
.BgClassName
{
background-color: #84149C;
}
</style>
border-color css
<style>
span { border-color: #84149C; }
span { border-color: rgb(132,20,156); }
td.TdClassName
{
border-color: #84149C;
}
.TagClassName
{
border-color: #84149C;
}
</style>