Shades of Dark Magenta #931999
Tints of Dark Magenta #931999
RGB
CMYK
RGB Variations
Color information
#931999 (or 0x931999) is known color: Dark Magenta. HEX triplet: 93, 19 and 99. RGB value is (147,25,153). Sum of RGB (Red+Green+Blue) = 147+25+153=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #931999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931999 is #6CE666. Grayscale: #4B4B4B. Windows color (decimal): -7136871 or 10033555. OLE color: 10033555.
HSL color Cylindrical-coordinate representation of color #931999: hue angle of 297.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931999 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 25 | 153 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.4 |
| HSL | 297.19º | 0.72% | 0.35% | - |
| HSV(B) | 297.19º | 0.84% | 0.6% | - |
| XYZ | 18.13 | 9.2 | 30.96 | - |
| YUV | 76.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 153 | 0.04 | 0.84 | 0 | 0.4 | 297.19 | 0.72 | 0.35 |
| Hex | 93 | 19 | 99 | 4 | 54 | 0 | 28 | 129 | 48 | 23 |
| Octal | 223 | 31 | 231 | 4 | 124 | 0 | 50 | 451 | 110 | 43 |
| Binary | 10010011 | 11001 | 10011001 | 100 | 1010100 | 0 | 101000 | 100101001 | 1001000 | 100011 |
Color Harmonies of #931999
Complementary color
Monochromatic Colors of #931999
Black with #931999
Text Example
Text Example
White with #931999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931999; }
p { color: rgb(147,25,153); }
H1.HeaderClassName
{
color: #931999;
}
.AnyTagClassName
{
color: #931999;
}
</style>
background-color css
<style>
a { background-color: #931999; }
a { background-color: rgb(147,25,153); }
div.DivClassName
{
background-color: #931999;
}
.BgClassName
{
background-color: #931999;
}
</style>
border-color css
<style>
span { border-color: #931999; }
span { border-color: rgb(147,25,153); }
td.TdClassName
{
border-color: #931999;
}
.TagClassName
{
border-color: #931999;
}
</style>