Shades of Dark Magenta #93099C
Tints of Dark Magenta #93099C
RGB
CMYK
RGB Variations
Color information
#93099C (or 0x93099C) is known color: Dark Magenta. HEX triplet: 93, 09 and 9C. RGB value is (147,9,156). Sum of RGB (Red+Green+Blue) = 147+9+156=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #93099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93099C is #6CF663. Grayscale: #424242. Windows color (decimal): -7140964 or 10226067. OLE color: 10226067.
HSL color Cylindrical-coordinate representation of color #93099C: hue angle of 296.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93099C is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 9 | 156 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.39 |
| HSL | 296.33º | 0.89% | 0.32% | - |
| HSV(B) | 296.33º | 0.94% | 0.61% | - |
| XYZ | 18.13 | 8.8 | 32.2 | - |
| YUV | 67.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 156 | 0.06 | 0.94 | 0 | 0.39 | 296.33 | 0.89 | 0.32 |
| Hex | 93 | 9 | 9C | 6 | 5E | 0 | 27 | 128 | 59 | 20 |
| Octal | 223 | 11 | 234 | 6 | 136 | 0 | 47 | 450 | 131 | 40 |
| Binary | 10010011 | 1001 | 10011100 | 110 | 1011110 | 0 | 100111 | 100101000 | 1011001 | 100000 |
Color Harmonies of #93099C
Complementary color
Monochromatic Colors of #93099C
Black with #93099C
Text Example
Text Example
White with #93099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93099C; }
p { color: rgb(147,9,156); }
H1.HeaderClassName
{
color: #93099C;
}
.AnyTagClassName
{
color: #93099C;
}
</style>
background-color css
<style>
a { background-color: #93099C; }
a { background-color: rgb(147,9,156); }
div.DivClassName
{
background-color: #93099C;
}
.BgClassName
{
background-color: #93099C;
}
</style>
border-color css
<style>
span { border-color: #93099C; }
span { border-color: rgb(147,9,156); }
td.TdClassName
{
border-color: #93099C;
}
.TagClassName
{
border-color: #93099C;
}
</style>