Shades of Dark Magenta #93057B
Tints of Dark Magenta #93057B
RGB
CMYK
RGB Variations
Color information
#93057B (or 0x93057B) is known color: Dark Magenta. HEX triplet: 93, 05 and 7B. RGB value is (147,5,123). Sum of RGB (Red+Green+Blue) = 147+5+123=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93057B is #6CFA84. Grayscale: #3C3C3C. Windows color (decimal): -7142021 or 8062355. OLE color: 8062355.
HSL color Cylindrical-coordinate representation of color #93057B: hue angle of 310.14º degrees, saturation: 0.93, 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 #93057B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.42 |
| HSL | 310.14º | 0.93% | 0.3% | - |
| HSV(B) | 310.14º | 0.97% | 0.58% | - |
| XYZ | 15.66 | 7.74 | 19.41 | - |
| YUV | 60.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 123 | 0 | 0.97 | 0.16 | 0.42 | 310.14 | 0.93 | 0.3 |
| Hex | 93 | 5 | 7B | 0 | 61 | 10 | 2A | 136 | 5D | 1E |
| Octal | 223 | 5 | 173 | 0 | 141 | 20 | 52 | 466 | 135 | 36 |
| Binary | 10010011 | 101 | 1111011 | 0 | 1100001 | 10000 | 101010 | 100110110 | 1011101 | 11110 |
Color Harmonies of #93057B
Complementary color
Monochromatic Colors of #93057B
Black with #93057B
Text Example
Text Example
White with #93057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93057B; }
p { color: rgb(147,5,123); }
H1.HeaderClassName
{
color: #93057B;
}
.AnyTagClassName
{
color: #93057B;
}
</style>
background-color css
<style>
a { background-color: #93057B; }
a { background-color: rgb(147,5,123); }
div.DivClassName
{
background-color: #93057B;
}
.BgClassName
{
background-color: #93057B;
}
</style>
border-color css
<style>
span { border-color: #93057B; }
span { border-color: rgb(147,5,123); }
td.TdClassName
{
border-color: #93057B;
}
.TagClassName
{
border-color: #93057B;
}
</style>