Shades of Dark Magenta #911A90
Tints of Dark Magenta #911A90
RGB
CMYK
RGB Variations
Color information
#911A90 (or 0x911A90) is known color: Dark Magenta. HEX triplet: 91, 1A and 90. RGB value is (145,26,144). Sum of RGB (Red+Green+Blue) = 145+26+144=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #911A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911A90 is #6EE56F. Grayscale: #4A4A4A. Windows color (decimal): -7267696 or 9443985. OLE color: 9443985.
HSL color Cylindrical-coordinate representation of color #911A90: hue angle of 300.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A90 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 144 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.43 |
| HSL | 300.5º | 0.7% | 0.34% | - |
| HSV(B) | 300.5º | 0.82% | 0.57% | - |
| XYZ | 17.08 | 8.77 | 27.18 | - |
| YUV | 75.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 144 | 0 | 0.82 | 0.01 | 0.43 | 300.5 | 0.7 | 0.34 |
| Hex | 91 | 1A | 90 | 0 | 52 | 1 | 2B | 12D | 46 | 22 |
| Octal | 221 | 32 | 220 | 0 | 122 | 1 | 53 | 455 | 106 | 42 |
| Binary | 10010001 | 11010 | 10010000 | 0 | 1010010 | 1 | 101011 | 100101101 | 1000110 | 100010 |
Color Harmonies of #911A90
Complementary color
Monochromatic Colors of #911A90
Black with #911A90
Text Example
Text Example
White with #911A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A90; }
p { color: rgb(145,26,144); }
H1.HeaderClassName
{
color: #911A90;
}
.AnyTagClassName
{
color: #911A90;
}
</style>
background-color css
<style>
a { background-color: #911A90; }
a { background-color: rgb(145,26,144); }
div.DivClassName
{
background-color: #911A90;
}
.BgClassName
{
background-color: #911A90;
}
</style>
border-color css
<style>
span { border-color: #911A90; }
span { border-color: rgb(145,26,144); }
td.TdClassName
{
border-color: #911A90;
}
.TagClassName
{
border-color: #911A90;
}
</style>