Shades of Dark Magenta #93097F
Tints of Dark Magenta #93097F
RGB
CMYK
RGB Variations
Color information
#93097F (or 0x93097F) is known color: Dark Magenta. HEX triplet: 93, 09 and 7F. RGB value is (147,9,127). Sum of RGB (Red+Green+Blue) = 147+9+127=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #93097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93097F is #6CF680. Grayscale: #3F3F3F. Windows color (decimal): -7140993 or 8325523. OLE color: 8325523.
HSL color Cylindrical-coordinate representation of color #93097F: hue angle of 308.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93097F is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 127 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.42 |
| HSL | 308.7º | 0.88% | 0.31% | - |
| HSV(B) | 308.7º | 0.94% | 0.58% | - |
| XYZ | 15.96 | 7.93 | 20.77 | - |
| YUV | 63.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 127 | 0 | 0.94 | 0.14 | 0.42 | 308.7 | 0.88 | 0.31 |
| Hex | 93 | 9 | 7F | 0 | 5E | E | 2A | 135 | 58 | 1F |
| Octal | 223 | 11 | 177 | 0 | 136 | 16 | 52 | 465 | 130 | 37 |
| Binary | 10010011 | 1001 | 1111111 | 0 | 1011110 | 1110 | 101010 | 100110101 | 1011000 | 11111 |
Color Harmonies of #93097F
Complementary color
Monochromatic Colors of #93097F
Black with #93097F
Text Example
Text Example
White with #93097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93097F; }
p { color: rgb(147,9,127); }
H1.HeaderClassName
{
color: #93097F;
}
.AnyTagClassName
{
color: #93097F;
}
</style>
background-color css
<style>
a { background-color: #93097F; }
a { background-color: rgb(147,9,127); }
div.DivClassName
{
background-color: #93097F;
}
.BgClassName
{
background-color: #93097F;
}
</style>
border-color css
<style>
span { border-color: #93097F; }
span { border-color: rgb(147,9,127); }
td.TdClassName
{
border-color: #93097F;
}
.TagClassName
{
border-color: #93097F;
}
</style>