Shades of Dark Magenta #901089
Tints of Dark Magenta #901089
RGB
CMYK
RGB Variations
Color information
#901089 (or 0x901089) is known color: Dark Magenta. HEX triplet: 90, 10 and 89. RGB value is (144,16,137). Sum of RGB (Red+Green+Blue) = 144+16+137=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901089 is #6FEF76. Grayscale: #434343. Windows color (decimal): -7335799 or 8982672. OLE color: 8982672.
HSL color Cylindrical-coordinate representation of color #901089: hue angle of 303.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901089 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 137 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.44 |
| HSL | 303.28º | 0.8% | 0.31% | - |
| HSV(B) | 303.28º | 0.89% | 0.56% | - |
| XYZ | 16.2 | 8.11 | 24.38 | - |
| YUV | 68.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 137 | 0 | 0.89 | 0.05 | 0.44 | 303.28 | 0.8 | 0.31 |
| Hex | 90 | 10 | 89 | 0 | 59 | 5 | 2C | 12F | 50 | 1F |
| Octal | 220 | 20 | 211 | 0 | 131 | 5 | 54 | 457 | 120 | 37 |
| Binary | 10010000 | 10000 | 10001001 | 0 | 1011001 | 101 | 101100 | 100101111 | 1010000 | 11111 |
Color Harmonies of #901089
Complementary color
Monochromatic Colors of #901089
Black with #901089
Text Example
Text Example
White with #901089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901089; }
p { color: rgb(144,16,137); }
H1.HeaderClassName
{
color: #901089;
}
.AnyTagClassName
{
color: #901089;
}
</style>
background-color css
<style>
a { background-color: #901089; }
a { background-color: rgb(144,16,137); }
div.DivClassName
{
background-color: #901089;
}
.BgClassName
{
background-color: #901089;
}
</style>
border-color css
<style>
span { border-color: #901089; }
span { border-color: rgb(144,16,137); }
td.TdClassName
{
border-color: #901089;
}
.TagClassName
{
border-color: #901089;
}
</style>