Shades of Dark Magenta #931093
Tints of Dark Magenta #931093
RGB
CMYK
RGB Variations
Color information
#931093 (or 0x931093) is known color: Dark Magenta. HEX triplet: 93, 10 and 93. RGB value is (147,16,147). Sum of RGB (Red+Green+Blue) = 147+16+147=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #931093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931093 is #6CEF6C. Grayscale: #454545. Windows color (decimal): -7139181 or 9638035. OLE color: 9638035.
HSL color Cylindrical-coordinate representation of color #931093: hue angle of 300º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931093 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 147 | - |
| CMYK | 0 | 0.89 | 0 | 0.42 |
| HSL | 300º | 0.8% | 0.32% | - |
| HSV(B) | 300º | 0.89% | 0.58% | - |
| XYZ | 17.48 | 8.68 | 28.36 | - |
| YUV | 70.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 147 | 0 | 0.89 | 0 | 0.42 | 300 | 0.8 | 0.32 |
| Hex | 93 | 10 | 93 | 0 | 59 | 0 | 2A | 12C | 50 | 20 |
| Octal | 223 | 20 | 223 | 0 | 131 | 0 | 52 | 454 | 120 | 40 |
| Binary | 10010011 | 10000 | 10010011 | 0 | 1011001 | 0 | 101010 | 100101100 | 1010000 | 100000 |
Color Harmonies of #931093
Complementary color
Monochromatic Colors of #931093
Black with #931093
Text Example
Text Example
White with #931093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931093; }
p { color: rgb(147,16,147); }
H1.HeaderClassName
{
color: #931093;
}
.AnyTagClassName
{
color: #931093;
}
</style>
background-color css
<style>
a { background-color: #931093; }
a { background-color: rgb(147,16,147); }
div.DivClassName
{
background-color: #931093;
}
.BgClassName
{
background-color: #931093;
}
</style>
border-color css
<style>
span { border-color: #931093; }
span { border-color: rgb(147,16,147); }
td.TdClassName
{
border-color: #931093;
}
.TagClassName
{
border-color: #931093;
}
</style>