Shades of Dark Magenta #93059C
Tints of Dark Magenta #93059C
RGB
CMYK
RGB Variations
Color information
#93059C (or 0x93059C) is known color: Dark Magenta. HEX triplet: 93, 05 and 9C. RGB value is (147,5,156). Sum of RGB (Red+Green+Blue) = 147+5+156=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #93059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93059C is #6CFA63. Grayscale: #404040. Windows color (decimal): -7141988 or 10225043. OLE color: 10225043.
HSL color Cylindrical-coordinate representation of color #93059C: hue angle of 296.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93059C is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 5 | 156 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.39 |
| HSL | 296.42º | 0.94% | 0.32% | - |
| HSV(B) | 296.42º | 0.97% | 0.61% | - |
| XYZ | 18.09 | 8.71 | 32.18 | - |
| YUV | 64.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 156 | 0.06 | 0.97 | 0 | 0.39 | 296.42 | 0.94 | 0.32 |
| Hex | 93 | 5 | 9C | 6 | 61 | 0 | 27 | 128 | 5E | 20 |
| Octal | 223 | 5 | 234 | 6 | 141 | 0 | 47 | 450 | 136 | 40 |
| Binary | 10010011 | 101 | 10011100 | 110 | 1100001 | 0 | 100111 | 100101000 | 1011110 | 100000 |
Color Harmonies of #93059C
Complementary color
Monochromatic Colors of #93059C
Black with #93059C
Text Example
Text Example
White with #93059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93059C; }
p { color: rgb(147,5,156); }
H1.HeaderClassName
{
color: #93059C;
}
.AnyTagClassName
{
color: #93059C;
}
</style>
background-color css
<style>
a { background-color: #93059C; }
a { background-color: rgb(147,5,156); }
div.DivClassName
{
background-color: #93059C;
}
.BgClassName
{
background-color: #93059C;
}
</style>
border-color css
<style>
span { border-color: #93059C; }
span { border-color: rgb(147,5,156); }
td.TdClassName
{
border-color: #93059C;
}
.TagClassName
{
border-color: #93059C;
}
</style>