Shades of Dark Magenta #931996
Tints of Dark Magenta #931996
RGB
CMYK
RGB Variations
Color information
#931996 (or 0x931996) is known color: Dark Magenta. HEX triplet: 93, 19 and 96. RGB value is (147,25,150). Sum of RGB (Red+Green+Blue) = 147+25+150=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #931996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931996 is #6CE669. Grayscale: #4B4B4B. Windows color (decimal): -7136874 or 9836947. OLE color: 9836947.
HSL color Cylindrical-coordinate representation of color #931996: hue angle of 298.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931996 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 25 | 150 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.41 |
| HSL | 298.56º | 0.71% | 0.34% | - |
| HSV(B) | 298.56º | 0.83% | 0.59% | - |
| XYZ | 17.89 | 9.1 | 29.67 | - |
| YUV | 75.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 150 | 0.02 | 0.83 | 0 | 0.41 | 298.56 | 0.71 | 0.34 |
| Hex | 93 | 19 | 96 | 2 | 53 | 0 | 29 | 12B | 47 | 22 |
| Octal | 223 | 31 | 226 | 2 | 123 | 0 | 51 | 453 | 107 | 42 |
| Binary | 10010011 | 11001 | 10010110 | 10 | 1010011 | 0 | 101001 | 100101011 | 1000111 | 100010 |
Color Harmonies of #931996
Complementary color
Monochromatic Colors of #931996
Black with #931996
Text Example
Text Example
White with #931996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931996; }
p { color: rgb(147,25,150); }
H1.HeaderClassName
{
color: #931996;
}
.AnyTagClassName
{
color: #931996;
}
</style>
background-color css
<style>
a { background-color: #931996; }
a { background-color: rgb(147,25,150); }
div.DivClassName
{
background-color: #931996;
}
.BgClassName
{
background-color: #931996;
}
</style>
border-color css
<style>
span { border-color: #931996; }
span { border-color: rgb(147,25,150); }
td.TdClassName
{
border-color: #931996;
}
.TagClassName
{
border-color: #931996;
}
</style>