Shades of Dark Magenta #900994
Tints of Dark Magenta #900994
RGB
CMYK
RGB Variations
Color information
#900994 (or 0x900994) is known color: Dark Magenta. HEX triplet: 90, 09 and 94. RGB value is (144,9,148). Sum of RGB (Red+Green+Blue) = 144+9+148=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #900994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900994 is #6FF66B. Grayscale: #404040. Windows color (decimal): -7337580 or 9701776. OLE color: 9701776.
HSL color Cylindrical-coordinate representation of color #900994: hue angle of 298.27º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900994 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 9 | 148 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.42 |
| HSL | 298.27º | 0.89% | 0.31% | - |
| HSV(B) | 298.27º | 0.94% | 0.58% | - |
| XYZ | 16.94 | 8.26 | 28.72 | - |
| YUV | 65.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 148 | 0.03 | 0.94 | 0 | 0.42 | 298.27 | 0.89 | 0.31 |
| Hex | 90 | 9 | 94 | 3 | 5E | 0 | 2A | 12A | 59 | 1F |
| Octal | 220 | 11 | 224 | 3 | 136 | 0 | 52 | 452 | 131 | 37 |
| Binary | 10010000 | 1001 | 10010100 | 11 | 1011110 | 0 | 101010 | 100101010 | 1011001 | 11111 |
Color Harmonies of #900994
Complementary color
Monochromatic Colors of #900994
Black with #900994
Text Example
Text Example
White with #900994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900994; }
p { color: rgb(144,9,148); }
H1.HeaderClassName
{
color: #900994;
}
.AnyTagClassName
{
color: #900994;
}
</style>
background-color css
<style>
a { background-color: #900994; }
a { background-color: rgb(144,9,148); }
div.DivClassName
{
background-color: #900994;
}
.BgClassName
{
background-color: #900994;
}
</style>
border-color css
<style>
span { border-color: #900994; }
span { border-color: rgb(144,9,148); }
td.TdClassName
{
border-color: #900994;
}
.TagClassName
{
border-color: #900994;
}
</style>