Shades of Dark Magenta #93038B
Tints of Dark Magenta #93038B
RGB
CMYK
RGB Variations
Color information
#93038B (or 0x93038B) is known color: Dark Magenta. HEX triplet: 93, 03 and 8B. RGB value is (147,3,139). Sum of RGB (Red+Green+Blue) = 147+3+139=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93038B is #6CFC74. Grayscale: #3D3D3D. Windows color (decimal): -7142517 or 9110419. OLE color: 9110419.
HSL color Cylindrical-coordinate representation of color #93038B: hue angle of 303.33º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93038B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.42 |
| HSL | 303.33º | 0.96% | 0.29% | - |
| HSV(B) | 303.33º | 0.98% | 0.58% | - |
| XYZ | 16.73 | 8.13 | 25.11 | - |
| YUV | 61.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 139 | 0 | 0.98 | 0.05 | 0.42 | 303.33 | 0.96 | 0.29 |
| Hex | 93 | 3 | 8B | 0 | 62 | 5 | 2A | 12F | 60 | 1D |
| Octal | 223 | 3 | 213 | 0 | 142 | 5 | 52 | 457 | 140 | 35 |
| Binary | 10010011 | 11 | 10001011 | 0 | 1100010 | 101 | 101010 | 100101111 | 1100000 | 11101 |
Color Harmonies of #93038B
Complementary color
Monochromatic Colors of #93038B
Black with #93038B
Text Example
Text Example
White with #93038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93038B; }
p { color: rgb(147,3,139); }
H1.HeaderClassName
{
color: #93038B;
}
.AnyTagClassName
{
color: #93038B;
}
</style>
background-color css
<style>
a { background-color: #93038B; }
a { background-color: rgb(147,3,139); }
div.DivClassName
{
background-color: #93038B;
}
.BgClassName
{
background-color: #93038B;
}
</style>
border-color css
<style>
span { border-color: #93038B; }
span { border-color: rgb(147,3,139); }
td.TdClassName
{
border-color: #93038B;
}
.TagClassName
{
border-color: #93038B;
}
</style>