Shades of Dark Magenta #93109B
Tints of Dark Magenta #93109B
RGB
CMYK
RGB Variations
Color information
#93109B (or 0x93109B) is known color: Dark Magenta. HEX triplet: 93, 10 and 9B. RGB value is (147,16,155). Sum of RGB (Red+Green+Blue) = 147+16+155=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #93109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93109B is #6CEF64. Grayscale: #464646. Windows color (decimal): -7139173 or 10162323. OLE color: 10162323.
HSL color Cylindrical-coordinate representation of color #93109B: hue angle of 296.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93109B is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 16 | 155 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.39 |
| HSL | 296.55º | 0.81% | 0.34% | - |
| HSV(B) | 296.55º | 0.9% | 0.61% | - |
| XYZ | 18.13 | 8.94 | 31.78 | - |
| YUV | 71.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 155 | 0.05 | 0.90 | 0 | 0.39 | 296.55 | 0.81 | 0.34 |
| Hex | 93 | 10 | 9B | 5 | 5A | 0 | 27 | 129 | 51 | 22 |
| Octal | 223 | 20 | 233 | 5 | 132 | 0 | 47 | 451 | 121 | 42 |
| Binary | 10010011 | 10000 | 10011011 | 101 | 1011010 | 0 | 100111 | 100101001 | 1010001 | 100010 |
Color Harmonies of #93109B
Complementary color
Monochromatic Colors of #93109B
Black with #93109B
Text Example
Text Example
White with #93109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93109B; }
p { color: rgb(147,16,155); }
H1.HeaderClassName
{
color: #93109B;
}
.AnyTagClassName
{
color: #93109B;
}
</style>
background-color css
<style>
a { background-color: #93109B; }
a { background-color: rgb(147,16,155); }
div.DivClassName
{
background-color: #93109B;
}
.BgClassName
{
background-color: #93109B;
}
</style>
border-color css
<style>
span { border-color: #93109B; }
span { border-color: rgb(147,16,155); }
td.TdClassName
{
border-color: #93109B;
}
.TagClassName
{
border-color: #93109B;
}
</style>