Shades of Dark Magenta #93089E
Tints of Dark Magenta #93089E
RGB
CMYK
RGB Variations
Color information
#93089E (or 0x93089E) is known color: Dark Magenta. HEX triplet: 93, 08 and 9E. RGB value is (147,8,158). Sum of RGB (Red+Green+Blue) = 147+8+158=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #93089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93089E is #6CF761. Grayscale: #424242. Windows color (decimal): -7141218 or 10356883. OLE color: 10356883.
HSL color Cylindrical-coordinate representation of color #93089E: hue angle of 295.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93089E is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 8 | 158 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.38 |
| HSL | 295.6º | 0.9% | 0.33% | - |
| HSV(B) | 295.6º | 0.95% | 0.62% | - |
| XYZ | 18.29 | 8.85 | 33.09 | - |
| YUV | 66.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 158 | 0.07 | 0.95 | 0 | 0.38 | 295.6 | 0.9 | 0.33 |
| Hex | 93 | 8 | 9E | 7 | 5F | 0 | 26 | 128 | 5A | 21 |
| Octal | 223 | 10 | 236 | 7 | 137 | 0 | 46 | 450 | 132 | 41 |
| Binary | 10010011 | 1000 | 10011110 | 111 | 1011111 | 0 | 100110 | 100101000 | 1011010 | 100001 |
Color Harmonies of #93089E
Complementary color
Monochromatic Colors of #93089E
Black with #93089E
Text Example
Text Example
White with #93089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93089E; }
p { color: rgb(147,8,158); }
H1.HeaderClassName
{
color: #93089E;
}
.AnyTagClassName
{
color: #93089E;
}
</style>
background-color css
<style>
a { background-color: #93089E; }
a { background-color: rgb(147,8,158); }
div.DivClassName
{
background-color: #93089E;
}
.BgClassName
{
background-color: #93089E;
}
</style>
border-color css
<style>
span { border-color: #93089E; }
span { border-color: rgb(147,8,158); }
td.TdClassName
{
border-color: #93089E;
}
.TagClassName
{
border-color: #93089E;
}
</style>