Shades of Dark Magenta #900085
Tints of Dark Magenta #900085
RGB
CMYK
RGB Variations
Color information
#900085 (or 0x900085) is known color: Dark Magenta. HEX triplet: 90, 00 and 85. RGB value is (144,0,133). Sum of RGB (Red+Green+Blue) = 144+0+133=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #900085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900085 is #6FFF7A. Grayscale: #393939. Windows color (decimal): -7339899 or 8716432. OLE color: 8716432.
HSL color Cylindrical-coordinate representation of color #900085: hue angle of 304.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900085 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.08 | 0.44 |
| HSL | 304.58º | 1% | 0.28% | - |
| HSV(B) | 304.58º | 1% | 0.56% | - |
| XYZ | 15.74 | 7.62 | 22.83 | - |
| YUV | 58.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 133 | 0 | 1 | 0.08 | 0.44 | 304.58 | 1 | 0.28 |
| Hex | 90 | 0 | 85 | 0 | 64 | 8 | 2C | 131 | 64 | 1C |
| Octal | 220 | 0 | 205 | 0 | 144 | 10 | 54 | 461 | 144 | 34 |
| Binary | 10010000 | 0 | 10000101 | 0 | 1100100 | 1000 | 101100 | 100110001 | 1100100 | 11100 |
Color Harmonies of #900085
Complementary color
Monochromatic Colors of #900085
Black with #900085
Text Example
Text Example
White with #900085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900085; }
p { color: rgb(144,0,133); }
H1.HeaderClassName
{
color: #900085;
}
.AnyTagClassName
{
color: #900085;
}
</style>
background-color css
<style>
a { background-color: #900085; }
a { background-color: rgb(144,0,133); }
div.DivClassName
{
background-color: #900085;
}
.BgClassName
{
background-color: #900085;
}
</style>
border-color css
<style>
span { border-color: #900085; }
span { border-color: rgb(144,0,133); }
td.TdClassName
{
border-color: #900085;
}
.TagClassName
{
border-color: #900085;
}
</style>