Shades of Dark Magenta #84098F
Tints of Dark Magenta #84098F
RGB
CMYK
RGB Variations
Color information
#84098F (or 0x84098F) is known color: Dark Magenta. HEX triplet: 84, 09 and 8F. RGB value is (132,9,143). Sum of RGB (Red+Green+Blue) = 132+9+143=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #84098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84098F is #7BF670. Grayscale: #3C3C3C. Windows color (decimal): -8124017 or 9374084. OLE color: 9374084.
HSL color Cylindrical-coordinate representation of color #84098F: hue angle of 295.07º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84098F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 9 | 143 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.44 |
| HSL | 295.07º | 0.88% | 0.3% | - |
| HSV(B) | 295.07º | 0.94% | 0.56% | - |
| XYZ | 14.57 | 7.08 | 26.59 | - |
| YUV | 61.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 143 | 0.08 | 0.94 | 0 | 0.44 | 295.07 | 0.88 | 0.3 |
| Hex | 84 | 9 | 8F | 8 | 5E | 0 | 2C | 127 | 58 | 1E |
| Octal | 204 | 11 | 217 | 10 | 136 | 0 | 54 | 447 | 130 | 36 |
| Binary | 10000100 | 1001 | 10001111 | 1000 | 1011110 | 0 | 101100 | 100100111 | 1011000 | 11110 |
Color Harmonies of #84098F
Complementary color
Monochromatic Colors of #84098F
Black with #84098F
Text Example
Text Example
White with #84098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84098F; }
p { color: rgb(132,9,143); }
H1.HeaderClassName
{
color: #84098F;
}
.AnyTagClassName
{
color: #84098F;
}
</style>
background-color css
<style>
a { background-color: #84098F; }
a { background-color: rgb(132,9,143); }
div.DivClassName
{
background-color: #84098F;
}
.BgClassName
{
background-color: #84098F;
}
</style>
border-color css
<style>
span { border-color: #84098F; }
span { border-color: rgb(132,9,143); }
td.TdClassName
{
border-color: #84098F;
}
.TagClassName
{
border-color: #84098F;
}
</style>