Shades of Dark Magenta #93007C
Tints of Dark Magenta #93007C
RGB
CMYK
RGB Variations
Color information
#93007C (or 0x93007C) is known color: Dark Magenta. HEX triplet: 93, 00 and 7C. RGB value is (147,0,124). Sum of RGB (Red+Green+Blue) = 147+0+124=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #93007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93007C is #6CFF83. Grayscale: #393939. Windows color (decimal): -7143300 or 8126611. OLE color: 8126611.
HSL color Cylindrical-coordinate representation of color #93007C: hue angle of 309.39º 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 #93007C is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.16 | 0.42 |
| HSL | 309.39º | 1% | 0.29% | - |
| HSV(B) | 309.39º | 1% | 0.58% | - |
| XYZ | 15.67 | 7.66 | 19.72 | - |
| YUV | 58.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 124 | 0 | 1 | 0.16 | 0.42 | 309.39 | 1 | 0.29 |
| Hex | 93 | 0 | 7C | 0 | 64 | 10 | 2A | 135 | 64 | 1D |
| Octal | 223 | 0 | 174 | 0 | 144 | 20 | 52 | 465 | 144 | 35 |
| Binary | 10010011 | 0 | 1111100 | 0 | 1100100 | 10000 | 101010 | 100110101 | 1100100 | 11101 |
Color Harmonies of #93007C
Complementary color
Monochromatic Colors of #93007C
Black with #93007C
Text Example
Text Example
White with #93007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93007C; }
p { color: rgb(147,0,124); }
H1.HeaderClassName
{
color: #93007C;
}
.AnyTagClassName
{
color: #93007C;
}
</style>
background-color css
<style>
a { background-color: #93007C; }
a { background-color: rgb(147,0,124); }
div.DivClassName
{
background-color: #93007C;
}
.BgClassName
{
background-color: #93007C;
}
</style>
border-color css
<style>
span { border-color: #93007C; }
span { border-color: rgb(147,0,124); }
td.TdClassName
{
border-color: #93007C;
}
.TagClassName
{
border-color: #93007C;
}
</style>