Shades of Dark Magenta #98009D
Tints of Dark Magenta #98009D
RGB
CMYK
RGB Variations
Color information
#98009D (or 0x98009D) is known color: Dark Magenta. HEX triplet: 98, 00 and 9D. RGB value is (152,0,157). Sum of RGB (Red+Green+Blue) = 152+0+157=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #98009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98009D is #67FF62. Grayscale: #3E3E3E. Windows color (decimal): -6815587 or 10289304. OLE color: 10289304.
HSL color Cylindrical-coordinate representation of color #98009D: hue angle of 298.09º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98009D is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 0 | 157 | - |
| CMYK | 0.03 | 1 | 0 | 0.38 |
| HSL | 298.09º | 1% | 0.31% | - |
| HSV(B) | 298.09º | 1% | 0.62% | - |
| XYZ | 19.03 | 9.11 | 32.65 | - |
| YUV | 63.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 157 | 0.03 | 1 | 0 | 0.38 | 298.09 | 1 | 0.31 |
| Hex | 98 | 0 | 9D | 3 | 64 | 0 | 26 | 12A | 64 | 1F |
| Octal | 230 | 0 | 235 | 3 | 144 | 0 | 46 | 452 | 144 | 37 |
| Binary | 10011000 | 0 | 10011101 | 11 | 1100100 | 0 | 100110 | 100101010 | 1100100 | 11111 |
Color Harmonies of #98009D
Complementary color
Monochromatic Colors of #98009D
Black with #98009D
Text Example
Text Example
White with #98009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98009D; }
p { color: rgb(152,0,157); }
H1.HeaderClassName
{
color: #98009D;
}
.AnyTagClassName
{
color: #98009D;
}
</style>
background-color css
<style>
a { background-color: #98009D; }
a { background-color: rgb(152,0,157); }
div.DivClassName
{
background-color: #98009D;
}
.BgClassName
{
background-color: #98009D;
}
</style>
border-color css
<style>
span { border-color: #98009D; }
span { border-color: rgb(152,0,157); }
td.TdClassName
{
border-color: #98009D;
}
.TagClassName
{
border-color: #98009D;
}
</style>