Shades of Dark Magenta #93067F
Tints of Dark Magenta #93067F
RGB
CMYK
RGB Variations
Color information
#93067F (or 0x93067F) is known color: Dark Magenta. HEX triplet: 93, 06 and 7F. RGB value is (147,6,127). Sum of RGB (Red+Green+Blue) = 147+6+127=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93067F is #6CF980. Grayscale: #3D3D3D. Windows color (decimal): -7141761 or 8324755. OLE color: 8324755.
HSL color Cylindrical-coordinate representation of color #93067F: hue angle of 308.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93067F is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 127 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.42 |
| HSL | 308.51º | 0.92% | 0.3% | - |
| HSV(B) | 308.51º | 0.96% | 0.58% | - |
| XYZ | 15.93 | 7.87 | 20.76 | - |
| YUV | 61.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 127 | 0 | 0.96 | 0.14 | 0.42 | 308.51 | 0.92 | 0.3 |
| Hex | 93 | 6 | 7F | 0 | 60 | E | 2A | 135 | 5C | 1E |
| Octal | 223 | 6 | 177 | 0 | 140 | 16 | 52 | 465 | 134 | 36 |
| Binary | 10010011 | 110 | 1111111 | 0 | 1100000 | 1110 | 101010 | 100110101 | 1011100 | 11110 |
Color Harmonies of #93067F
Complementary color
Monochromatic Colors of #93067F
Black with #93067F
Text Example
Text Example
White with #93067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93067F; }
p { color: rgb(147,6,127); }
H1.HeaderClassName
{
color: #93067F;
}
.AnyTagClassName
{
color: #93067F;
}
</style>
background-color css
<style>
a { background-color: #93067F; }
a { background-color: rgb(147,6,127); }
div.DivClassName
{
background-color: #93067F;
}
.BgClassName
{
background-color: #93067F;
}
</style>
border-color css
<style>
span { border-color: #93067F; }
span { border-color: rgb(147,6,127); }
td.TdClassName
{
border-color: #93067F;
}
.TagClassName
{
border-color: #93067F;
}
</style>