Shades of Dark Magenta #98099D
Tints of Dark Magenta #98099D
RGB
CMYK
RGB Variations
Color information
#98099D (or 0x98099D) is known color: Dark Magenta. HEX triplet: 98, 09 and 9D. RGB value is (152,9,157). Sum of RGB (Red+Green+Blue) = 152+9+157=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #98099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98099D is #67F662. Grayscale: #444444. Windows color (decimal): -6813283 or 10291608. OLE color: 10291608.
HSL color Cylindrical-coordinate representation of color #98099D: hue angle of 297.97º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98099D is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 9 | 157 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.38 |
| HSL | 297.97º | 0.89% | 0.33% | - |
| HSV(B) | 297.97º | 0.94% | 0.62% | - |
| XYZ | 19.13 | 9.31 | 32.69 | - |
| YUV | 68.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 157 | 0.03 | 0.94 | 0 | 0.38 | 297.97 | 0.89 | 0.33 |
| Hex | 98 | 9 | 9D | 3 | 5E | 0 | 26 | 12A | 59 | 21 |
| Octal | 230 | 11 | 235 | 3 | 136 | 0 | 46 | 452 | 131 | 41 |
| Binary | 10011000 | 1001 | 10011101 | 11 | 1011110 | 0 | 100110 | 100101010 | 1011001 | 100001 |
Color Harmonies of #98099D
Complementary color
Monochromatic Colors of #98099D
Black with #98099D
Text Example
Text Example
White with #98099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98099D; }
p { color: rgb(152,9,157); }
H1.HeaderClassName
{
color: #98099D;
}
.AnyTagClassName
{
color: #98099D;
}
</style>
background-color css
<style>
a { background-color: #98099D; }
a { background-color: rgb(152,9,157); }
div.DivClassName
{
background-color: #98099D;
}
.BgClassName
{
background-color: #98099D;
}
</style>
border-color css
<style>
span { border-color: #98099D; }
span { border-color: rgb(152,9,157); }
td.TdClassName
{
border-color: #98099D;
}
.TagClassName
{
border-color: #98099D;
}
</style>