Shades of Dark Magenta #98109D
Tints of Dark Magenta #98109D
RGB
CMYK
RGB Variations
Color information
#98109D (or 0x98109D) is known color: Dark Magenta. HEX triplet: 98, 10 and 9D. RGB value is (152,16,157). Sum of RGB (Red+Green+Blue) = 152+16+157=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #98109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98109D is #67EF62. Grayscale: #484848. Windows color (decimal): -6811491 or 10293400. OLE color: 10293400.
HSL color Cylindrical-coordinate representation of color #98109D: hue angle of 297.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98109D is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 16 | 157 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.38 |
| HSL | 297.87º | 0.82% | 0.34% | - |
| HSV(B) | 297.87º | 0.9% | 0.62% | - |
| XYZ | 19.22 | 9.48 | 32.72 | - |
| YUV | 72.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 157 | 0.03 | 0.90 | 0 | 0.38 | 297.87 | 0.82 | 0.34 |
| Hex | 98 | 10 | 9D | 3 | 5A | 0 | 26 | 12A | 52 | 22 |
| Octal | 230 | 20 | 235 | 3 | 132 | 0 | 46 | 452 | 122 | 42 |
| Binary | 10011000 | 10000 | 10011101 | 11 | 1011010 | 0 | 100110 | 100101010 | 1010010 | 100010 |
Color Harmonies of #98109D
Complementary color
Monochromatic Colors of #98109D
Black with #98109D
Text Example
Text Example
White with #98109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98109D; }
p { color: rgb(152,16,157); }
H1.HeaderClassName
{
color: #98109D;
}
.AnyTagClassName
{
color: #98109D;
}
</style>
background-color css
<style>
a { background-color: #98109D; }
a { background-color: rgb(152,16,157); }
div.DivClassName
{
background-color: #98109D;
}
.BgClassName
{
background-color: #98109D;
}
</style>
border-color css
<style>
span { border-color: #98109D; }
span { border-color: rgb(152,16,157); }
td.TdClassName
{
border-color: #98109D;
}
.TagClassName
{
border-color: #98109D;
}
</style>