Shades of Dark Magenta #93007E
Tints of Dark Magenta #93007E
RGB
CMYK
RGB Variations
Color information
#93007E (or 0x93007E) is known color: Dark Magenta. HEX triplet: 93, 00 and 7E. RGB value is (147,0,126). Sum of RGB (Red+Green+Blue) = 147+0+126=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93007E is #6CFF81. Grayscale: #393939. Windows color (decimal): -7143298 or 8257683. OLE color: 8257683.
HSL color Cylindrical-coordinate representation of color #93007E: hue angle of 308.57º 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 #93007E is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.14 | 0.42 |
| HSL | 308.57º | 1% | 0.29% | - |
| HSV(B) | 308.57º | 1% | 0.58% | - |
| XYZ | 15.8 | 7.71 | 20.39 | - |
| YUV | 58.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 126 | 0 | 1 | 0.14 | 0.42 | 308.57 | 1 | 0.29 |
| Hex | 93 | 0 | 7E | 0 | 64 | E | 2A | 135 | 64 | 1D |
| Octal | 223 | 0 | 176 | 0 | 144 | 16 | 52 | 465 | 144 | 35 |
| Binary | 10010011 | 0 | 1111110 | 0 | 1100100 | 1110 | 101010 | 100110101 | 1100100 | 11101 |
Color Harmonies of #93007E
Complementary color
Monochromatic Colors of #93007E
Black with #93007E
Text Example
Text Example
White with #93007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93007E; }
p { color: rgb(147,0,126); }
H1.HeaderClassName
{
color: #93007E;
}
.AnyTagClassName
{
color: #93007E;
}
</style>
background-color css
<style>
a { background-color: #93007E; }
a { background-color: rgb(147,0,126); }
div.DivClassName
{
background-color: #93007E;
}
.BgClassName
{
background-color: #93007E;
}
</style>
border-color css
<style>
span { border-color: #93007E; }
span { border-color: rgb(147,0,126); }
td.TdClassName
{
border-color: #93007E;
}
.TagClassName
{
border-color: #93007E;
}
</style>