Shades of Dark Magenta #900F89
Tints of Dark Magenta #900F89
RGB
CMYK
RGB Variations
Color information
#900F89 (or 0x900F89) is known color: Dark Magenta. HEX triplet: 90, 0F and 89. RGB value is (144,15,137). Sum of RGB (Red+Green+Blue) = 144+15+137=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #900F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F89 is #6FF076. Grayscale: #434343. Windows color (decimal): -7336055 or 8982416. OLE color: 8982416.
HSL color Cylindrical-coordinate representation of color #900F89: hue angle of 303.26º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F89 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 137 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.44 |
| HSL | 303.26º | 0.81% | 0.31% | - |
| HSV(B) | 303.26º | 0.9% | 0.56% | - |
| XYZ | 16.19 | 8.08 | 24.37 | - |
| YUV | 67.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 137 | 0 | 0.90 | 0.05 | 0.44 | 303.26 | 0.81 | 0.31 |
| Hex | 90 | F | 89 | 0 | 5A | 5 | 2C | 12F | 51 | 1F |
| Octal | 220 | 17 | 211 | 0 | 132 | 5 | 54 | 457 | 121 | 37 |
| Binary | 10010000 | 1111 | 10001001 | 0 | 1011010 | 101 | 101100 | 100101111 | 1010001 | 11111 |
Color Harmonies of #900F89
Complementary color
Monochromatic Colors of #900F89
Black with #900F89
Text Example
Text Example
White with #900F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F89; }
p { color: rgb(144,15,137); }
H1.HeaderClassName
{
color: #900F89;
}
.AnyTagClassName
{
color: #900F89;
}
</style>
background-color css
<style>
a { background-color: #900F89; }
a { background-color: rgb(144,15,137); }
div.DivClassName
{
background-color: #900F89;
}
.BgClassName
{
background-color: #900F89;
}
</style>
border-color css
<style>
span { border-color: #900F89; }
span { border-color: rgb(144,15,137); }
td.TdClassName
{
border-color: #900F89;
}
.TagClassName
{
border-color: #900F89;
}
</style>