Shades of Dark Magenta #900984
Tints of Dark Magenta #900984
RGB
CMYK
RGB Variations
Color information
#900984 (or 0x900984) is known color: Dark Magenta. HEX triplet: 90, 09 and 84. RGB value is (144,9,132). Sum of RGB (Red+Green+Blue) = 144+9+132=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #900984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900984 is #6FF67B. Grayscale: #3F3F3F. Windows color (decimal): -7337596 or 8653200. OLE color: 8653200.
HSL color Cylindrical-coordinate representation of color #900984: hue angle of 305.33º 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 #900984 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 132 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.44 |
| HSL | 305.33º | 0.88% | 0.3% | - |
| HSV(B) | 305.33º | 0.94% | 0.56% | - |
| XYZ | 15.76 | 7.79 | 22.5 | - |
| YUV | 63.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 132 | 0 | 0.94 | 0.08 | 0.44 | 305.33 | 0.88 | 0.3 |
| Hex | 90 | 9 | 84 | 0 | 5E | 8 | 2C | 131 | 58 | 1E |
| Octal | 220 | 11 | 204 | 0 | 136 | 10 | 54 | 461 | 130 | 36 |
| Binary | 10010000 | 1001 | 10000100 | 0 | 1011110 | 1000 | 101100 | 100110001 | 1011000 | 11110 |
Color Harmonies of #900984
Complementary color
Monochromatic Colors of #900984
Black with #900984
Text Example
Text Example
White with #900984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900984; }
p { color: rgb(144,9,132); }
H1.HeaderClassName
{
color: #900984;
}
.AnyTagClassName
{
color: #900984;
}
</style>
background-color css
<style>
a { background-color: #900984; }
a { background-color: rgb(144,9,132); }
div.DivClassName
{
background-color: #900984;
}
.BgClassName
{
background-color: #900984;
}
</style>
border-color css
<style>
span { border-color: #900984; }
span { border-color: rgb(144,9,132); }
td.TdClassName
{
border-color: #900984;
}
.TagClassName
{
border-color: #900984;
}
</style>