Shades of Dark Magenta #93068B
Tints of Dark Magenta #93068B
RGB
CMYK
RGB Variations
Color information
#93068B (or 0x93068B) is known color: Dark Magenta. HEX triplet: 93, 06 and 8B. RGB value is (147,6,139). Sum of RGB (Red+Green+Blue) = 147+6+139=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93068B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93068B is #6CF974. Grayscale: #3E3E3E. Windows color (decimal): -7141749 or 9111187. OLE color: 9111187.
HSL color Cylindrical-coordinate representation of color #93068B: hue angle of 303.4º 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 #93068B is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 139 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.42 |
| HSL | 303.4º | 0.92% | 0.3% | - |
| HSV(B) | 303.4º | 0.96% | 0.58% | - |
| XYZ | 16.76 | 8.2 | 25.13 | - |
| YUV | 63.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 139 | 0 | 0.96 | 0.05 | 0.42 | 303.4 | 0.92 | 0.3 |
| Hex | 93 | 6 | 8B | 0 | 60 | 5 | 2A | 12F | 5C | 1E |
| Octal | 223 | 6 | 213 | 0 | 140 | 5 | 52 | 457 | 134 | 36 |
| Binary | 10010011 | 110 | 10001011 | 0 | 1100000 | 101 | 101010 | 100101111 | 1011100 | 11110 |
Color Harmonies of #93068B
Complementary color
Monochromatic Colors of #93068B
Black with #93068B
Text Example
Text Example
White with #93068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93068B; }
p { color: rgb(147,6,139); }
H1.HeaderClassName
{
color: #93068B;
}
.AnyTagClassName
{
color: #93068B;
}
</style>
background-color css
<style>
a { background-color: #93068B; }
a { background-color: rgb(147,6,139); }
div.DivClassName
{
background-color: #93068B;
}
.BgClassName
{
background-color: #93068B;
}
</style>
border-color css
<style>
span { border-color: #93068B; }
span { border-color: rgb(147,6,139); }
td.TdClassName
{
border-color: #93068B;
}
.TagClassName
{
border-color: #93068B;
}
</style>