Shades of Dark Magenta #901185
Tints of Dark Magenta #901185
RGB
CMYK
RGB Variations
Color information
#901185 (or 0x901185) is known color: Dark Magenta. HEX triplet: 90, 11 and 85. RGB value is (144,17,133). Sum of RGB (Red+Green+Blue) = 144+17+133=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #901185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901185 is #6FEE7A. Grayscale: #434343. Windows color (decimal): -7335547 or 8720784. OLE color: 8720784.
HSL color Cylindrical-coordinate representation of color #901185: hue angle of 305.2º degrees, saturation: 0.79, 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 #901185 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 133 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.44 |
| HSL | 305.2º | 0.79% | 0.32% | - |
| HSV(B) | 305.2º | 0.88% | 0.56% | - |
| XYZ | 15.94 | 8.02 | 22.9 | - |
| YUV | 68.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 133 | 0 | 0.88 | 0.08 | 0.44 | 305.2 | 0.79 | 0.32 |
| Hex | 90 | 11 | 85 | 0 | 58 | 8 | 2C | 131 | 4F | 20 |
| Octal | 220 | 21 | 205 | 0 | 130 | 10 | 54 | 461 | 117 | 40 |
| Binary | 10010000 | 10001 | 10000101 | 0 | 1011000 | 1000 | 101100 | 100110001 | 1001111 | 100000 |
Color Harmonies of #901185
Complementary color
Monochromatic Colors of #901185
Black with #901185
Text Example
Text Example
White with #901185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901185; }
p { color: rgb(144,17,133); }
H1.HeaderClassName
{
color: #901185;
}
.AnyTagClassName
{
color: #901185;
}
</style>
background-color css
<style>
a { background-color: #901185; }
a { background-color: rgb(144,17,133); }
div.DivClassName
{
background-color: #901185;
}
.BgClassName
{
background-color: #901185;
}
</style>
border-color css
<style>
span { border-color: #901185; }
span { border-color: rgb(144,17,133); }
td.TdClassName
{
border-color: #901185;
}
.TagClassName
{
border-color: #901185;
}
</style>