Shades of Dark Magenta #900187
Tints of Dark Magenta #900187
RGB
CMYK
RGB Variations
Color information
#900187 (or 0x900187) is known color: Dark Magenta. HEX triplet: 90, 01 and 87. RGB value is (144,1,135). Sum of RGB (Red+Green+Blue) = 144+1+135=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900187 is #6FFE78. Grayscale: #3A3A3A. Windows color (decimal): -7339641 or 8847760. OLE color: 8847760.
HSL color Cylindrical-coordinate representation of color #900187: hue angle of 303.78º 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 #900187 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 135 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.44 |
| HSL | 303.78º | 0.99% | 0.28% | - |
| HSV(B) | 303.78º | 0.99% | 0.56% | - |
| XYZ | 15.89 | 7.7 | 23.57 | - |
| YUV | 59.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 135 | 0 | 0.99 | 0.06 | 0.44 | 303.78 | 0.99 | 0.28 |
| Hex | 90 | 1 | 87 | 0 | 63 | 6 | 2C | 130 | 63 | 1C |
| Octal | 220 | 1 | 207 | 0 | 143 | 6 | 54 | 460 | 143 | 34 |
| Binary | 10010000 | 1 | 10000111 | 0 | 1100011 | 110 | 101100 | 100110000 | 1100011 | 11100 |
Color Harmonies of #900187
Complementary color
Monochromatic Colors of #900187
Black with #900187
Text Example
Text Example
White with #900187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900187; }
p { color: rgb(144,1,135); }
H1.HeaderClassName
{
color: #900187;
}
.AnyTagClassName
{
color: #900187;
}
</style>
background-color css
<style>
a { background-color: #900187; }
a { background-color: rgb(144,1,135); }
div.DivClassName
{
background-color: #900187;
}
.BgClassName
{
background-color: #900187;
}
</style>
border-color css
<style>
span { border-color: #900187; }
span { border-color: rgb(144,1,135); }
td.TdClassName
{
border-color: #900187;
}
.TagClassName
{
border-color: #900187;
}
</style>