Shades of Dark Magenta #93058A
Tints of Dark Magenta #93058A
RGB
CMYK
RGB Variations
Color information
#93058A (or 0x93058A) is known color: Dark Magenta. HEX triplet: 93, 05 and 8A. RGB value is (147,5,138). Sum of RGB (Red+Green+Blue) = 147+5+138=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93058A is #6CFA75. Grayscale: #3E3E3E. Windows color (decimal): -7142006 or 9045395. OLE color: 9045395.
HSL color Cylindrical-coordinate representation of color #93058A: hue angle of 303.8º 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 #93058A is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 138 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.42 |
| HSL | 303.8º | 0.93% | 0.3% | - |
| HSV(B) | 303.8º | 0.97% | 0.58% | - |
| XYZ | 16.67 | 8.15 | 24.74 | - |
| YUV | 62.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 138 | 0 | 0.97 | 0.06 | 0.42 | 303.8 | 0.93 | 0.3 |
| Hex | 93 | 5 | 8A | 0 | 61 | 6 | 2A | 130 | 5D | 1E |
| Octal | 223 | 5 | 212 | 0 | 141 | 6 | 52 | 460 | 135 | 36 |
| Binary | 10010011 | 101 | 10001010 | 0 | 1100001 | 110 | 101010 | 100110000 | 1011101 | 11110 |
Color Harmonies of #93058A
Complementary color
Monochromatic Colors of #93058A
Black with #93058A
Text Example
Text Example
White with #93058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93058A; }
p { color: rgb(147,5,138); }
H1.HeaderClassName
{
color: #93058A;
}
.AnyTagClassName
{
color: #93058A;
}
</style>
background-color css
<style>
a { background-color: #93058A; }
a { background-color: rgb(147,5,138); }
div.DivClassName
{
background-color: #93058A;
}
.BgClassName
{
background-color: #93058A;
}
</style>
border-color css
<style>
span { border-color: #93058A; }
span { border-color: rgb(147,5,138); }
td.TdClassName
{
border-color: #93058A;
}
.TagClassName
{
border-color: #93058A;
}
</style>