Shades of Dark Magenta #93099E
Tints of Dark Magenta #93099E
RGB
CMYK
RGB Variations
Color information
#93099E (or 0x93099E) is known color: Dark Magenta. HEX triplet: 93, 09 and 9E. RGB value is (147,9,158). Sum of RGB (Red+Green+Blue) = 147+9+158=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #93099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93099E is #6CF661. Grayscale: #424242. Windows color (decimal): -7140962 or 10357139. OLE color: 10357139.
HSL color Cylindrical-coordinate representation of color #93099E: hue angle of 295.57º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93099E is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 9 | 158 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.38 |
| HSL | 295.57º | 0.89% | 0.33% | - |
| HSV(B) | 295.57º | 0.94% | 0.62% | - |
| XYZ | 18.3 | 8.87 | 33.09 | - |
| YUV | 67.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 158 | 0.07 | 0.94 | 0 | 0.38 | 295.57 | 0.89 | 0.33 |
| Hex | 93 | 9 | 9E | 7 | 5E | 0 | 26 | 128 | 59 | 21 |
| Octal | 223 | 11 | 236 | 7 | 136 | 0 | 46 | 450 | 131 | 41 |
| Binary | 10010011 | 1001 | 10011110 | 111 | 1011110 | 0 | 100110 | 100101000 | 1011001 | 100001 |
Color Harmonies of #93099E
Complementary color
Monochromatic Colors of #93099E
Black with #93099E
Text Example
Text Example
White with #93099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93099E; }
p { color: rgb(147,9,158); }
H1.HeaderClassName
{
color: #93099E;
}
.AnyTagClassName
{
color: #93099E;
}
</style>
background-color css
<style>
a { background-color: #93099E; }
a { background-color: rgb(147,9,158); }
div.DivClassName
{
background-color: #93099E;
}
.BgClassName
{
background-color: #93099E;
}
</style>
border-color css
<style>
span { border-color: #93099E; }
span { border-color: rgb(147,9,158); }
td.TdClassName
{
border-color: #93099E;
}
.TagClassName
{
border-color: #93099E;
}
</style>