Shades of Dark Magenta #98188E
Tints of Dark Magenta #98188E
RGB
CMYK
RGB Variations
Color information
#98188E (or 0x98188E) is known color: Dark Magenta. HEX triplet: 98, 18 and 8E. RGB value is (152,24,142). Sum of RGB (Red+Green+Blue) = 152+24+142=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98188E is #67E771. Grayscale: #4B4B4B. Windows color (decimal): -6809458 or 9312408. OLE color: 9312408.
HSL color Cylindrical-coordinate representation of color #98188E: hue angle of 304.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98188E is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 142 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.40 |
| HSL | 304.69º | 0.73% | 0.35% | - |
| HSV(B) | 304.69º | 0.84% | 0.6% | - |
| XYZ | 18.16 | 9.28 | 26.43 | - |
| YUV | 75.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 142 | 0 | 0.84 | 0.07 | 0.40 | 304.69 | 0.73 | 0.35 |
| Hex | 98 | 18 | 8E | 0 | 54 | 7 | 28 | 131 | 49 | 23 |
| Octal | 230 | 30 | 216 | 0 | 124 | 7 | 50 | 461 | 111 | 43 |
| Binary | 10011000 | 11000 | 10001110 | 0 | 1010100 | 111 | 101000 | 100110001 | 1001001 | 100011 |
Color Harmonies of #98188E
Complementary color
Monochromatic Colors of #98188E
Black with #98188E
Text Example
Text Example
White with #98188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98188E; }
p { color: rgb(152,24,142); }
H1.HeaderClassName
{
color: #98188E;
}
.AnyTagClassName
{
color: #98188E;
}
</style>
background-color css
<style>
a { background-color: #98188E; }
a { background-color: rgb(152,24,142); }
div.DivClassName
{
background-color: #98188E;
}
.BgClassName
{
background-color: #98188E;
}
</style>
border-color css
<style>
span { border-color: #98188E; }
span { border-color: rgb(152,24,142); }
td.TdClassName
{
border-color: #98188E;
}
.TagClassName
{
border-color: #98188E;
}
</style>