Shades of Dark Magenta #93168E
Tints of Dark Magenta #93168E
RGB
CMYK
RGB Variations
Color information
#93168E (or 0x93168E) is known color: Dark Magenta. HEX triplet: 93, 16 and 8E. RGB value is (147,22,142). Sum of RGB (Red+Green+Blue) = 147+22+142=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93168E is #6CE971. Grayscale: #484848. Windows color (decimal): -7137650 or 9311891. OLE color: 9311891.
HSL color Cylindrical-coordinate representation of color #93168E: hue angle of 302.4º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #93168E is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 142 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.42 |
| HSL | 302.4º | 0.74% | 0.33% | - |
| HSV(B) | 302.4º | 0.85% | 0.58% | - |
| XYZ | 17.2 | 8.73 | 26.37 | - |
| YUV | 73.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 142 | 0 | 0.85 | 0.03 | 0.42 | 302.4 | 0.74 | 0.33 |
| Hex | 93 | 16 | 8E | 0 | 55 | 3 | 2A | 12E | 4A | 21 |
| Octal | 223 | 26 | 216 | 0 | 125 | 3 | 52 | 456 | 112 | 41 |
| Binary | 10010011 | 10110 | 10001110 | 0 | 1010101 | 11 | 101010 | 100101110 | 1001010 | 100001 |
Color Harmonies of #93168E
Complementary color
Monochromatic Colors of #93168E
Black with #93168E
Text Example
Text Example
White with #93168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93168E; }
p { color: rgb(147,22,142); }
H1.HeaderClassName
{
color: #93168E;
}
.AnyTagClassName
{
color: #93168E;
}
</style>
background-color css
<style>
a { background-color: #93168E; }
a { background-color: rgb(147,22,142); }
div.DivClassName
{
background-color: #93168E;
}
.BgClassName
{
background-color: #93168E;
}
</style>
border-color css
<style>
span { border-color: #93168E; }
span { border-color: rgb(147,22,142); }
td.TdClassName
{
border-color: #93168E;
}
.TagClassName
{
border-color: #93168E;
}
</style>