Shades of Dark Magenta #900986
Tints of Dark Magenta #900986
RGB
CMYK
RGB Variations
Color information
#900986 (or 0x900986) is known color: Dark Magenta. HEX triplet: 90, 09 and 86. RGB value is (144,9,134). Sum of RGB (Red+Green+Blue) = 144+9+134=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #900986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900986 is #6FF679. Grayscale: #3F3F3F. Windows color (decimal): -7337594 or 8784272. OLE color: 8784272.
HSL color Cylindrical-coordinate representation of color #900986: hue angle of 304.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900986 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 134 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.44 |
| HSL | 304.44º | 0.88% | 0.3% | - |
| HSV(B) | 304.44º | 0.94% | 0.56% | - |
| XYZ | 15.9 | 7.85 | 23.23 | - |
| YUV | 63.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 134 | 0 | 0.94 | 0.07 | 0.44 | 304.44 | 0.88 | 0.3 |
| Hex | 90 | 9 | 86 | 0 | 5E | 7 | 2C | 130 | 58 | 1E |
| Octal | 220 | 11 | 206 | 0 | 136 | 7 | 54 | 460 | 130 | 36 |
| Binary | 10010000 | 1001 | 10000110 | 0 | 1011110 | 111 | 101100 | 100110000 | 1011000 | 11110 |
Color Harmonies of #900986
Complementary color
Monochromatic Colors of #900986
Black with #900986
Text Example
Text Example
White with #900986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900986; }
p { color: rgb(144,9,134); }
H1.HeaderClassName
{
color: #900986;
}
.AnyTagClassName
{
color: #900986;
}
</style>
background-color css
<style>
a { background-color: #900986; }
a { background-color: rgb(144,9,134); }
div.DivClassName
{
background-color: #900986;
}
.BgClassName
{
background-color: #900986;
}
</style>
border-color css
<style>
span { border-color: #900986; }
span { border-color: rgb(144,9,134); }
td.TdClassName
{
border-color: #900986;
}
.TagClassName
{
border-color: #900986;
}
</style>