Shades of Dark Magenta #931691
Tints of Dark Magenta #931691
RGB
CMYK
RGB Variations
Color information
#931691 (or 0x931691) is known color: Dark Magenta. HEX triplet: 93, 16 and 91. RGB value is (147,22,145). Sum of RGB (Red+Green+Blue) = 147+22+145=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #931691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931691 is #6CE96E. Grayscale: #494949. Windows color (decimal): -7137647 or 9508499. OLE color: 9508499.
HSL color Cylindrical-coordinate representation of color #931691: hue angle of 300.96º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931691 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 145 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.42 |
| HSL | 300.96º | 0.74% | 0.33% | - |
| HSV(B) | 300.96º | 0.85% | 0.58% | - |
| XYZ | 17.43 | 8.82 | 27.57 | - |
| YUV | 73.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 145 | 0 | 0.85 | 0.01 | 0.42 | 300.96 | 0.74 | 0.33 |
| Hex | 93 | 16 | 91 | 0 | 55 | 1 | 2A | 12D | 4A | 21 |
| Octal | 223 | 26 | 221 | 0 | 125 | 1 | 52 | 455 | 112 | 41 |
| Binary | 10010011 | 10110 | 10010001 | 0 | 1010101 | 1 | 101010 | 100101101 | 1001010 | 100001 |
Color Harmonies of #931691
Complementary color
Monochromatic Colors of #931691
Black with #931691
Text Example
Text Example
White with #931691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931691; }
p { color: rgb(147,22,145); }
H1.HeaderClassName
{
color: #931691;
}
.AnyTagClassName
{
color: #931691;
}
</style>
background-color css
<style>
a { background-color: #931691; }
a { background-color: rgb(147,22,145); }
div.DivClassName
{
background-color: #931691;
}
.BgClassName
{
background-color: #931691;
}
</style>
border-color css
<style>
span { border-color: #931691; }
span { border-color: rgb(147,22,145); }
td.TdClassName
{
border-color: #931691;
}
.TagClassName
{
border-color: #931691;
}
</style>