Shades of Dark Magenta #84159B
Tints of Dark Magenta #84159B
RGB
CMYK
RGB Variations
Color information
#84159B (or 0x84159B) is known color: Dark Magenta. HEX triplet: 84, 15 and 9B. RGB value is (132,21,155). Sum of RGB (Red+Green+Blue) = 132+21+155=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #84159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84159B is #7BEA64. Grayscale: #454545. Windows color (decimal): -8120933 or 10163588. OLE color: 10163588.
HSL color Cylindrical-coordinate representation of color #84159B: hue angle of 289.7º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84159B is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 21 | 155 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.39 |
| HSL | 289.7º | 0.76% | 0.35% | - |
| HSV(B) | 289.7º | 0.86% | 0.61% | - |
| XYZ | 15.7 | 7.81 | 31.69 | - |
| YUV | 69.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 155 | 0.15 | 0.86 | 0 | 0.39 | 289.7 | 0.76 | 0.35 |
| Hex | 84 | 15 | 9B | F | 56 | 0 | 27 | 122 | 4C | 23 |
| Octal | 204 | 25 | 233 | 17 | 126 | 0 | 47 | 442 | 114 | 43 |
| Binary | 10000100 | 10101 | 10011011 | 1111 | 1010110 | 0 | 100111 | 100100010 | 1001100 | 100011 |
Color Harmonies of #84159B
Complementary color
Monochromatic Colors of #84159B
Black with #84159B
Text Example
Text Example
White with #84159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84159B; }
p { color: rgb(132,21,155); }
H1.HeaderClassName
{
color: #84159B;
}
.AnyTagClassName
{
color: #84159B;
}
</style>
background-color css
<style>
a { background-color: #84159B; }
a { background-color: rgb(132,21,155); }
div.DivClassName
{
background-color: #84159B;
}
.BgClassName
{
background-color: #84159B;
}
</style>
border-color css
<style>
span { border-color: #84159B; }
span { border-color: rgb(132,21,155); }
td.TdClassName
{
border-color: #84159B;
}
.TagClassName
{
border-color: #84159B;
}
</style>