Shades of Dark Magenta #900185
Tints of Dark Magenta #900185
RGB
CMYK
RGB Variations
Color information
#900185 (or 0x900185) is known color: Dark Magenta. HEX triplet: 90, 01 and 85. RGB value is (144,1,133). Sum of RGB (Red+Green+Blue) = 144+1+133=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #900185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900185 is #6FFE7A. Grayscale: #3A3A3A. Windows color (decimal): -7339643 or 8716688. OLE color: 8716688.
HSL color Cylindrical-coordinate representation of color #900185: hue angle of 304.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900185 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.44 |
| HSL | 304.62º | 0.99% | 0.28% | - |
| HSV(B) | 304.62º | 0.99% | 0.56% | - |
| XYZ | 15.75 | 7.64 | 22.84 | - |
| YUV | 58.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 133 | 0 | 0.99 | 0.08 | 0.44 | 304.62 | 0.99 | 0.28 |
| Hex | 90 | 1 | 85 | 0 | 63 | 8 | 2C | 131 | 63 | 1C |
| Octal | 220 | 1 | 205 | 0 | 143 | 10 | 54 | 461 | 143 | 34 |
| Binary | 10010000 | 1 | 10000101 | 0 | 1100011 | 1000 | 101100 | 100110001 | 1100011 | 11100 |
Color Harmonies of #900185
Complementary color
Monochromatic Colors of #900185
Black with #900185
Text Example
Text Example
White with #900185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900185; }
p { color: rgb(144,1,133); }
H1.HeaderClassName
{
color: #900185;
}
.AnyTagClassName
{
color: #900185;
}
</style>
background-color css
<style>
a { background-color: #900185; }
a { background-color: rgb(144,1,133); }
div.DivClassName
{
background-color: #900185;
}
.BgClassName
{
background-color: #900185;
}
</style>
border-color css
<style>
span { border-color: #900185; }
span { border-color: rgb(144,1,133); }
td.TdClassName
{
border-color: #900185;
}
.TagClassName
{
border-color: #900185;
}
</style>