Shades of Dark Magenta #93068A
Tints of Dark Magenta #93068A
RGB
CMYK
RGB Variations
Color information
#93068A (or 0x93068A) is known color: Dark Magenta. HEX triplet: 93, 06 and 8A. RGB value is (147,6,138). Sum of RGB (Red+Green+Blue) = 147+6+138=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93068A is #6CF975. Grayscale: #3E3E3E. Windows color (decimal): -7141750 or 9045651. OLE color: 9045651.
HSL color Cylindrical-coordinate representation of color #93068A: hue angle of 303.83º 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 #93068A is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 138 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.42 |
| HSL | 303.83º | 0.92% | 0.3% | - |
| HSV(B) | 303.83º | 0.96% | 0.58% | - |
| XYZ | 16.69 | 8.17 | 24.74 | - |
| YUV | 63.21 | 170.21 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 138 | 0 | 0.96 | 0.06 | 0.42 | 303.83 | 0.92 | 0.3 |
| Hex | 93 | 6 | 8A | 0 | 60 | 6 | 2A | 130 | 5C | 1E |
| Octal | 223 | 6 | 212 | 0 | 140 | 6 | 52 | 460 | 134 | 36 |
| Binary | 10010011 | 110 | 10001010 | 0 | 1100000 | 110 | 101010 | 100110000 | 1011100 | 11110 |
Color Harmonies of #93068A
Complementary color
Monochromatic Colors of #93068A
Black with #93068A
Text Example
Text Example
White with #93068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93068A; }
p { color: rgb(147,6,138); }
H1.HeaderClassName
{
color: #93068A;
}
.AnyTagClassName
{
color: #93068A;
}
</style>
background-color css
<style>
a { background-color: #93068A; }
a { background-color: rgb(147,6,138); }
div.DivClassName
{
background-color: #93068A;
}
.BgClassName
{
background-color: #93068A;
}
</style>
border-color css
<style>
span { border-color: #93068A; }
span { border-color: rgb(147,6,138); }
td.TdClassName
{
border-color: #93068A;
}
.TagClassName
{
border-color: #93068A;
}
</style>