Shades of Dark Magenta #93047C
Tints of Dark Magenta #93047C
RGB
CMYK
RGB Variations
Color information
#93047C (or 0x93047C) is known color: Dark Magenta. HEX triplet: 93, 04 and 7C. RGB value is (147,4,124). Sum of RGB (Red+Green+Blue) = 147+4+124=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93047C is #6CFB83. Grayscale: #3C3C3C. Windows color (decimal): -7142276 or 8127635. OLE color: 8127635.
HSL color Cylindrical-coordinate representation of color #93047C: hue angle of 309.65º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93047C is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 124 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.42 |
| HSL | 309.65º | 0.95% | 0.3% | - |
| HSV(B) | 309.65º | 0.97% | 0.58% | - |
| XYZ | 15.71 | 7.75 | 19.74 | - |
| YUV | 60.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 124 | 0 | 0.97 | 0.16 | 0.42 | 309.65 | 0.95 | 0.3 |
| Hex | 93 | 4 | 7C | 0 | 61 | 10 | 2A | 136 | 5F | 1E |
| Octal | 223 | 4 | 174 | 0 | 141 | 20 | 52 | 466 | 137 | 36 |
| Binary | 10010011 | 100 | 1111100 | 0 | 1100001 | 10000 | 101010 | 100110110 | 1011111 | 11110 |
Color Harmonies of #93047C
Complementary color
Monochromatic Colors of #93047C
Black with #93047C
Text Example
Text Example
White with #93047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93047C; }
p { color: rgb(147,4,124); }
H1.HeaderClassName
{
color: #93047C;
}
.AnyTagClassName
{
color: #93047C;
}
</style>
background-color css
<style>
a { background-color: #93047C; }
a { background-color: rgb(147,4,124); }
div.DivClassName
{
background-color: #93047C;
}
.BgClassName
{
background-color: #93047C;
}
</style>
border-color css
<style>
span { border-color: #93047C; }
span { border-color: rgb(147,4,124); }
td.TdClassName
{
border-color: #93047C;
}
.TagClassName
{
border-color: #93047C;
}
</style>