Shades of Dark Magenta #911287
Tints of Dark Magenta #911287
RGB
CMYK
RGB Variations
Color information
#911287 (or 0x911287) is known color: Dark Magenta. HEX triplet: 91, 12 and 87. RGB value is (145,18,135). Sum of RGB (Red+Green+Blue) = 145+18+135=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #911287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911287 is #6EED78. Grayscale: #444444. Windows color (decimal): -7269753 or 8852113. OLE color: 8852113.
HSL color Cylindrical-coordinate representation of color #911287: hue angle of 304.72º degrees, saturation: 0.78, 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 #911287 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 135 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.43 |
| HSL | 304.72º | 0.78% | 0.32% | - |
| HSV(B) | 304.72º | 0.88% | 0.57% | - |
| XYZ | 16.27 | 8.2 | 23.65 | - |
| YUV | 69.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 135 | 0 | 0.88 | 0.07 | 0.43 | 304.72 | 0.78 | 0.32 |
| Hex | 91 | 12 | 87 | 0 | 58 | 7 | 2B | 131 | 4E | 20 |
| Octal | 221 | 22 | 207 | 0 | 130 | 7 | 53 | 461 | 116 | 40 |
| Binary | 10010001 | 10010 | 10000111 | 0 | 1011000 | 111 | 101011 | 100110001 | 1001110 | 100000 |
Color Harmonies of #911287
Complementary color
Monochromatic Colors of #911287
Black with #911287
Text Example
Text Example
White with #911287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911287; }
p { color: rgb(145,18,135); }
H1.HeaderClassName
{
color: #911287;
}
.AnyTagClassName
{
color: #911287;
}
</style>
background-color css
<style>
a { background-color: #911287; }
a { background-color: rgb(145,18,135); }
div.DivClassName
{
background-color: #911287;
}
.BgClassName
{
background-color: #911287;
}
</style>
border-color css
<style>
span { border-color: #911287; }
span { border-color: rgb(145,18,135); }
td.TdClassName
{
border-color: #911287;
}
.TagClassName
{
border-color: #911287;
}
</style>