Shades of Dark Magenta #98118C
Tints of Dark Magenta #98118C
RGB
CMYK
RGB Variations
Color information
#98118C (or 0x98118C) is known color: Dark Magenta. HEX triplet: 98, 11 and 8C. RGB value is (152,17,140). Sum of RGB (Red+Green+Blue) = 152+17+140=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98118C is #67EE73. Grayscale: #474747. Windows color (decimal): -6811252 or 9179544. OLE color: 9179544.
HSL color Cylindrical-coordinate representation of color #98118C: hue angle of 305.33º 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 #98118C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 140 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.40 |
| HSL | 305.33º | 0.8% | 0.33% | - |
| HSV(B) | 305.33º | 0.89% | 0.6% | - |
| XYZ | 17.88 | 8.97 | 25.6 | - |
| YUV | 71.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 140 | 0 | 0.89 | 0.08 | 0.40 | 305.33 | 0.8 | 0.33 |
| Hex | 98 | 11 | 8C | 0 | 59 | 8 | 28 | 131 | 50 | 21 |
| Octal | 230 | 21 | 214 | 0 | 131 | 10 | 50 | 461 | 120 | 41 |
| Binary | 10011000 | 10001 | 10001100 | 0 | 1011001 | 1000 | 101000 | 100110001 | 1010000 | 100001 |
Color Harmonies of #98118C
Complementary color
Monochromatic Colors of #98118C
Black with #98118C
Text Example
Text Example
White with #98118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98118C; }
p { color: rgb(152,17,140); }
H1.HeaderClassName
{
color: #98118C;
}
.AnyTagClassName
{
color: #98118C;
}
</style>
background-color css
<style>
a { background-color: #98118C; }
a { background-color: rgb(152,17,140); }
div.DivClassName
{
background-color: #98118C;
}
.BgClassName
{
background-color: #98118C;
}
</style>
border-color css
<style>
span { border-color: #98118C; }
span { border-color: rgb(152,17,140); }
td.TdClassName
{
border-color: #98118C;
}
.TagClassName
{
border-color: #98118C;
}
</style>