Shades of Dark Magenta #93158A
Tints of Dark Magenta #93158A
RGB
CMYK
RGB Variations
Color information
#93158A (or 0x93158A) is known color: Dark Magenta. HEX triplet: 93, 15 and 8A. RGB value is (147,21,138). Sum of RGB (Red+Green+Blue) = 147+21+138=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93158A is #6CEA75. Grayscale: #474747. Windows color (decimal): -7137910 or 9049491. OLE color: 9049491.
HSL color Cylindrical-coordinate representation of color #93158A: hue angle of 304.29º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93158A is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 138 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.42 |
| HSL | 304.29º | 0.75% | 0.33% | - |
| HSV(B) | 304.29º | 0.86% | 0.58% | - |
| XYZ | 16.89 | 8.57 | 24.81 | - |
| YUV | 72.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 138 | 0 | 0.86 | 0.06 | 0.42 | 304.29 | 0.75 | 0.33 |
| Hex | 93 | 15 | 8A | 0 | 56 | 6 | 2A | 130 | 4B | 21 |
| Octal | 223 | 25 | 212 | 0 | 126 | 6 | 52 | 460 | 113 | 41 |
| Binary | 10010011 | 10101 | 10001010 | 0 | 1010110 | 110 | 101010 | 100110000 | 1001011 | 100001 |
Color Harmonies of #93158A
Complementary color
Monochromatic Colors of #93158A
Black with #93158A
Text Example
Text Example
White with #93158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93158A; }
p { color: rgb(147,21,138); }
H1.HeaderClassName
{
color: #93158A;
}
.AnyTagClassName
{
color: #93158A;
}
</style>
background-color css
<style>
a { background-color: #93158A; }
a { background-color: rgb(147,21,138); }
div.DivClassName
{
background-color: #93158A;
}
.BgClassName
{
background-color: #93158A;
}
</style>
border-color css
<style>
span { border-color: #93158A; }
span { border-color: rgb(147,21,138); }
td.TdClassName
{
border-color: #93158A;
}
.TagClassName
{
border-color: #93158A;
}
</style>