Shades of Dark Magenta #93178C
Tints of Dark Magenta #93178C
RGB
CMYK
RGB Variations
Color information
#93178C (or 0x93178C) is known color: Dark Magenta. HEX triplet: 93, 17 and 8C. RGB value is (147,23,140). Sum of RGB (Red+Green+Blue) = 147+23+140=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93178C is #6CE873. Grayscale: #494949. Windows color (decimal): -7137396 or 9181075. OLE color: 9181075.
HSL color Cylindrical-coordinate representation of color #93178C: hue angle of 303.39º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93178C is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 140 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.42 |
| HSL | 303.39º | 0.73% | 0.33% | - |
| HSV(B) | 303.39º | 0.84% | 0.58% | - |
| XYZ | 17.07 | 8.71 | 25.59 | - |
| YUV | 73.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 140 | 0 | 0.84 | 0.05 | 0.42 | 303.39 | 0.73 | 0.33 |
| Hex | 93 | 17 | 8C | 0 | 54 | 5 | 2A | 12F | 49 | 21 |
| Octal | 223 | 27 | 214 | 0 | 124 | 5 | 52 | 457 | 111 | 41 |
| Binary | 10010011 | 10111 | 10001100 | 0 | 1010100 | 101 | 101010 | 100101111 | 1001001 | 100001 |
Color Harmonies of #93178C
Complementary color
Monochromatic Colors of #93178C
Black with #93178C
Text Example
Text Example
White with #93178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93178C; }
p { color: rgb(147,23,140); }
H1.HeaderClassName
{
color: #93178C;
}
.AnyTagClassName
{
color: #93178C;
}
</style>
background-color css
<style>
a { background-color: #93178C; }
a { background-color: rgb(147,23,140); }
div.DivClassName
{
background-color: #93178C;
}
.BgClassName
{
background-color: #93178C;
}
</style>
border-color css
<style>
span { border-color: #93178C; }
span { border-color: rgb(147,23,140); }
td.TdClassName
{
border-color: #93178C;
}
.TagClassName
{
border-color: #93178C;
}
</style>