Shades of Dark Magenta #900786
Tints of Dark Magenta #900786
RGB
CMYK
RGB Variations
Color information
#900786 (or 0x900786) is known color: Dark Magenta. HEX triplet: 90, 07 and 86. RGB value is (144,7,134). Sum of RGB (Red+Green+Blue) = 144+7+134=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #900786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900786 is #6FF879. Grayscale: #3E3E3E. Windows color (decimal): -7338106 or 8783760. OLE color: 8783760.
HSL color Cylindrical-coordinate representation of color #900786: hue angle of 304.38º 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 #900786 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 134 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.44 |
| HSL | 304.38º | 0.91% | 0.3% | - |
| HSV(B) | 304.38º | 0.95% | 0.56% | - |
| XYZ | 15.88 | 7.8 | 23.22 | - |
| YUV | 62.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 134 | 0 | 0.95 | 0.07 | 0.44 | 304.38 | 0.91 | 0.3 |
| Hex | 90 | 7 | 86 | 0 | 5F | 7 | 2C | 130 | 5B | 1E |
| Octal | 220 | 7 | 206 | 0 | 137 | 7 | 54 | 460 | 133 | 36 |
| Binary | 10010000 | 111 | 10000110 | 0 | 1011111 | 111 | 101100 | 100110000 | 1011011 | 11110 |
Color Harmonies of #900786
Complementary color
Monochromatic Colors of #900786
Black with #900786
Text Example
Text Example
White with #900786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900786; }
p { color: rgb(144,7,134); }
H1.HeaderClassName
{
color: #900786;
}
.AnyTagClassName
{
color: #900786;
}
</style>
background-color css
<style>
a { background-color: #900786; }
a { background-color: rgb(144,7,134); }
div.DivClassName
{
background-color: #900786;
}
.BgClassName
{
background-color: #900786;
}
</style>
border-color css
<style>
span { border-color: #900786; }
span { border-color: rgb(144,7,134); }
td.TdClassName
{
border-color: #900786;
}
.TagClassName
{
border-color: #900786;
}
</style>