Shades of Dark Magenta #981189
Tints of Dark Magenta #981189
RGB
CMYK
RGB Variations
Color information
#981189 (or 0x981189) is known color: Dark Magenta. HEX triplet: 98, 11 and 89. RGB value is (152,17,137). Sum of RGB (Red+Green+Blue) = 152+17+137=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #981189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981189 is #67EE76. Grayscale: #464646. Windows color (decimal): -6811255 or 8982936. OLE color: 8982936.
HSL color Cylindrical-coordinate representation of color #981189: hue angle of 306.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981189 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 137 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.40 |
| HSL | 306.67º | 0.8% | 0.33% | - |
| HSV(B) | 306.67º | 0.89% | 0.6% | - |
| XYZ | 17.66 | 8.88 | 24.45 | - |
| YUV | 71.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 137 | 0 | 0.89 | 0.10 | 0.40 | 306.67 | 0.8 | 0.33 |
| Hex | 98 | 11 | 89 | 0 | 59 | A | 28 | 133 | 50 | 21 |
| Octal | 230 | 21 | 211 | 0 | 131 | 12 | 50 | 463 | 120 | 41 |
| Binary | 10011000 | 10001 | 10001001 | 0 | 1011001 | 1010 | 101000 | 100110011 | 1010000 | 100001 |
Color Harmonies of #981189
Complementary color
Monochromatic Colors of #981189
Black with #981189
Text Example
Text Example
White with #981189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981189; }
p { color: rgb(152,17,137); }
H1.HeaderClassName
{
color: #981189;
}
.AnyTagClassName
{
color: #981189;
}
</style>
background-color css
<style>
a { background-color: #981189; }
a { background-color: rgb(152,17,137); }
div.DivClassName
{
background-color: #981189;
}
.BgClassName
{
background-color: #981189;
}
</style>
border-color css
<style>
span { border-color: #981189; }
span { border-color: rgb(152,17,137); }
td.TdClassName
{
border-color: #981189;
}
.TagClassName
{
border-color: #981189;
}
</style>