Shades of Dark Magenta #900985
Tints of Dark Magenta #900985
RGB
CMYK
RGB Variations
Color information
#900985 (or 0x900985) is known color: Dark Magenta. HEX triplet: 90, 09 and 85. RGB value is (144,9,133). Sum of RGB (Red+Green+Blue) = 144+9+133=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #900985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900985 is #6FF67A. Grayscale: #3F3F3F. Windows color (decimal): -7337595 or 8718736. OLE color: 8718736.
HSL color Cylindrical-coordinate representation of color #900985: hue angle of 304.89º 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 #900985 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 133 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.44 |
| HSL | 304.89º | 0.88% | 0.3% | - |
| HSV(B) | 304.89º | 0.94% | 0.56% | - |
| XYZ | 15.83 | 7.82 | 22.86 | - |
| YUV | 63.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 133 | 0 | 0.94 | 0.08 | 0.44 | 304.89 | 0.88 | 0.3 |
| Hex | 90 | 9 | 85 | 0 | 5E | 8 | 2C | 131 | 58 | 1E |
| Octal | 220 | 11 | 205 | 0 | 136 | 10 | 54 | 461 | 130 | 36 |
| Binary | 10010000 | 1001 | 10000101 | 0 | 1011110 | 1000 | 101100 | 100110001 | 1011000 | 11110 |
Color Harmonies of #900985
Complementary color
Monochromatic Colors of #900985
Black with #900985
Text Example
Text Example
White with #900985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900985; }
p { color: rgb(144,9,133); }
H1.HeaderClassName
{
color: #900985;
}
.AnyTagClassName
{
color: #900985;
}
</style>
background-color css
<style>
a { background-color: #900985; }
a { background-color: rgb(144,9,133); }
div.DivClassName
{
background-color: #900985;
}
.BgClassName
{
background-color: #900985;
}
</style>
border-color css
<style>
span { border-color: #900985; }
span { border-color: rgb(144,9,133); }
td.TdClassName
{
border-color: #900985;
}
.TagClassName
{
border-color: #900985;
}
</style>