Shades of Dark Magenta #93029C
Tints of Dark Magenta #93029C
RGB
CMYK
RGB Variations
Color information
#93029C (or 0x93029C) is known color: Dark Magenta. HEX triplet: 93, 02 and 9C. RGB value is (147,2,156). Sum of RGB (Red+Green+Blue) = 147+2+156=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #93029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93029C is #6CFD63. Grayscale: #3E3E3E. Windows color (decimal): -7142756 or 10224275. OLE color: 10224275.
HSL color Cylindrical-coordinate representation of color #93029C: hue angle of 296.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93029C is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 2 | 156 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.39 |
| HSL | 296.49º | 0.97% | 0.31% | - |
| HSV(B) | 296.49º | 0.99% | 0.61% | - |
| XYZ | 18.06 | 8.65 | 32.17 | - |
| YUV | 62.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 156 | 0.06 | 0.99 | 0 | 0.39 | 296.49 | 0.97 | 0.31 |
| Hex | 93 | 2 | 9C | 6 | 63 | 0 | 27 | 128 | 61 | 1F |
| Octal | 223 | 2 | 234 | 6 | 143 | 0 | 47 | 450 | 141 | 37 |
| Binary | 10010011 | 10 | 10011100 | 110 | 1100011 | 0 | 100111 | 100101000 | 1100001 | 11111 |
Color Harmonies of #93029C
Complementary color
Monochromatic Colors of #93029C
Black with #93029C
Text Example
Text Example
White with #93029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93029C; }
p { color: rgb(147,2,156); }
H1.HeaderClassName
{
color: #93029C;
}
.AnyTagClassName
{
color: #93029C;
}
</style>
background-color css
<style>
a { background-color: #93029C; }
a { background-color: rgb(147,2,156); }
div.DivClassName
{
background-color: #93029C;
}
.BgClassName
{
background-color: #93029C;
}
</style>
border-color css
<style>
span { border-color: #93029C; }
span { border-color: rgb(147,2,156); }
td.TdClassName
{
border-color: #93029C;
}
.TagClassName
{
border-color: #93029C;
}
</style>