Shades of Dark Magenta #931890
Tints of Dark Magenta #931890
RGB
CMYK
RGB Variations
Color information
#931890 (or 0x931890) is known color: Dark Magenta. HEX triplet: 93, 18 and 90. RGB value is (147,24,144). Sum of RGB (Red+Green+Blue) = 147+24+144=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #931890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931890 is #6CE76F. Grayscale: #4A4A4A. Windows color (decimal): -7137136 or 9443475. OLE color: 9443475.
HSL color Cylindrical-coordinate representation of color #931890: hue angle of 301.46º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931890 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 24 | 144 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.42 |
| HSL | 301.46º | 0.72% | 0.34% | - |
| HSV(B) | 301.46º | 0.84% | 0.58% | - |
| XYZ | 17.39 | 8.87 | 27.18 | - |
| YUV | 74.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 144 | 0 | 0.84 | 0.02 | 0.42 | 301.46 | 0.72 | 0.34 |
| Hex | 93 | 18 | 90 | 0 | 54 | 2 | 2A | 12D | 48 | 22 |
| Octal | 223 | 30 | 220 | 0 | 124 | 2 | 52 | 455 | 110 | 42 |
| Binary | 10010011 | 11000 | 10010000 | 0 | 1010100 | 10 | 101010 | 100101101 | 1001000 | 100010 |
Color Harmonies of #931890
Complementary color
Monochromatic Colors of #931890
Black with #931890
Text Example
Text Example
White with #931890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931890; }
p { color: rgb(147,24,144); }
H1.HeaderClassName
{
color: #931890;
}
.AnyTagClassName
{
color: #931890;
}
</style>
background-color css
<style>
a { background-color: #931890; }
a { background-color: rgb(147,24,144); }
div.DivClassName
{
background-color: #931890;
}
.BgClassName
{
background-color: #931890;
}
</style>
border-color css
<style>
span { border-color: #931890; }
span { border-color: rgb(147,24,144); }
td.TdClassName
{
border-color: #931890;
}
.TagClassName
{
border-color: #931890;
}
</style>