Shades of Dark Magenta #93047B
Tints of Dark Magenta #93047B
RGB
CMYK
RGB Variations
Color information
#93047B (or 0x93047B) is known color: Dark Magenta. HEX triplet: 93, 04 and 7B. RGB value is (147,4,123). Sum of RGB (Red+Green+Blue) = 147+4+123=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93047B is #6CFB84. Grayscale: #3B3B3B. Windows color (decimal): -7142277 or 8062099. OLE color: 8062099.
HSL color Cylindrical-coordinate representation of color #93047B: hue angle of 310.07º 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 #93047B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.42 |
| HSL | 310.07º | 0.95% | 0.3% | - |
| HSV(B) | 310.07º | 0.97% | 0.58% | - |
| XYZ | 15.65 | 7.72 | 19.4 | - |
| YUV | 60.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 123 | 0 | 0.97 | 0.16 | 0.42 | 310.07 | 0.95 | 0.3 |
| Hex | 93 | 4 | 7B | 0 | 61 | 10 | 2A | 136 | 5F | 1E |
| Octal | 223 | 4 | 173 | 0 | 141 | 20 | 52 | 466 | 137 | 36 |
| Binary | 10010011 | 100 | 1111011 | 0 | 1100001 | 10000 | 101010 | 100110110 | 1011111 | 11110 |
Color Harmonies of #93047B
Complementary color
Monochromatic Colors of #93047B
Black with #93047B
Text Example
Text Example
White with #93047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93047B; }
p { color: rgb(147,4,123); }
H1.HeaderClassName
{
color: #93047B;
}
.AnyTagClassName
{
color: #93047B;
}
</style>
background-color css
<style>
a { background-color: #93047B; }
a { background-color: rgb(147,4,123); }
div.DivClassName
{
background-color: #93047B;
}
.BgClassName
{
background-color: #93047B;
}
</style>
border-color css
<style>
span { border-color: #93047B; }
span { border-color: rgb(147,4,123); }
td.TdClassName
{
border-color: #93047B;
}
.TagClassName
{
border-color: #93047B;
}
</style>