Shades of Dark Magenta #911D99
Tints of Dark Magenta #911D99
RGB
CMYK
RGB Variations
Color information
#911D99 (or 0x911D99) is known color: Dark Magenta. HEX triplet: 91, 1D and 99. RGB value is (145,29,153). Sum of RGB (Red+Green+Blue) = 145+29+153=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #911D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D99 is #6EE266. Grayscale: #4D4D4D. Windows color (decimal): -7266919 or 10034577. OLE color: 10034577.
HSL color Cylindrical-coordinate representation of color #911D99: hue angle of 296.13º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911D99 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 29 | 153 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.4 |
| HSL | 296.13º | 0.68% | 0.36% | - |
| HSV(B) | 296.13º | 0.81% | 0.6% | - |
| XYZ | 17.87 | 9.2 | 30.97 | - |
| YUV | 77.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 153 | 0.05 | 0.81 | 0 | 0.4 | 296.13 | 0.68 | 0.36 |
| Hex | 91 | 1D | 99 | 5 | 51 | 0 | 28 | 128 | 44 | 24 |
| Octal | 221 | 35 | 231 | 5 | 121 | 0 | 50 | 450 | 104 | 44 |
| Binary | 10010001 | 11101 | 10011001 | 101 | 1010001 | 0 | 101000 | 100101000 | 1000100 | 100100 |
Color Harmonies of #911D99
Complementary color
Monochromatic Colors of #911D99
Black with #911D99
Text Example
Text Example
White with #911D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911D99; }
p { color: rgb(145,29,153); }
H1.HeaderClassName
{
color: #911D99;
}
.AnyTagClassName
{
color: #911D99;
}
</style>
background-color css
<style>
a { background-color: #911D99; }
a { background-color: rgb(145,29,153); }
div.DivClassName
{
background-color: #911D99;
}
.BgClassName
{
background-color: #911D99;
}
</style>
border-color css
<style>
span { border-color: #911D99; }
span { border-color: rgb(145,29,153); }
td.TdClassName
{
border-color: #911D99;
}
.TagClassName
{
border-color: #911D99;
}
</style>