Shades of Dark Magenta #901090
Tints of Dark Magenta #901090
RGB
CMYK
RGB Variations
Color information
#901090 (or 0x901090) is known color: Dark Magenta. HEX triplet: 90, 10 and 90. RGB value is (144,16,144). Sum of RGB (Red+Green+Blue) = 144+16+144=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #901090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901090 is #6FEF6F. Grayscale: #444444. Windows color (decimal): -7335792 or 9441424. OLE color: 9441424.
HSL color Cylindrical-coordinate representation of color #901090: hue angle of 300º 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 #901090 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 144 | - |
| CMYK | 0 | 0.89 | 0 | 0.44 |
| HSL | 300º | 0.8% | 0.31% | - |
| HSV(B) | 300º | 0.89% | 0.56% | - |
| XYZ | 16.72 | 8.31 | 27.11 | - |
| YUV | 68.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 144 | 0 | 0.89 | 0 | 0.44 | 300 | 0.8 | 0.31 |
| Hex | 90 | 10 | 90 | 0 | 59 | 0 | 2C | 12C | 50 | 1F |
| Octal | 220 | 20 | 220 | 0 | 131 | 0 | 54 | 454 | 120 | 37 |
| Binary | 10010000 | 10000 | 10010000 | 0 | 1011001 | 0 | 101100 | 100101100 | 1010000 | 11111 |
Color Harmonies of #901090
Complementary color
Monochromatic Colors of #901090
Black with #901090
Text Example
Text Example
White with #901090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901090; }
p { color: rgb(144,16,144); }
H1.HeaderClassName
{
color: #901090;
}
.AnyTagClassName
{
color: #901090;
}
</style>
background-color css
<style>
a { background-color: #901090; }
a { background-color: rgb(144,16,144); }
div.DivClassName
{
background-color: #901090;
}
.BgClassName
{
background-color: #901090;
}
</style>
border-color css
<style>
span { border-color: #901090; }
span { border-color: rgb(144,16,144); }
td.TdClassName
{
border-color: #901090;
}
.TagClassName
{
border-color: #901090;
}
</style>