Shades of Dark Magenta #93057F
Tints of Dark Magenta #93057F
RGB
CMYK
RGB Variations
Color information
#93057F (or 0x93057F) is known color: Dark Magenta. HEX triplet: 93, 05 and 7F. RGB value is (147,5,127). Sum of RGB (Red+Green+Blue) = 147+5+127=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93057F is #6CFA80. Grayscale: #3D3D3D. Windows color (decimal): -7142017 or 8324499. OLE color: 8324499.
HSL color Cylindrical-coordinate representation of color #93057F: hue angle of 308.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93057F is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 127 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.42 |
| HSL | 308.45º | 0.93% | 0.3% | - |
| HSV(B) | 308.45º | 0.97% | 0.58% | - |
| XYZ | 15.92 | 7.84 | 20.75 | - |
| YUV | 61.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 127 | 0 | 0.97 | 0.14 | 0.42 | 308.45 | 0.93 | 0.3 |
| Hex | 93 | 5 | 7F | 0 | 61 | E | 2A | 134 | 5D | 1E |
| Octal | 223 | 5 | 177 | 0 | 141 | 16 | 52 | 464 | 135 | 36 |
| Binary | 10010011 | 101 | 1111111 | 0 | 1100001 | 1110 | 101010 | 100110100 | 1011101 | 11110 |
Color Harmonies of #93057F
Complementary color
Monochromatic Colors of #93057F
Black with #93057F
Text Example
Text Example
White with #93057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93057F; }
p { color: rgb(147,5,127); }
H1.HeaderClassName
{
color: #93057F;
}
.AnyTagClassName
{
color: #93057F;
}
</style>
background-color css
<style>
a { background-color: #93057F; }
a { background-color: rgb(147,5,127); }
div.DivClassName
{
background-color: #93057F;
}
.BgClassName
{
background-color: #93057F;
}
</style>
border-color css
<style>
span { border-color: #93057F; }
span { border-color: rgb(147,5,127); }
td.TdClassName
{
border-color: #93057F;
}
.TagClassName
{
border-color: #93057F;
}
</style>