Shades of Dark Magenta #93059A
Tints of Dark Magenta #93059A
RGB
CMYK
RGB Variations
Color information
#93059A (or 0x93059A) is known color: Dark Magenta. HEX triplet: 93, 05 and 9A. RGB value is (147,5,154). Sum of RGB (Red+Green+Blue) = 147+5+154=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #93059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93059A is #6CFA65. Grayscale: #3F3F3F. Windows color (decimal): -7141990 or 10093971. OLE color: 10093971.
HSL color Cylindrical-coordinate representation of color #93059A: hue angle of 297.18º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93059A is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 5 | 154 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.40 |
| HSL | 297.18º | 0.94% | 0.31% | - |
| HSV(B) | 297.18º | 0.97% | 0.6% | - |
| XYZ | 17.92 | 8.64 | 31.3 | - |
| YUV | 64.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 154 | 0.05 | 0.97 | 0 | 0.40 | 297.18 | 0.94 | 0.31 |
| Hex | 93 | 5 | 9A | 5 | 61 | 0 | 28 | 129 | 5E | 1F |
| Octal | 223 | 5 | 232 | 5 | 141 | 0 | 50 | 451 | 136 | 37 |
| Binary | 10010011 | 101 | 10011010 | 101 | 1100001 | 0 | 101000 | 100101001 | 1011110 | 11111 |
Color Harmonies of #93059A
Complementary color
Monochromatic Colors of #93059A
Black with #93059A
Text Example
Text Example
White with #93059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93059A; }
p { color: rgb(147,5,154); }
H1.HeaderClassName
{
color: #93059A;
}
.AnyTagClassName
{
color: #93059A;
}
</style>
background-color css
<style>
a { background-color: #93059A; }
a { background-color: rgb(147,5,154); }
div.DivClassName
{
background-color: #93059A;
}
.BgClassName
{
background-color: #93059A;
}
</style>
border-color css
<style>
span { border-color: #93059A; }
span { border-color: rgb(147,5,154); }
td.TdClassName
{
border-color: #93059A;
}
.TagClassName
{
border-color: #93059A;
}
</style>