Shades of Dark Magenta #901289
Tints of Dark Magenta #901289
RGB
CMYK
RGB Variations
Color information
#901289 (or 0x901289) is known color: Dark Magenta. HEX triplet: 90, 12 and 89. RGB value is (144,18,137). Sum of RGB (Red+Green+Blue) = 144+18+137=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #901289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901289 is #6FED76. Grayscale: #444444. Windows color (decimal): -7335287 or 8983184. OLE color: 8983184.
HSL color Cylindrical-coordinate representation of color #901289: hue angle of 303.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901289 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 137 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.44 |
| HSL | 303.33º | 0.78% | 0.32% | - |
| HSV(B) | 303.33º | 0.88% | 0.56% | - |
| XYZ | 16.23 | 8.17 | 24.39 | - |
| YUV | 69.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 137 | 0 | 0.88 | 0.05 | 0.44 | 303.33 | 0.78 | 0.32 |
| Hex | 90 | 12 | 89 | 0 | 58 | 5 | 2C | 12F | 4E | 20 |
| Octal | 220 | 22 | 211 | 0 | 130 | 5 | 54 | 457 | 116 | 40 |
| Binary | 10010000 | 10010 | 10001001 | 0 | 1011000 | 101 | 101100 | 100101111 | 1001110 | 100000 |
Color Harmonies of #901289
Complementary color
Monochromatic Colors of #901289
Black with #901289
Text Example
Text Example
White with #901289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901289; }
p { color: rgb(144,18,137); }
H1.HeaderClassName
{
color: #901289;
}
.AnyTagClassName
{
color: #901289;
}
</style>
background-color css
<style>
a { background-color: #901289; }
a { background-color: rgb(144,18,137); }
div.DivClassName
{
background-color: #901289;
}
.BgClassName
{
background-color: #901289;
}
</style>
border-color css
<style>
span { border-color: #901289; }
span { border-color: rgb(144,18,137); }
td.TdClassName
{
border-color: #901289;
}
.TagClassName
{
border-color: #901289;
}
</style>