Shades of Dark Magenta #84098C
Tints of Dark Magenta #84098C
RGB
CMYK
RGB Variations
Color information
#84098C (or 0x84098C) is known color: Dark Magenta. HEX triplet: 84, 09 and 8C. RGB value is (132,9,140). Sum of RGB (Red+Green+Blue) = 132+9+140=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #84098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84098C is #7BF673. Grayscale: #3C3C3C. Windows color (decimal): -8124020 or 9177476. OLE color: 9177476.
HSL color Cylindrical-coordinate representation of color #84098C: hue angle of 296.34º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84098C is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 9 | 140 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.45 |
| HSL | 296.34º | 0.88% | 0.29% | - |
| HSV(B) | 296.34º | 0.94% | 0.55% | - |
| XYZ | 14.35 | 6.99 | 25.4 | - |
| YUV | 60.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 140 | 0.06 | 0.94 | 0 | 0.45 | 296.34 | 0.88 | 0.29 |
| Hex | 84 | 9 | 8C | 6 | 5E | 0 | 2D | 128 | 58 | 1D |
| Octal | 204 | 11 | 214 | 6 | 136 | 0 | 55 | 450 | 130 | 35 |
| Binary | 10000100 | 1001 | 10001100 | 110 | 1011110 | 0 | 101101 | 100101000 | 1011000 | 11101 |
Color Harmonies of #84098C
Complementary color
Monochromatic Colors of #84098C
Black with #84098C
Text Example
Text Example
White with #84098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84098C; }
p { color: rgb(132,9,140); }
H1.HeaderClassName
{
color: #84098C;
}
.AnyTagClassName
{
color: #84098C;
}
</style>
background-color css
<style>
a { background-color: #84098C; }
a { background-color: rgb(132,9,140); }
div.DivClassName
{
background-color: #84098C;
}
.BgClassName
{
background-color: #84098C;
}
</style>
border-color css
<style>
span { border-color: #84098C; }
span { border-color: rgb(132,9,140); }
td.TdClassName
{
border-color: #84098C;
}
.TagClassName
{
border-color: #84098C;
}
</style>