Shades of Dark Magenta #93017F
Tints of Dark Magenta #93017F
RGB
CMYK
RGB Variations
Color information
#93017F (or 0x93017F) is known color: Dark Magenta. HEX triplet: 93, 01 and 7F. RGB value is (147,1,127). Sum of RGB (Red+Green+Blue) = 147+1+127=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93017F is #6CFE80. Grayscale: #3A3A3A. Windows color (decimal): -7143041 or 8323475. OLE color: 8323475.
HSL color Cylindrical-coordinate representation of color #93017F: hue angle of 308.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93017F is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.42 |
| HSL | 308.22º | 0.99% | 0.29% | - |
| HSV(B) | 308.22º | 0.99% | 0.58% | - |
| XYZ | 15.87 | 7.76 | 20.74 | - |
| YUV | 59.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 127 | 0 | 0.99 | 0.14 | 0.42 | 308.22 | 0.99 | 0.29 |
| Hex | 93 | 1 | 7F | 0 | 63 | E | 2A | 134 | 63 | 1D |
| Octal | 223 | 1 | 177 | 0 | 143 | 16 | 52 | 464 | 143 | 35 |
| Binary | 10010011 | 1 | 1111111 | 0 | 1100011 | 1110 | 101010 | 100110100 | 1100011 | 11101 |
Color Harmonies of #93017F
Complementary color
Monochromatic Colors of #93017F
Black with #93017F
Text Example
Text Example
White with #93017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93017F; }
p { color: rgb(147,1,127); }
H1.HeaderClassName
{
color: #93017F;
}
.AnyTagClassName
{
color: #93017F;
}
</style>
background-color css
<style>
a { background-color: #93017F; }
a { background-color: rgb(147,1,127); }
div.DivClassName
{
background-color: #93017F;
}
.BgClassName
{
background-color: #93017F;
}
</style>
border-color css
<style>
span { border-color: #93017F; }
span { border-color: rgb(147,1,127); }
td.TdClassName
{
border-color: #93017F;
}
.TagClassName
{
border-color: #93017F;
}
</style>