Shades of Dark Magenta #84089F
Tints of Dark Magenta #84089F
RGB
CMYK
RGB Variations
Color information
#84089F (or 0x84089F) is known color: Dark Magenta. HEX triplet: 84, 08 and 9F. RGB value is (132,8,159). Sum of RGB (Red+Green+Blue) = 132+8+159=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #84089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84089F is #7BF760. Grayscale: #3D3D3D. Windows color (decimal): -8124257 or 10422404. OLE color: 10422404.
HSL color Cylindrical-coordinate representation of color #84089F: hue angle of 289.27º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84089F is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 8 | 159 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.38 |
| HSL | 289.27º | 0.9% | 0.33% | - |
| HSV(B) | 289.27º | 0.95% | 0.62% | - |
| XYZ | 15.86 | 7.58 | 33.43 | - |
| YUV | 62.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 159 | 0.17 | 0.95 | 0 | 0.38 | 289.27 | 0.9 | 0.33 |
| Hex | 84 | 8 | 9F | 11 | 5F | 0 | 26 | 121 | 5A | 21 |
| Octal | 204 | 10 | 237 | 21 | 137 | 0 | 46 | 441 | 132 | 41 |
| Binary | 10000100 | 1000 | 10011111 | 10001 | 1011111 | 0 | 100110 | 100100001 | 1011010 | 100001 |
Color Harmonies of #84089F
Complementary color
Monochromatic Colors of #84089F
Black with #84089F
Text Example
Text Example
White with #84089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84089F; }
p { color: rgb(132,8,159); }
H1.HeaderClassName
{
color: #84089F;
}
.AnyTagClassName
{
color: #84089F;
}
</style>
background-color css
<style>
a { background-color: #84089F; }
a { background-color: rgb(132,8,159); }
div.DivClassName
{
background-color: #84089F;
}
.BgClassName
{
background-color: #84089F;
}
</style>
border-color css
<style>
span { border-color: #84089F; }
span { border-color: rgb(132,8,159); }
td.TdClassName
{
border-color: #84089F;
}
.TagClassName
{
border-color: #84089F;
}
</style>