Shades of Dark Magenta #901186
Tints of Dark Magenta #901186
RGB
CMYK
RGB Variations
Color information
#901186 (or 0x901186) is known color: Dark Magenta. HEX triplet: 90, 11 and 86. RGB value is (144,17,134). Sum of RGB (Red+Green+Blue) = 144+17+134=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #901186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901186 is #6FEE79. Grayscale: #434343. Windows color (decimal): -7335546 or 8786320. OLE color: 8786320.
HSL color Cylindrical-coordinate representation of color #901186: hue angle of 304.72º 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 #901186 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 134 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.44 |
| HSL | 304.72º | 0.79% | 0.32% | - |
| HSV(B) | 304.72º | 0.88% | 0.56% | - |
| XYZ | 16.01 | 8.05 | 23.26 | - |
| YUV | 68.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 134 | 0 | 0.88 | 0.07 | 0.44 | 304.72 | 0.79 | 0.32 |
| Hex | 90 | 11 | 86 | 0 | 58 | 7 | 2C | 131 | 4F | 20 |
| Octal | 220 | 21 | 206 | 0 | 130 | 7 | 54 | 461 | 117 | 40 |
| Binary | 10010000 | 10001 | 10000110 | 0 | 1011000 | 111 | 101100 | 100110001 | 1001111 | 100000 |
Color Harmonies of #901186
Complementary color
Monochromatic Colors of #901186
Black with #901186
Text Example
Text Example
White with #901186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901186; }
p { color: rgb(144,17,134); }
H1.HeaderClassName
{
color: #901186;
}
.AnyTagClassName
{
color: #901186;
}
</style>
background-color css
<style>
a { background-color: #901186; }
a { background-color: rgb(144,17,134); }
div.DivClassName
{
background-color: #901186;
}
.BgClassName
{
background-color: #901186;
}
</style>
border-color css
<style>
span { border-color: #901186; }
span { border-color: rgb(144,17,134); }
td.TdClassName
{
border-color: #901186;
}
.TagClassName
{
border-color: #901186;
}
</style>