Shades of Dark Magenta #911790
Tints of Dark Magenta #911790
RGB
CMYK
RGB Variations
Color information
#911790 (or 0x911790) is known color: Dark Magenta. HEX triplet: 91, 17 and 90. RGB value is (145,23,144). Sum of RGB (Red+Green+Blue) = 145+23+144=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #911790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911790 is #6EE86F. Grayscale: #484848. Windows color (decimal): -7268464 or 9443217. OLE color: 9443217.
HSL color Cylindrical-coordinate representation of color #911790: hue angle of 300.49º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911790 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 144 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.43 |
| HSL | 300.49º | 0.73% | 0.33% | - |
| HSV(B) | 300.49º | 0.84% | 0.57% | - |
| XYZ | 17.02 | 8.65 | 27.16 | - |
| YUV | 73.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 144 | 0 | 0.84 | 0.01 | 0.43 | 300.49 | 0.73 | 0.33 |
| Hex | 91 | 17 | 90 | 0 | 54 | 1 | 2B | 12C | 49 | 21 |
| Octal | 221 | 27 | 220 | 0 | 124 | 1 | 53 | 454 | 111 | 41 |
| Binary | 10010001 | 10111 | 10010000 | 0 | 1010100 | 1 | 101011 | 100101100 | 1001001 | 100001 |
Color Harmonies of #911790
Complementary color
Monochromatic Colors of #911790
Black with #911790
Text Example
Text Example
White with #911790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911790; }
p { color: rgb(145,23,144); }
H1.HeaderClassName
{
color: #911790;
}
.AnyTagClassName
{
color: #911790;
}
</style>
background-color css
<style>
a { background-color: #911790; }
a { background-color: rgb(145,23,144); }
div.DivClassName
{
background-color: #911790;
}
.BgClassName
{
background-color: #911790;
}
</style>
border-color css
<style>
span { border-color: #911790; }
span { border-color: rgb(145,23,144); }
td.TdClassName
{
border-color: #911790;
}
.TagClassName
{
border-color: #911790;
}
</style>