Shades of Dark Magenta #931293
Tints of Dark Magenta #931293
RGB
CMYK
RGB Variations
Color information
#931293 (or 0x931293) is known color: Dark Magenta. HEX triplet: 93, 12 and 93. RGB value is (147,18,147). Sum of RGB (Red+Green+Blue) = 147+18+147=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #931293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931293 is #6CED6C. Grayscale: #464646. Windows color (decimal): -7138669 or 9638547. OLE color: 9638547.
HSL color Cylindrical-coordinate representation of color #931293: hue angle of 300º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931293 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 147 | - |
| CMYK | 0 | 0.88 | 0 | 0.42 |
| HSL | 300º | 0.78% | 0.32% | - |
| HSV(B) | 300º | 0.88% | 0.58% | - |
| XYZ | 17.52 | 8.74 | 28.37 | - |
| YUV | 71.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 147 | 0 | 0.88 | 0 | 0.42 | 300 | 0.78 | 0.32 |
| Hex | 93 | 12 | 93 | 0 | 58 | 0 | 2A | 12C | 4E | 20 |
| Octal | 223 | 22 | 223 | 0 | 130 | 0 | 52 | 454 | 116 | 40 |
| Binary | 10010011 | 10010 | 10010011 | 0 | 1011000 | 0 | 101010 | 100101100 | 1001110 | 100000 |
Color Harmonies of #931293
Complementary color
Monochromatic Colors of #931293
Black with #931293
Text Example
Text Example
White with #931293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931293; }
p { color: rgb(147,18,147); }
H1.HeaderClassName
{
color: #931293;
}
.AnyTagClassName
{
color: #931293;
}
</style>
background-color css
<style>
a { background-color: #931293; }
a { background-color: rgb(147,18,147); }
div.DivClassName
{
background-color: #931293;
}
.BgClassName
{
background-color: #931293;
}
</style>
border-color css
<style>
span { border-color: #931293; }
span { border-color: rgb(147,18,147); }
td.TdClassName
{
border-color: #931293;
}
.TagClassName
{
border-color: #931293;
}
</style>