Shades of Dark Magenta #901191
Tints of Dark Magenta #901191
RGB
CMYK
RGB Variations
Color information
#901191 (or 0x901191) is known color: Dark Magenta. HEX triplet: 90, 11 and 91. RGB value is (144,17,145). Sum of RGB (Red+Green+Blue) = 144+17+145=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #901191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901191 is #6FEE6E. Grayscale: #454545. Windows color (decimal): -7335535 or 9507216. OLE color: 9507216.
HSL color Cylindrical-coordinate representation of color #901191: hue angle of 299.53º degrees, saturation: 0.79, 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 #901191 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 17 | 145 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.43 |
| HSL | 299.53º | 0.79% | 0.32% | - |
| HSV(B) | 299.53º | 0.88% | 0.57% | - |
| XYZ | 16.81 | 8.37 | 27.52 | - |
| YUV | 69.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 145 | 0.01 | 0.88 | 0 | 0.43 | 299.53 | 0.79 | 0.32 |
| Hex | 90 | 11 | 91 | 1 | 58 | 0 | 2B | 12C | 4F | 20 |
| Octal | 220 | 21 | 221 | 1 | 130 | 0 | 53 | 454 | 117 | 40 |
| Binary | 10010000 | 10001 | 10010001 | 1 | 1011000 | 0 | 101011 | 100101100 | 1001111 | 100000 |
Color Harmonies of #901191
Complementary color
Monochromatic Colors of #901191
Black with #901191
Text Example
Text Example
White with #901191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901191; }
p { color: rgb(144,17,145); }
H1.HeaderClassName
{
color: #901191;
}
.AnyTagClassName
{
color: #901191;
}
</style>
background-color css
<style>
a { background-color: #901191; }
a { background-color: rgb(144,17,145); }
div.DivClassName
{
background-color: #901191;
}
.BgClassName
{
background-color: #901191;
}
</style>
border-color css
<style>
span { border-color: #901191; }
span { border-color: rgb(144,17,145); }
td.TdClassName
{
border-color: #901191;
}
.TagClassName
{
border-color: #901191;
}
</style>