Shades of Dark Magenta #93037A
Tints of Dark Magenta #93037A
RGB
CMYK
RGB Variations
Color information
#93037A (or 0x93037A) is known color: Dark Magenta. HEX triplet: 93, 03 and 7A. RGB value is (147,3,122). Sum of RGB (Red+Green+Blue) = 147+3+122=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93037A is #6CFC85. Grayscale: #3B3B3B. Windows color (decimal): -7142534 or 7996307. OLE color: 7996307.
HSL color Cylindrical-coordinate representation of color #93037A: hue angle of 310.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93037A is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.42 |
| HSL | 310.42º | 0.96% | 0.29% | - |
| HSV(B) | 310.42º | 0.98% | 0.58% | - |
| XYZ | 15.58 | 7.67 | 19.07 | - |
| YUV | 59.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 122 | 0 | 0.98 | 0.17 | 0.42 | 310.42 | 0.96 | 0.29 |
| Hex | 93 | 3 | 7A | 0 | 62 | 11 | 2A | 136 | 60 | 1D |
| Octal | 223 | 3 | 172 | 0 | 142 | 21 | 52 | 466 | 140 | 35 |
| Binary | 10010011 | 11 | 1111010 | 0 | 1100010 | 10001 | 101010 | 100110110 | 1100000 | 11101 |
Color Harmonies of #93037A
Complementary color
Monochromatic Colors of #93037A
Black with #93037A
Text Example
Text Example
White with #93037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93037A; }
p { color: rgb(147,3,122); }
H1.HeaderClassName
{
color: #93037A;
}
.AnyTagClassName
{
color: #93037A;
}
</style>
background-color css
<style>
a { background-color: #93037A; }
a { background-color: rgb(147,3,122); }
div.DivClassName
{
background-color: #93037A;
}
.BgClassName
{
background-color: #93037A;
}
</style>
border-color css
<style>
span { border-color: #93037A; }
span { border-color: rgb(147,3,122); }
td.TdClassName
{
border-color: #93037A;
}
.TagClassName
{
border-color: #93037A;
}
</style>