Shades of Dark Magenta #93018D
Tints of Dark Magenta #93018D
RGB
CMYK
RGB Variations
Color information
#93018D (or 0x93018D) is known color: Dark Magenta. HEX triplet: 93, 01 and 8D. RGB value is (147,1,141). Sum of RGB (Red+Green+Blue) = 147+1+141=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93018D is #6CFE72. Grayscale: #3C3C3C. Windows color (decimal): -7143027 or 9240979. OLE color: 9240979.
HSL color Cylindrical-coordinate representation of color #93018D: hue angle of 302.47º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93018D is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.42 |
| HSL | 302.47º | 0.99% | 0.29% | - |
| HSV(B) | 302.47º | 0.99% | 0.58% | - |
| XYZ | 16.85 | 8.15 | 25.88 | - |
| YUV | 60.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 141 | 0 | 0.99 | 0.04 | 0.42 | 302.47 | 0.99 | 0.29 |
| Hex | 93 | 1 | 8D | 0 | 63 | 4 | 2A | 12E | 63 | 1D |
| Octal | 223 | 1 | 215 | 0 | 143 | 4 | 52 | 456 | 143 | 35 |
| Binary | 10010011 | 1 | 10001101 | 0 | 1100011 | 100 | 101010 | 100101110 | 1100011 | 11101 |
Color Harmonies of #93018D
Complementary color
Monochromatic Colors of #93018D
Black with #93018D
Text Example
Text Example
White with #93018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93018D; }
p { color: rgb(147,1,141); }
H1.HeaderClassName
{
color: #93018D;
}
.AnyTagClassName
{
color: #93018D;
}
</style>
background-color css
<style>
a { background-color: #93018D; }
a { background-color: rgb(147,1,141); }
div.DivClassName
{
background-color: #93018D;
}
.BgClassName
{
background-color: #93018D;
}
</style>
border-color css
<style>
span { border-color: #93018D; }
span { border-color: rgb(147,1,141); }
td.TdClassName
{
border-color: #93018D;
}
.TagClassName
{
border-color: #93018D;
}
</style>