Shades of Dark Magenta #93008B
Tints of Dark Magenta #93008B
RGB
CMYK
RGB Variations
Color information
#93008B (or 0x93008B) is known color: Dark Magenta. HEX triplet: 93, 00 and 8B. RGB value is (147,0,139). Sum of RGB (Red+Green+Blue) = 147+0+139=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #93008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93008B is #6CFF74. Grayscale: #3B3B3B. Windows color (decimal): -7143285 or 9109651. OLE color: 9109651.
HSL color Cylindrical-coordinate representation of color #93008B: hue angle of 303.27º 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 #93008B is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.05 | 0.42 |
| HSL | 303.27º | 1% | 0.29% | - |
| HSV(B) | 303.27º | 1% | 0.58% | - |
| XYZ | 16.69 | 8.07 | 25.1 | - |
| YUV | 59.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 139 | 0 | 1 | 0.05 | 0.42 | 303.27 | 1 | 0.29 |
| Hex | 93 | 0 | 8B | 0 | 64 | 5 | 2A | 12F | 64 | 1D |
| Octal | 223 | 0 | 213 | 0 | 144 | 5 | 52 | 457 | 144 | 35 |
| Binary | 10010011 | 0 | 10001011 | 0 | 1100100 | 101 | 101010 | 100101111 | 1100100 | 11101 |
Color Harmonies of #93008B
Complementary color
Monochromatic Colors of #93008B
Black with #93008B
Text Example
Text Example
White with #93008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93008B; }
p { color: rgb(147,0,139); }
H1.HeaderClassName
{
color: #93008B;
}
.AnyTagClassName
{
color: #93008B;
}
</style>
background-color css
<style>
a { background-color: #93008B; }
a { background-color: rgb(147,0,139); }
div.DivClassName
{
background-color: #93008B;
}
.BgClassName
{
background-color: #93008B;
}
</style>
border-color css
<style>
span { border-color: #93008B; }
span { border-color: rgb(147,0,139); }
td.TdClassName
{
border-color: #93008B;
}
.TagClassName
{
border-color: #93008B;
}
</style>