Shades of Dark Magenta #901291
Tints of Dark Magenta #901291
RGB
CMYK
RGB Variations
Color information
#901291 (or 0x901291) is known color: Dark Magenta. HEX triplet: 90, 12 and 91. RGB value is (144,18,145). Sum of RGB (Red+Green+Blue) = 144+18+145=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #901291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901291 is #6FED6E. Grayscale: #454545. Windows color (decimal): -7335279 or 9507472. OLE color: 9507472.
HSL color Cylindrical-coordinate representation of color #901291: hue angle of 299.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901291 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 18 | 145 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.43 |
| HSL | 299.53º | 0.78% | 0.32% | - |
| HSV(B) | 299.53º | 0.88% | 0.57% | - |
| XYZ | 16.83 | 8.41 | 27.52 | - |
| YUV | 70.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 145 | 0.01 | 0.88 | 0 | 0.43 | 299.53 | 0.78 | 0.32 |
| Hex | 90 | 12 | 91 | 1 | 58 | 0 | 2B | 12C | 4E | 20 |
| Octal | 220 | 22 | 221 | 1 | 130 | 0 | 53 | 454 | 116 | 40 |
| Binary | 10010000 | 10010 | 10010001 | 1 | 1011000 | 0 | 101011 | 100101100 | 1001110 | 100000 |
Color Harmonies of #901291
Complementary color
Monochromatic Colors of #901291
Black with #901291
Text Example
Text Example
White with #901291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901291; }
p { color: rgb(144,18,145); }
H1.HeaderClassName
{
color: #901291;
}
.AnyTagClassName
{
color: #901291;
}
</style>
background-color css
<style>
a { background-color: #901291; }
a { background-color: rgb(144,18,145); }
div.DivClassName
{
background-color: #901291;
}
.BgClassName
{
background-color: #901291;
}
</style>
border-color css
<style>
span { border-color: #901291; }
span { border-color: rgb(144,18,145); }
td.TdClassName
{
border-color: #901291;
}
.TagClassName
{
border-color: #901291;
}
</style>