Shades of Dark Magenta #93077A
Tints of Dark Magenta #93077A
RGB
CMYK
RGB Variations
Color information
#93077A (or 0x93077A) is known color: Dark Magenta. HEX triplet: 93, 07 and 7A. RGB value is (147,7,122). Sum of RGB (Red+Green+Blue) = 147+7+122=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93077A is #6CF885. Grayscale: #3D3D3D. Windows color (decimal): -7141510 or 7997331. OLE color: 7997331.
HSL color Cylindrical-coordinate representation of color #93077A: hue angle of 310.71º 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 #93077A is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 122 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.42 |
| HSL | 310.71º | 0.91% | 0.3% | - |
| HSV(B) | 310.71º | 0.95% | 0.58% | - |
| XYZ | 15.62 | 7.76 | 19.09 | - |
| YUV | 61.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 122 | 0 | 0.95 | 0.17 | 0.42 | 310.71 | 0.91 | 0.3 |
| Hex | 93 | 7 | 7A | 0 | 5F | 11 | 2A | 137 | 5B | 1E |
| Octal | 223 | 7 | 172 | 0 | 137 | 21 | 52 | 467 | 133 | 36 |
| Binary | 10010011 | 111 | 1111010 | 0 | 1011111 | 10001 | 101010 | 100110111 | 1011011 | 11110 |
Color Harmonies of #93077A
Complementary color
Monochromatic Colors of #93077A
Black with #93077A
Text Example
Text Example
White with #93077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93077A; }
p { color: rgb(147,7,122); }
H1.HeaderClassName
{
color: #93077A;
}
.AnyTagClassName
{
color: #93077A;
}
</style>
background-color css
<style>
a { background-color: #93077A; }
a { background-color: rgb(147,7,122); }
div.DivClassName
{
background-color: #93077A;
}
.BgClassName
{
background-color: #93077A;
}
</style>
border-color css
<style>
span { border-color: #93077A; }
span { border-color: rgb(147,7,122); }
td.TdClassName
{
border-color: #93077A;
}
.TagClassName
{
border-color: #93077A;
}
</style>