Shades of Dark Magenta #93077D
Tints of Dark Magenta #93077D
RGB
CMYK
RGB Variations
Color information
#93077D (or 0x93077D) is known color: Dark Magenta. HEX triplet: 93, 07 and 7D. RGB value is (147,7,125). Sum of RGB (Red+Green+Blue) = 147+7+125=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93077D is #6CF882. Grayscale: #3D3D3D. Windows color (decimal): -7141507 or 8193939. OLE color: 8193939.
HSL color Cylindrical-coordinate representation of color #93077D: hue angle of 309.43º 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 #93077D is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 125 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.42 |
| HSL | 309.43º | 0.91% | 0.3% | - |
| HSV(B) | 309.43º | 0.95% | 0.58% | - |
| XYZ | 15.81 | 7.84 | 20.08 | - |
| YUV | 62.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 125 | 0 | 0.95 | 0.15 | 0.42 | 309.43 | 0.91 | 0.3 |
| Hex | 93 | 7 | 7D | 0 | 5F | F | 2A | 135 | 5B | 1E |
| Octal | 223 | 7 | 175 | 0 | 137 | 17 | 52 | 465 | 133 | 36 |
| Binary | 10010011 | 111 | 1111101 | 0 | 1011111 | 1111 | 101010 | 100110101 | 1011011 | 11110 |
Color Harmonies of #93077D
Complementary color
Monochromatic Colors of #93077D
Black with #93077D
Text Example
Text Example
White with #93077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93077D; }
p { color: rgb(147,7,125); }
H1.HeaderClassName
{
color: #93077D;
}
.AnyTagClassName
{
color: #93077D;
}
</style>
background-color css
<style>
a { background-color: #93077D; }
a { background-color: rgb(147,7,125); }
div.DivClassName
{
background-color: #93077D;
}
.BgClassName
{
background-color: #93077D;
}
</style>
border-color css
<style>
span { border-color: #93077D; }
span { border-color: rgb(147,7,125); }
td.TdClassName
{
border-color: #93077D;
}
.TagClassName
{
border-color: #93077D;
}
</style>