Shades of Dark Magenta #93097E
Tints of Dark Magenta #93097E
RGB
CMYK
RGB Variations
Color information
#93097E (or 0x93097E) is known color: Dark Magenta. HEX triplet: 93, 09 and 7E. RGB value is (147,9,126). Sum of RGB (Red+Green+Blue) = 147+9+126=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #93097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097E is #6CF681. Grayscale: #3F3F3F. Windows color (decimal): -7140994 or 8259987. OLE color: 8259987.
HSL color Cylindrical-coordinate representation of color #93097E: hue angle of 309.13º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93097E is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 126 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.42 |
| HSL | 309.13º | 0.88% | 0.31% | - |
| HSV(B) | 309.13º | 0.94% | 0.58% | - |
| XYZ | 15.9 | 7.9 | 20.43 | - |
| YUV | 63.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 126 | 0 | 0.94 | 0.14 | 0.42 | 309.13 | 0.88 | 0.31 |
| Hex | 93 | 9 | 7E | 0 | 5E | E | 2A | 135 | 58 | 1F |
| Octal | 223 | 11 | 176 | 0 | 136 | 16 | 52 | 465 | 130 | 37 |
| Binary | 10010011 | 1001 | 1111110 | 0 | 1011110 | 1110 | 101010 | 100110101 | 1011000 | 11111 |
Color Harmonies of #93097E
Complementary color
Monochromatic Colors of #93097E
Black with #93097E
Text Example
Text Example
White with #93097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93097E; }
p { color: rgb(147,9,126); }
H1.HeaderClassName
{
color: #93097E;
}
.AnyTagClassName
{
color: #93097E;
}
</style>
background-color css
<style>
a { background-color: #93097E; }
a { background-color: rgb(147,9,126); }
div.DivClassName
{
background-color: #93097E;
}
.BgClassName
{
background-color: #93097E;
}
</style>
border-color css
<style>
span { border-color: #93097E; }
span { border-color: rgb(147,9,126); }
td.TdClassName
{
border-color: #93097E;
}
.TagClassName
{
border-color: #93097E;
}
</style>