Shades of Dark Magenta #930389
Tints of Dark Magenta #930389
RGB
CMYK
RGB Variations
Color information
#930389 (or 0x930389) is known color: Dark Magenta. HEX triplet: 93, 03 and 89. RGB value is (147,3,137). Sum of RGB (Red+Green+Blue) = 147+3+137=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #930389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930389 is #6CFC76. Grayscale: #3C3C3C. Windows color (decimal): -7142519 or 8979347. OLE color: 8979347.
HSL color Cylindrical-coordinate representation of color #930389: hue angle of 304.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930389 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.42 |
| HSL | 304.17º | 0.96% | 0.29% | - |
| HSV(B) | 304.17º | 0.98% | 0.58% | - |
| XYZ | 16.58 | 8.07 | 24.35 | - |
| YUV | 61.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 137 | 0 | 0.98 | 0.07 | 0.42 | 304.17 | 0.96 | 0.29 |
| Hex | 93 | 3 | 89 | 0 | 62 | 7 | 2A | 130 | 60 | 1D |
| Octal | 223 | 3 | 211 | 0 | 142 | 7 | 52 | 460 | 140 | 35 |
| Binary | 10010011 | 11 | 10001001 | 0 | 1100010 | 111 | 101010 | 100110000 | 1100000 | 11101 |
Color Harmonies of #930389
Complementary color
Monochromatic Colors of #930389
Black with #930389
Text Example
Text Example
White with #930389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930389; }
p { color: rgb(147,3,137); }
H1.HeaderClassName
{
color: #930389;
}
.AnyTagClassName
{
color: #930389;
}
</style>
background-color css
<style>
a { background-color: #930389; }
a { background-color: rgb(147,3,137); }
div.DivClassName
{
background-color: #930389;
}
.BgClassName
{
background-color: #930389;
}
</style>
border-color css
<style>
span { border-color: #930389; }
span { border-color: rgb(147,3,137); }
td.TdClassName
{
border-color: #930389;
}
.TagClassName
{
border-color: #930389;
}
</style>