Shades of Dark Magenta #911792
Tints of Dark Magenta #911792
RGB
CMYK
RGB Variations
Color information
#911792 (or 0x911792) is known color: Dark Magenta. HEX triplet: 91, 17 and 92. RGB value is (145,23,146). Sum of RGB (Red+Green+Blue) = 145+23+146=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #911792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911792 is #6EE86D. Grayscale: #494949. Windows color (decimal): -7268462 or 9574289. OLE color: 9574289.
HSL color Cylindrical-coordinate representation of color #911792: hue angle of 299.51º 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 #911792 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 146 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.43 |
| HSL | 299.51º | 0.73% | 0.33% | - |
| HSV(B) | 299.51º | 0.84% | 0.57% | - |
| XYZ | 17.17 | 8.71 | 27.97 | - |
| YUV | 73.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 146 | 0.01 | 0.84 | 0 | 0.43 | 299.51 | 0.73 | 0.33 |
| Hex | 91 | 17 | 92 | 1 | 54 | 0 | 2B | 12C | 49 | 21 |
| Octal | 221 | 27 | 222 | 1 | 124 | 0 | 53 | 454 | 111 | 41 |
| Binary | 10010001 | 10111 | 10010010 | 1 | 1010100 | 0 | 101011 | 100101100 | 1001001 | 100001 |
Color Harmonies of #911792
Complementary color
Monochromatic Colors of #911792
Black with #911792
Text Example
Text Example
White with #911792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911792; }
p { color: rgb(145,23,146); }
H1.HeaderClassName
{
color: #911792;
}
.AnyTagClassName
{
color: #911792;
}
</style>
background-color css
<style>
a { background-color: #911792; }
a { background-color: rgb(145,23,146); }
div.DivClassName
{
background-color: #911792;
}
.BgClassName
{
background-color: #911792;
}
</style>
border-color css
<style>
span { border-color: #911792; }
span { border-color: rgb(145,23,146); }
td.TdClassName
{
border-color: #911792;
}
.TagClassName
{
border-color: #911792;
}
</style>