Shades of Dark Magenta #981389
Tints of Dark Magenta #981389
RGB
CMYK
RGB Variations
Color information
#981389 (or 0x981389) is known color: Dark Magenta. HEX triplet: 98, 13 and 89. RGB value is (152,19,137). Sum of RGB (Red+Green+Blue) = 152+19+137=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #981389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981389 is #67EC76. Grayscale: #474747. Windows color (decimal): -6810743 or 8983448. OLE color: 8983448.
HSL color Cylindrical-coordinate representation of color #981389: hue angle of 306.77º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981389 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 137 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.40 |
| HSL | 306.77º | 0.78% | 0.34% | - |
| HSV(B) | 306.77º | 0.88% | 0.6% | - |
| XYZ | 17.7 | 8.95 | 24.46 | - |
| YUV | 72.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 137 | 0 | 0.87 | 0.10 | 0.40 | 306.77 | 0.78 | 0.34 |
| Hex | 98 | 13 | 89 | 0 | 57 | A | 28 | 133 | 4E | 22 |
| Octal | 230 | 23 | 211 | 0 | 127 | 12 | 50 | 463 | 116 | 42 |
| Binary | 10011000 | 10011 | 10001001 | 0 | 1010111 | 1010 | 101000 | 100110011 | 1001110 | 100010 |
Color Harmonies of #981389
Complementary color
Monochromatic Colors of #981389
Black with #981389
Text Example
Text Example
White with #981389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981389; }
p { color: rgb(152,19,137); }
H1.HeaderClassName
{
color: #981389;
}
.AnyTagClassName
{
color: #981389;
}
</style>
background-color css
<style>
a { background-color: #981389; }
a { background-color: rgb(152,19,137); }
div.DivClassName
{
background-color: #981389;
}
.BgClassName
{
background-color: #981389;
}
</style>
border-color css
<style>
span { border-color: #981389; }
span { border-color: rgb(152,19,137); }
td.TdClassName
{
border-color: #981389;
}
.TagClassName
{
border-color: #981389;
}
</style>