Shades of Dark Magenta #93109F
Tints of Dark Magenta #93109F
RGB
CMYK
RGB Variations
Color information
#93109F (or 0x93109F) is known color: Dark Magenta. HEX triplet: 93, 10 and 9F. RGB value is (147,16,159). Sum of RGB (Red+Green+Blue) = 147+16+159=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #93109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93109F is #6CEF60. Grayscale: #474747. Windows color (decimal): -7139169 or 10424467. OLE color: 10424467.
HSL color Cylindrical-coordinate representation of color #93109F: hue angle of 294.97º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93109F is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 16 | 159 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.38 |
| HSL | 294.97º | 0.82% | 0.34% | - |
| HSV(B) | 294.97º | 0.9% | 0.62% | - |
| XYZ | 18.48 | 9.08 | 33.58 | - |
| YUV | 71.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 159 | 0.08 | 0.90 | 0 | 0.38 | 294.97 | 0.82 | 0.34 |
| Hex | 93 | 10 | 9F | 8 | 5A | 0 | 26 | 127 | 52 | 22 |
| Octal | 223 | 20 | 237 | 10 | 132 | 0 | 46 | 447 | 122 | 42 |
| Binary | 10010011 | 10000 | 10011111 | 1000 | 1011010 | 0 | 100110 | 100100111 | 1010010 | 100010 |
Color Harmonies of #93109F
Complementary color
Monochromatic Colors of #93109F
Black with #93109F
Text Example
Text Example
White with #93109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93109F; }
p { color: rgb(147,16,159); }
H1.HeaderClassName
{
color: #93109F;
}
.AnyTagClassName
{
color: #93109F;
}
</style>
background-color css
<style>
a { background-color: #93109F; }
a { background-color: rgb(147,16,159); }
div.DivClassName
{
background-color: #93109F;
}
.BgClassName
{
background-color: #93109F;
}
</style>
border-color css
<style>
span { border-color: #93109F; }
span { border-color: rgb(147,16,159); }
td.TdClassName
{
border-color: #93109F;
}
.TagClassName
{
border-color: #93109F;
}
</style>