Shades of Dark Magenta #900787
Tints of Dark Magenta #900787
RGB
CMYK
RGB Variations
Color information
#900787 (or 0x900787) is known color: Dark Magenta. HEX triplet: 90, 07 and 87. RGB value is (144,7,135). Sum of RGB (Red+Green+Blue) = 144+7+135=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #900787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900787 is #6FF878. Grayscale: #3E3E3E. Windows color (decimal): -7338105 or 8849296. OLE color: 8849296.
HSL color Cylindrical-coordinate representation of color #900787: hue angle of 303.94º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900787 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 135 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.44 |
| HSL | 303.94º | 0.91% | 0.3% | - |
| HSV(B) | 303.94º | 0.95% | 0.56% | - |
| XYZ | 15.95 | 7.83 | 23.59 | - |
| YUV | 62.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 135 | 0 | 0.95 | 0.06 | 0.44 | 303.94 | 0.91 | 0.3 |
| Hex | 90 | 7 | 87 | 0 | 5F | 6 | 2C | 130 | 5B | 1E |
| Octal | 220 | 7 | 207 | 0 | 137 | 6 | 54 | 460 | 133 | 36 |
| Binary | 10010000 | 111 | 10000111 | 0 | 1011111 | 110 | 101100 | 100110000 | 1011011 | 11110 |
Color Harmonies of #900787
Complementary color
Monochromatic Colors of #900787
Black with #900787
Text Example
Text Example
White with #900787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900787; }
p { color: rgb(144,7,135); }
H1.HeaderClassName
{
color: #900787;
}
.AnyTagClassName
{
color: #900787;
}
</style>
background-color css
<style>
a { background-color: #900787; }
a { background-color: rgb(144,7,135); }
div.DivClassName
{
background-color: #900787;
}
.BgClassName
{
background-color: #900787;
}
</style>
border-color css
<style>
span { border-color: #900787; }
span { border-color: rgb(144,7,135); }
td.TdClassName
{
border-color: #900787;
}
.TagClassName
{
border-color: #900787;
}
</style>