Shades of Dark Magenta #93099B
Tints of Dark Magenta #93099B
RGB
CMYK
RGB Variations
Color information
#93099B (or 0x93099B) is known color: Dark Magenta. HEX triplet: 93, 09 and 9B. RGB value is (147,9,155). Sum of RGB (Red+Green+Blue) = 147+9+155=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #93099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93099B is #6CF664. Grayscale: #424242. Windows color (decimal): -7140965 or 10160531. OLE color: 10160531.
HSL color Cylindrical-coordinate representation of color #93099B: hue angle of 296.71º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93099B is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 9 | 155 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.39 |
| HSL | 296.71º | 0.89% | 0.32% | - |
| HSV(B) | 296.71º | 0.94% | 0.61% | - |
| XYZ | 18.05 | 8.76 | 31.75 | - |
| YUV | 66.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 155 | 0.05 | 0.94 | 0 | 0.39 | 296.71 | 0.89 | 0.32 |
| Hex | 93 | 9 | 9B | 5 | 5E | 0 | 27 | 129 | 59 | 20 |
| Octal | 223 | 11 | 233 | 5 | 136 | 0 | 47 | 451 | 131 | 40 |
| Binary | 10010011 | 1001 | 10011011 | 101 | 1011110 | 0 | 100111 | 100101001 | 1011001 | 100000 |
Color Harmonies of #93099B
Complementary color
Monochromatic Colors of #93099B
Black with #93099B
Text Example
Text Example
White with #93099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93099B; }
p { color: rgb(147,9,155); }
H1.HeaderClassName
{
color: #93099B;
}
.AnyTagClassName
{
color: #93099B;
}
</style>
background-color css
<style>
a { background-color: #93099B; }
a { background-color: rgb(147,9,155); }
div.DivClassName
{
background-color: #93099B;
}
.BgClassName
{
background-color: #93099B;
}
</style>
border-color css
<style>
span { border-color: #93099B; }
span { border-color: rgb(147,9,155); }
td.TdClassName
{
border-color: #93099B;
}
.TagClassName
{
border-color: #93099B;
}
</style>