Shades of Dark Magenta #93008F
Tints of Dark Magenta #93008F
RGB
CMYK
RGB Variations
Color information
#93008F (or 0x93008F) is known color: Dark Magenta. HEX triplet: 93, 00 and 8F. RGB value is (147,0,143). Sum of RGB (Red+Green+Blue) = 147+0+143=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93008F is #6CFF70. Grayscale: #3B3B3B. Windows color (decimal): -7143281 or 9371795. OLE color: 9371795.
HSL color Cylindrical-coordinate representation of color #93008F: hue angle of 301.63º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93008F is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.03 | 0.42 |
| HSL | 301.63º | 1% | 0.29% | - |
| HSV(B) | 301.63º | 1% | 0.58% | - |
| XYZ | 16.99 | 8.19 | 26.67 | - |
| YUV | 60.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 143 | 0 | 1 | 0.03 | 0.42 | 301.63 | 1 | 0.29 |
| Hex | 93 | 0 | 8F | 0 | 64 | 3 | 2A | 12E | 64 | 1D |
| Octal | 223 | 0 | 217 | 0 | 144 | 3 | 52 | 456 | 144 | 35 |
| Binary | 10010011 | 0 | 10001111 | 0 | 1100100 | 11 | 101010 | 100101110 | 1100100 | 11101 |
Color Harmonies of #93008F
Complementary color
Monochromatic Colors of #93008F
Black with #93008F
Text Example
Text Example
White with #93008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93008F; }
p { color: rgb(147,0,143); }
H1.HeaderClassName
{
color: #93008F;
}
.AnyTagClassName
{
color: #93008F;
}
</style>
background-color css
<style>
a { background-color: #93008F; }
a { background-color: rgb(147,0,143); }
div.DivClassName
{
background-color: #93008F;
}
.BgClassName
{
background-color: #93008F;
}
</style>
border-color css
<style>
span { border-color: #93008F; }
span { border-color: rgb(147,0,143); }
td.TdClassName
{
border-color: #93008F;
}
.TagClassName
{
border-color: #93008F;
}
</style>