Shades of Dark Magenta #84159C
Tints of Dark Magenta #84159C
RGB
CMYK
RGB Variations
Color information
#84159C (or 0x84159C) is known color: Dark Magenta. HEX triplet: 84, 15 and 9C. RGB value is (132,21,156). Sum of RGB (Red+Green+Blue) = 132+21+156=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #84159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84159C is #7BEA63. Grayscale: #454545. Windows color (decimal): -8120932 or 10229124. OLE color: 10229124.
HSL color Cylindrical-coordinate representation of color #84159C: hue angle of 289.33º degrees, saturation: 0.76, 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 #84159C is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 21 | 156 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.39 |
| HSL | 289.33º | 0.76% | 0.35% | - |
| HSV(B) | 289.33º | 0.87% | 0.61% | - |
| XYZ | 15.78 | 7.84 | 32.13 | - |
| YUV | 69.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 156 | 0.15 | 0.87 | 0 | 0.39 | 289.33 | 0.76 | 0.35 |
| Hex | 84 | 15 | 9C | F | 57 | 0 | 27 | 121 | 4C | 23 |
| Octal | 204 | 25 | 234 | 17 | 127 | 0 | 47 | 441 | 114 | 43 |
| Binary | 10000100 | 10101 | 10011100 | 1111 | 1010111 | 0 | 100111 | 100100001 | 1001100 | 100011 |
Color Harmonies of #84159C
Complementary color
Monochromatic Colors of #84159C
Black with #84159C
Text Example
Text Example
White with #84159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84159C; }
p { color: rgb(132,21,156); }
H1.HeaderClassName
{
color: #84159C;
}
.AnyTagClassName
{
color: #84159C;
}
</style>
background-color css
<style>
a { background-color: #84159C; }
a { background-color: rgb(132,21,156); }
div.DivClassName
{
background-color: #84159C;
}
.BgClassName
{
background-color: #84159C;
}
</style>
border-color css
<style>
span { border-color: #84159C; }
span { border-color: rgb(132,21,156); }
td.TdClassName
{
border-color: #84159C;
}
.TagClassName
{
border-color: #84159C;
}
</style>