Shades of Dark Magenta #900992
Tints of Dark Magenta #900992
RGB
CMYK
RGB Variations
Color information
#900992 (or 0x900992) is known color: Dark Magenta. HEX triplet: 90, 09 and 92. RGB value is (144,9,146). Sum of RGB (Red+Green+Blue) = 144+9+146=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #900992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900992 is #6FF66D. Grayscale: #404040. Windows color (decimal): -7337582 or 9570704. OLE color: 9570704.
HSL color Cylindrical-coordinate representation of color #900992: hue angle of 299.12º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900992 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 9 | 146 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.43 |
| HSL | 299.12º | 0.88% | 0.3% | - |
| HSV(B) | 299.12º | 0.94% | 0.57% | - |
| XYZ | 16.79 | 8.2 | 27.89 | - |
| YUV | 64.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 146 | 0.01 | 0.94 | 0 | 0.43 | 299.12 | 0.88 | 0.3 |
| Hex | 90 | 9 | 92 | 1 | 5E | 0 | 2B | 12B | 58 | 1E |
| Octal | 220 | 11 | 222 | 1 | 136 | 0 | 53 | 453 | 130 | 36 |
| Binary | 10010000 | 1001 | 10010010 | 1 | 1011110 | 0 | 101011 | 100101011 | 1011000 | 11110 |
Color Harmonies of #900992
Complementary color
Monochromatic Colors of #900992
Black with #900992
Text Example
Text Example
White with #900992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900992; }
p { color: rgb(144,9,146); }
H1.HeaderClassName
{
color: #900992;
}
.AnyTagClassName
{
color: #900992;
}
</style>
background-color css
<style>
a { background-color: #900992; }
a { background-color: rgb(144,9,146); }
div.DivClassName
{
background-color: #900992;
}
.BgClassName
{
background-color: #900992;
}
</style>
border-color css
<style>
span { border-color: #900992; }
span { border-color: rgb(144,9,146); }
td.TdClassName
{
border-color: #900992;
}
.TagClassName
{
border-color: #900992;
}
</style>