Shades of Dark Magenta #98097F
Tints of Dark Magenta #98097F
RGB
CMYK
RGB Variations
Color information
#98097F (or 0x98097F) is known color: Dark Magenta. HEX triplet: 98, 09 and 7F. RGB value is (152,9,127). Sum of RGB (Red+Green+Blue) = 152+9+127=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #98097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98097F is #67F680. Grayscale: #404040. Windows color (decimal): -6813313 or 8325528. OLE color: 8325528.
HSL color Cylindrical-coordinate representation of color #98097F: hue angle of 310.49º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98097F is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 127 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.40 |
| HSL | 310.49º | 0.89% | 0.32% | - |
| HSV(B) | 310.49º | 0.94% | 0.6% | - |
| XYZ | 16.88 | 8.4 | 20.81 | - |
| YUV | 65.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 127 | 0 | 0.94 | 0.16 | 0.40 | 310.49 | 0.89 | 0.32 |
| Hex | 98 | 9 | 7F | 0 | 5E | 10 | 28 | 136 | 59 | 20 |
| Octal | 230 | 11 | 177 | 0 | 136 | 20 | 50 | 466 | 131 | 40 |
| Binary | 10011000 | 1001 | 1111111 | 0 | 1011110 | 10000 | 101000 | 100110110 | 1011001 | 100000 |
Color Harmonies of #98097F
Complementary color
Monochromatic Colors of #98097F
Black with #98097F
Text Example
Text Example
White with #98097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98097F; }
p { color: rgb(152,9,127); }
H1.HeaderClassName
{
color: #98097F;
}
.AnyTagClassName
{
color: #98097F;
}
</style>
background-color css
<style>
a { background-color: #98097F; }
a { background-color: rgb(152,9,127); }
div.DivClassName
{
background-color: #98097F;
}
.BgClassName
{
background-color: #98097F;
}
</style>
border-color css
<style>
span { border-color: #98097F; }
span { border-color: rgb(152,9,127); }
td.TdClassName
{
border-color: #98097F;
}
.TagClassName
{
border-color: #98097F;
}
</style>