Shades of Dark Magenta #9A0984
Tints of Dark Magenta #9A0984
RGB
CMYK
RGB Variations
Color information
#9A0984 (or 0x9A0984) is known color: Dark Magenta. HEX triplet: 9A, 09 and 84. RGB value is (154,9,132). Sum of RGB (Red+Green+Blue) = 154+9+132=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0984 is #65F67B. Grayscale: #424242. Windows color (decimal): -6682236 or 8653210. OLE color: 8653210.
HSL color Cylindrical-coordinate representation of color #9A0984: hue angle of 309.1º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0984 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 132 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.40 |
| HSL | 309.1º | 0.89% | 0.32% | - |
| HSV(B) | 309.1º | 0.94% | 0.6% | - |
| XYZ | 17.59 | 8.73 | 22.59 | - |
| YUV | 66.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 132 | 0 | 0.94 | 0.14 | 0.40 | 309.1 | 0.89 | 0.32 |
| Hex | 9A | 9 | 84 | 0 | 5E | E | 28 | 135 | 59 | 20 |
| Octal | 232 | 11 | 204 | 0 | 136 | 16 | 50 | 465 | 131 | 40 |
| Binary | 10011010 | 1001 | 10000100 | 0 | 1011110 | 1110 | 101000 | 100110101 | 1011001 | 100000 |
Color Harmonies of #9A0984
Complementary color
Monochromatic Colors of #9A0984
Black with #9A0984
Text Example
Text Example
White with #9A0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0984; }
p { color: rgb(154,9,132); }
H1.HeaderClassName
{
color: #9A0984;
}
.AnyTagClassName
{
color: #9A0984;
}
</style>
background-color css
<style>
a { background-color: #9A0984; }
a { background-color: rgb(154,9,132); }
div.DivClassName
{
background-color: #9A0984;
}
.BgClassName
{
background-color: #9A0984;
}
</style>
border-color css
<style>
span { border-color: #9A0984; }
span { border-color: rgb(154,9,132); }
td.TdClassName
{
border-color: #9A0984;
}
.TagClassName
{
border-color: #9A0984;
}
</style>