Shades of Dark Magenta #93028C
Tints of Dark Magenta #93028C
RGB
CMYK
RGB Variations
Color information
#93028C (or 0x93028C) is known color: Dark Magenta. HEX triplet: 93, 02 and 8C. RGB value is (147,2,140). Sum of RGB (Red+Green+Blue) = 147+2+140=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93028C is #6CFD73. Grayscale: #3C3C3C. Windows color (decimal): -7142772 or 9175699. OLE color: 9175699.
HSL color Cylindrical-coordinate representation of color #93028C: hue angle of 302.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93028C is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.42 |
| HSL | 302.9º | 0.97% | 0.29% | - |
| HSV(B) | 302.9º | 0.99% | 0.58% | - |
| XYZ | 16.79 | 8.14 | 25.5 | - |
| YUV | 61.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 140 | 0 | 0.99 | 0.05 | 0.42 | 302.9 | 0.97 | 0.29 |
| Hex | 93 | 2 | 8C | 0 | 63 | 5 | 2A | 12F | 61 | 1D |
| Octal | 223 | 2 | 214 | 0 | 143 | 5 | 52 | 457 | 141 | 35 |
| Binary | 10010011 | 10 | 10001100 | 0 | 1100011 | 101 | 101010 | 100101111 | 1100001 | 11101 |
Color Harmonies of #93028C
Complementary color
Monochromatic Colors of #93028C
Black with #93028C
Text Example
Text Example
White with #93028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93028C; }
p { color: rgb(147,2,140); }
H1.HeaderClassName
{
color: #93028C;
}
.AnyTagClassName
{
color: #93028C;
}
</style>
background-color css
<style>
a { background-color: #93028C; }
a { background-color: rgb(147,2,140); }
div.DivClassName
{
background-color: #93028C;
}
.BgClassName
{
background-color: #93028C;
}
</style>
border-color css
<style>
span { border-color: #93028C; }
span { border-color: rgb(147,2,140); }
td.TdClassName
{
border-color: #93028C;
}
.TagClassName
{
border-color: #93028C;
}
</style>