Shades of Dark Magenta #93058E
Tints of Dark Magenta #93058E
RGB
CMYK
RGB Variations
Color information
#93058E (or 0x93058E) is known color: Dark Magenta. HEX triplet: 93, 05 and 8E. RGB value is (147,5,142). Sum of RGB (Red+Green+Blue) = 147+5+142=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93058E is #6CFA71. Grayscale: #3E3E3E. Windows color (decimal): -7142002 or 9307539. OLE color: 9307539.
HSL color Cylindrical-coordinate representation of color #93058E: hue angle of 302.11º 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 #93058E is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 142 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.42 |
| HSL | 302.11º | 0.93% | 0.3% | - |
| HSV(B) | 302.11º | 0.97% | 0.58% | - |
| XYZ | 16.97 | 8.26 | 26.29 | - |
| YUV | 63.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 142 | 0 | 0.97 | 0.03 | 0.42 | 302.11 | 0.93 | 0.3 |
| Hex | 93 | 5 | 8E | 0 | 61 | 3 | 2A | 12E | 5D | 1E |
| Octal | 223 | 5 | 216 | 0 | 141 | 3 | 52 | 456 | 135 | 36 |
| Binary | 10010011 | 101 | 10001110 | 0 | 1100001 | 11 | 101010 | 100101110 | 1011101 | 11110 |
Color Harmonies of #93058E
Complementary color
Monochromatic Colors of #93058E
Black with #93058E
Text Example
Text Example
White with #93058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93058E; }
p { color: rgb(147,5,142); }
H1.HeaderClassName
{
color: #93058E;
}
.AnyTagClassName
{
color: #93058E;
}
</style>
background-color css
<style>
a { background-color: #93058E; }
a { background-color: rgb(147,5,142); }
div.DivClassName
{
background-color: #93058E;
}
.BgClassName
{
background-color: #93058E;
}
</style>
border-color css
<style>
span { border-color: #93058E; }
span { border-color: rgb(147,5,142); }
td.TdClassName
{
border-color: #93058E;
}
.TagClassName
{
border-color: #93058E;
}
</style>