Shades of Dark Magenta #900D87
Tints of Dark Magenta #900D87
RGB
CMYK
RGB Variations
Color information
#900D87 (or 0x900D87) is known color: Dark Magenta. HEX triplet: 90, 0D and 87. RGB value is (144,13,135). Sum of RGB (Red+Green+Blue) = 144+13+135=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #900D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900D87 is #6FF278. Grayscale: #414141. Windows color (decimal): -7336569 or 8850832. OLE color: 8850832.
HSL color Cylindrical-coordinate representation of color #900D87: hue angle of 304.12º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D87 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 135 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.44 |
| HSL | 304.12º | 0.83% | 0.31% | - |
| HSV(B) | 304.12º | 0.91% | 0.56% | - |
| XYZ | 16.02 | 7.97 | 23.62 | - |
| YUV | 66.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 135 | 0 | 0.91 | 0.06 | 0.44 | 304.12 | 0.83 | 0.31 |
| Hex | 90 | D | 87 | 0 | 5B | 6 | 2C | 130 | 53 | 1F |
| Octal | 220 | 15 | 207 | 0 | 133 | 6 | 54 | 460 | 123 | 37 |
| Binary | 10010000 | 1101 | 10000111 | 0 | 1011011 | 110 | 101100 | 100110000 | 1010011 | 11111 |
Color Harmonies of #900D87
Complementary color
Monochromatic Colors of #900D87
Black with #900D87
Text Example
Text Example
White with #900D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D87; }
p { color: rgb(144,13,135); }
H1.HeaderClassName
{
color: #900D87;
}
.AnyTagClassName
{
color: #900D87;
}
</style>
background-color css
<style>
a { background-color: #900D87; }
a { background-color: rgb(144,13,135); }
div.DivClassName
{
background-color: #900D87;
}
.BgClassName
{
background-color: #900D87;
}
</style>
border-color css
<style>
span { border-color: #900D87; }
span { border-color: rgb(144,13,135); }
td.TdClassName
{
border-color: #900D87;
}
.TagClassName
{
border-color: #900D87;
}
</style>