Shades of Dark Magenta #931192
Tints of Dark Magenta #931192
RGB
CMYK
RGB Variations
Color information
#931192 (or 0x931192) is known color: Dark Magenta. HEX triplet: 93, 11 and 92. RGB value is (147,17,146). Sum of RGB (Red+Green+Blue) = 147+17+146=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #931192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931192 is #6CEE6D. Grayscale: #464646. Windows color (decimal): -7138926 or 9572755. OLE color: 9572755.
HSL color Cylindrical-coordinate representation of color #931192: hue angle of 300.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931192 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 146 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.42 |
| HSL | 300.46º | 0.79% | 0.32% | - |
| HSV(B) | 300.46º | 0.88% | 0.58% | - |
| XYZ | 17.42 | 8.68 | 27.95 | - |
| YUV | 70.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 146 | 0 | 0.88 | 0.01 | 0.42 | 300.46 | 0.79 | 0.32 |
| Hex | 93 | 11 | 92 | 0 | 58 | 1 | 2A | 12C | 4F | 20 |
| Octal | 223 | 21 | 222 | 0 | 130 | 1 | 52 | 454 | 117 | 40 |
| Binary | 10010011 | 10001 | 10010010 | 0 | 1011000 | 1 | 101010 | 100101100 | 1001111 | 100000 |
Color Harmonies of #931192
Complementary color
Monochromatic Colors of #931192
Black with #931192
Text Example
Text Example
White with #931192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931192; }
p { color: rgb(147,17,146); }
H1.HeaderClassName
{
color: #931192;
}
.AnyTagClassName
{
color: #931192;
}
</style>
background-color css
<style>
a { background-color: #931192; }
a { background-color: rgb(147,17,146); }
div.DivClassName
{
background-color: #931192;
}
.BgClassName
{
background-color: #931192;
}
</style>
border-color css
<style>
span { border-color: #931192; }
span { border-color: rgb(147,17,146); }
td.TdClassName
{
border-color: #931192;
}
.TagClassName
{
border-color: #931192;
}
</style>