Shades of Dark Magenta #93069A
Tints of Dark Magenta #93069A
RGB
CMYK
RGB Variations
Color information
#93069A (or 0x93069A) is known color: Dark Magenta. HEX triplet: 93, 06 and 9A. RGB value is (147,6,154). Sum of RGB (Red+Green+Blue) = 147+6+154=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #93069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93069A is #6CF965. Grayscale: #404040. Windows color (decimal): -7141734 or 10094227. OLE color: 10094227.
HSL color Cylindrical-coordinate representation of color #93069A: hue angle of 297.16º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93069A is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 6 | 154 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.40 |
| HSL | 297.16º | 0.93% | 0.31% | - |
| HSV(B) | 297.16º | 0.96% | 0.6% | - |
| XYZ | 17.93 | 8.67 | 31.3 | - |
| YUV | 65.03 | 178.21 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 154 | 0.05 | 0.96 | 0 | 0.40 | 297.16 | 0.93 | 0.31 |
| Hex | 93 | 6 | 9A | 5 | 60 | 0 | 28 | 129 | 5C | 1F |
| Octal | 223 | 6 | 232 | 5 | 140 | 0 | 50 | 451 | 134 | 37 |
| Binary | 10010011 | 110 | 10011010 | 101 | 1100000 | 0 | 101000 | 100101001 | 1011100 | 11111 |
Color Harmonies of #93069A
Complementary color
Monochromatic Colors of #93069A
Black with #93069A
Text Example
Text Example
White with #93069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93069A; }
p { color: rgb(147,6,154); }
H1.HeaderClassName
{
color: #93069A;
}
.AnyTagClassName
{
color: #93069A;
}
</style>
background-color css
<style>
a { background-color: #93069A; }
a { background-color: rgb(147,6,154); }
div.DivClassName
{
background-color: #93069A;
}
.BgClassName
{
background-color: #93069A;
}
</style>
border-color css
<style>
span { border-color: #93069A; }
span { border-color: rgb(147,6,154); }
td.TdClassName
{
border-color: #93069A;
}
.TagClassName
{
border-color: #93069A;
}
</style>