Shades of Dark Magenta #901494
Tints of Dark Magenta #901494
RGB
CMYK
RGB Variations
Color information
#901494 (or 0x901494) is known color: Dark Magenta. HEX triplet: 90, 14 and 94. RGB value is (144,20,148). Sum of RGB (Red+Green+Blue) = 144+20+148=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #901494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901494 is #6FEB6B. Grayscale: #474747. Windows color (decimal): -7334764 or 9704592. OLE color: 9704592.
HSL color Cylindrical-coordinate representation of color #901494: hue angle of 298.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901494 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 20 | 148 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.42 |
| HSL | 298.13º | 0.76% | 0.33% | - |
| HSV(B) | 298.13º | 0.86% | 0.58% | - |
| XYZ | 17.1 | 8.57 | 28.77 | - |
| YUV | 71.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 148 | 0.03 | 0.86 | 0 | 0.42 | 298.13 | 0.76 | 0.33 |
| Hex | 90 | 14 | 94 | 3 | 56 | 0 | 2A | 12A | 4C | 21 |
| Octal | 220 | 24 | 224 | 3 | 126 | 0 | 52 | 452 | 114 | 41 |
| Binary | 10010000 | 10100 | 10010100 | 11 | 1010110 | 0 | 101010 | 100101010 | 1001100 | 100001 |
Color Harmonies of #901494
Complementary color
Monochromatic Colors of #901494
Black with #901494
Text Example
Text Example
White with #901494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901494; }
p { color: rgb(144,20,148); }
H1.HeaderClassName
{
color: #901494;
}
.AnyTagClassName
{
color: #901494;
}
</style>
background-color css
<style>
a { background-color: #901494; }
a { background-color: rgb(144,20,148); }
div.DivClassName
{
background-color: #901494;
}
.BgClassName
{
background-color: #901494;
}
</style>
border-color css
<style>
span { border-color: #901494; }
span { border-color: rgb(144,20,148); }
td.TdClassName
{
border-color: #901494;
}
.TagClassName
{
border-color: #901494;
}
</style>