Shades of Dark Magenta #93099F
Tints of Dark Magenta #93099F
RGB
CMYK
RGB Variations
Color information
#93099F (or 0x93099F) is known color: Dark Magenta. HEX triplet: 93, 09 and 9F. RGB value is (147,9,159). Sum of RGB (Red+Green+Blue) = 147+9+159=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #93099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93099F is #6CF660. Grayscale: #424242. Windows color (decimal): -7140961 or 10422675. OLE color: 10422675.
HSL color Cylindrical-coordinate representation of color #93099F: hue angle of 295.2º 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 #93099F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 9 | 159 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.38 |
| HSL | 295.2º | 0.89% | 0.33% | - |
| HSV(B) | 295.2º | 0.94% | 0.62% | - |
| XYZ | 18.39 | 8.9 | 33.55 | - |
| YUV | 67.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 159 | 0.08 | 0.94 | 0 | 0.38 | 295.2 | 0.89 | 0.33 |
| Hex | 93 | 9 | 9F | 8 | 5E | 0 | 26 | 127 | 59 | 21 |
| Octal | 223 | 11 | 237 | 10 | 136 | 0 | 46 | 447 | 131 | 41 |
| Binary | 10010011 | 1001 | 10011111 | 1000 | 1011110 | 0 | 100110 | 100100111 | 1011001 | 100001 |
Color Harmonies of #93099F
Complementary color
Monochromatic Colors of #93099F
Black with #93099F
Text Example
Text Example
White with #93099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93099F; }
p { color: rgb(147,9,159); }
H1.HeaderClassName
{
color: #93099F;
}
.AnyTagClassName
{
color: #93099F;
}
</style>
background-color css
<style>
a { background-color: #93099F; }
a { background-color: rgb(147,9,159); }
div.DivClassName
{
background-color: #93099F;
}
.BgClassName
{
background-color: #93099F;
}
</style>
border-color css
<style>
span { border-color: #93099F; }
span { border-color: rgb(147,9,159); }
td.TdClassName
{
border-color: #93099F;
}
.TagClassName
{
border-color: #93099F;
}
</style>