Shades of Dark Magenta #93059D
Tints of Dark Magenta #93059D
RGB
CMYK
RGB Variations
Color information
#93059D (or 0x93059D) is known color: Dark Magenta. HEX triplet: 93, 05 and 9D. RGB value is (147,5,157). Sum of RGB (Red+Green+Blue) = 147+5+157=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #93059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93059D is #6CFA62. Grayscale: #404040. Windows color (decimal): -7141987 or 10290579. OLE color: 10290579.
HSL color Cylindrical-coordinate representation of color #93059D: hue angle of 296.05º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93059D is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 5 | 157 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.38 |
| HSL | 296.05º | 0.94% | 0.32% | - |
| HSV(B) | 296.05º | 0.97% | 0.62% | - |
| XYZ | 18.17 | 8.75 | 32.63 | - |
| YUV | 64.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 157 | 0.06 | 0.97 | 0 | 0.38 | 296.05 | 0.94 | 0.32 |
| Hex | 93 | 5 | 9D | 6 | 61 | 0 | 26 | 128 | 5E | 20 |
| Octal | 223 | 5 | 235 | 6 | 141 | 0 | 46 | 450 | 136 | 40 |
| Binary | 10010011 | 101 | 10011101 | 110 | 1100001 | 0 | 100110 | 100101000 | 1011110 | 100000 |
Color Harmonies of #93059D
Complementary color
Monochromatic Colors of #93059D
Black with #93059D
Text Example
Text Example
White with #93059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93059D; }
p { color: rgb(147,5,157); }
H1.HeaderClassName
{
color: #93059D;
}
.AnyTagClassName
{
color: #93059D;
}
</style>
background-color css
<style>
a { background-color: #93059D; }
a { background-color: rgb(147,5,157); }
div.DivClassName
{
background-color: #93059D;
}
.BgClassName
{
background-color: #93059D;
}
</style>
border-color css
<style>
span { border-color: #93059D; }
span { border-color: rgb(147,5,157); }
td.TdClassName
{
border-color: #93059D;
}
.TagClassName
{
border-color: #93059D;
}
</style>