Shades of Dark Magenta #93039A
Tints of Dark Magenta #93039A
RGB
CMYK
RGB Variations
Color information
#93039A (or 0x93039A) is known color: Dark Magenta. HEX triplet: 93, 03 and 9A. RGB value is (147,3,154). Sum of RGB (Red+Green+Blue) = 147+3+154=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #93039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93039A is #6CFC65. Grayscale: #3E3E3E. Windows color (decimal): -7142502 or 10093459. OLE color: 10093459.
HSL color Cylindrical-coordinate representation of color #93039A: hue angle of 297.22º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93039A is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 3 | 154 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.40 |
| HSL | 297.22º | 0.96% | 0.31% | - |
| HSV(B) | 297.22º | 0.98% | 0.6% | - |
| XYZ | 17.9 | 8.6 | 31.29 | - |
| YUV | 63.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 154 | 0.05 | 0.98 | 0 | 0.40 | 297.22 | 0.96 | 0.31 |
| Hex | 93 | 3 | 9A | 5 | 62 | 0 | 28 | 129 | 60 | 1F |
| Octal | 223 | 3 | 232 | 5 | 142 | 0 | 50 | 451 | 140 | 37 |
| Binary | 10010011 | 11 | 10011010 | 101 | 1100010 | 0 | 101000 | 100101001 | 1100000 | 11111 |
Color Harmonies of #93039A
Complementary color
Monochromatic Colors of #93039A
Black with #93039A
Text Example
Text Example
White with #93039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93039A; }
p { color: rgb(147,3,154); }
H1.HeaderClassName
{
color: #93039A;
}
.AnyTagClassName
{
color: #93039A;
}
</style>
background-color css
<style>
a { background-color: #93039A; }
a { background-color: rgb(147,3,154); }
div.DivClassName
{
background-color: #93039A;
}
.BgClassName
{
background-color: #93039A;
}
</style>
border-color css
<style>
span { border-color: #93039A; }
span { border-color: rgb(147,3,154); }
td.TdClassName
{
border-color: #93039A;
}
.TagClassName
{
border-color: #93039A;
}
</style>