Shades of Dark Magenta #93068F
Tints of Dark Magenta #93068F
RGB
CMYK
RGB Variations
Color information
#93068F (or 0x93068F) is known color: Dark Magenta. HEX triplet: 93, 06 and 8F. RGB value is (147,6,143). Sum of RGB (Red+Green+Blue) = 147+6+143=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93068F is #6CF970. Grayscale: #3F3F3F. Windows color (decimal): -7141745 or 9373331. OLE color: 9373331.
HSL color Cylindrical-coordinate representation of color #93068F: hue angle of 301.7º 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 #93068F is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 143 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.42 |
| HSL | 301.7º | 0.92% | 0.3% | - |
| HSV(B) | 301.7º | 0.96% | 0.58% | - |
| XYZ | 17.06 | 8.32 | 26.69 | - |
| YUV | 63.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 143 | 0 | 0.96 | 0.03 | 0.42 | 301.7 | 0.92 | 0.3 |
| Hex | 93 | 6 | 8F | 0 | 60 | 3 | 2A | 12E | 5C | 1E |
| Octal | 223 | 6 | 217 | 0 | 140 | 3 | 52 | 456 | 134 | 36 |
| Binary | 10010011 | 110 | 10001111 | 0 | 1100000 | 11 | 101010 | 100101110 | 1011100 | 11110 |
Color Harmonies of #93068F
Complementary color
Monochromatic Colors of #93068F
Black with #93068F
Text Example
Text Example
White with #93068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93068F; }
p { color: rgb(147,6,143); }
H1.HeaderClassName
{
color: #93068F;
}
.AnyTagClassName
{
color: #93068F;
}
</style>
background-color css
<style>
a { background-color: #93068F; }
a { background-color: rgb(147,6,143); }
div.DivClassName
{
background-color: #93068F;
}
.BgClassName
{
background-color: #93068F;
}
</style>
border-color css
<style>
span { border-color: #93068F; }
span { border-color: rgb(147,6,143); }
td.TdClassName
{
border-color: #93068F;
}
.TagClassName
{
border-color: #93068F;
}
</style>