Shades of Dark Magenta #93077C
Tints of Dark Magenta #93077C
RGB
CMYK
RGB Variations
Color information
#93077C (or 0x93077C) is known color: Dark Magenta. HEX triplet: 93, 07 and 7C. RGB value is (147,7,124). Sum of RGB (Red+Green+Blue) = 147+7+124=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93077C is #6CF883. Grayscale: #3D3D3D. Windows color (decimal): -7141508 or 8128403. OLE color: 8128403.
HSL color Cylindrical-coordinate representation of color #93077C: hue angle of 309.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93077C is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 124 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.42 |
| HSL | 309.86º | 0.91% | 0.3% | - |
| HSV(B) | 309.86º | 0.95% | 0.58% | - |
| XYZ | 15.75 | 7.81 | 19.75 | - |
| YUV | 62.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 124 | 0 | 0.95 | 0.16 | 0.42 | 309.86 | 0.91 | 0.3 |
| Hex | 93 | 7 | 7C | 0 | 5F | 10 | 2A | 136 | 5B | 1E |
| Octal | 223 | 7 | 174 | 0 | 137 | 20 | 52 | 466 | 133 | 36 |
| Binary | 10010011 | 111 | 1111100 | 0 | 1011111 | 10000 | 101010 | 100110110 | 1011011 | 11110 |
Color Harmonies of #93077C
Complementary color
Monochromatic Colors of #93077C
Black with #93077C
Text Example
Text Example
White with #93077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93077C; }
p { color: rgb(147,7,124); }
H1.HeaderClassName
{
color: #93077C;
}
.AnyTagClassName
{
color: #93077C;
}
</style>
background-color css
<style>
a { background-color: #93077C; }
a { background-color: rgb(147,7,124); }
div.DivClassName
{
background-color: #93077C;
}
.BgClassName
{
background-color: #93077C;
}
</style>
border-color css
<style>
span { border-color: #93077C; }
span { border-color: rgb(147,7,124); }
td.TdClassName
{
border-color: #93077C;
}
.TagClassName
{
border-color: #93077C;
}
</style>