Shades of Dark Magenta #931995
Tints of Dark Magenta #931995
RGB
CMYK
RGB Variations
Color information
#931995 (or 0x931995) is known color: Dark Magenta. HEX triplet: 93, 19 and 95. RGB value is (147,25,149). Sum of RGB (Red+Green+Blue) = 147+25+149=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #931995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931995 is #6CE66A. Grayscale: #4B4B4B. Windows color (decimal): -7136875 or 9771411. OLE color: 9771411.
HSL color Cylindrical-coordinate representation of color #931995: hue angle of 299.03º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931995 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 149 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.42 |
| HSL | 299.03º | 0.71% | 0.34% | - |
| HSV(B) | 299.03º | 0.83% | 0.58% | - |
| XYZ | 17.81 | 9.07 | 29.25 | - |
| YUV | 75.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 149 | 0.01 | 0.83 | 0 | 0.42 | 299.03 | 0.71 | 0.34 |
| Hex | 93 | 19 | 95 | 1 | 53 | 0 | 2A | 12B | 47 | 22 |
| Octal | 223 | 31 | 225 | 1 | 123 | 0 | 52 | 453 | 107 | 42 |
| Binary | 10010011 | 11001 | 10010101 | 1 | 1010011 | 0 | 101010 | 100101011 | 1000111 | 100010 |
Color Harmonies of #931995
Complementary color
Monochromatic Colors of #931995
Black with #931995
Text Example
Text Example
White with #931995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931995; }
p { color: rgb(147,25,149); }
H1.HeaderClassName
{
color: #931995;
}
.AnyTagClassName
{
color: #931995;
}
</style>
background-color css
<style>
a { background-color: #931995; }
a { background-color: rgb(147,25,149); }
div.DivClassName
{
background-color: #931995;
}
.BgClassName
{
background-color: #931995;
}
</style>
border-color css
<style>
span { border-color: #931995; }
span { border-color: rgb(147,25,149); }
td.TdClassName
{
border-color: #931995;
}
.TagClassName
{
border-color: #931995;
}
</style>