Shades of Dark Magenta #98098C
Tints of Dark Magenta #98098C
RGB
CMYK
RGB Variations
Color information
#98098C (or 0x98098C) is known color: Dark Magenta. HEX triplet: 98, 09 and 8C. RGB value is (152,9,140). Sum of RGB (Red+Green+Blue) = 152+9+140=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98098C is #67F673. Grayscale: #424242. Windows color (decimal): -6813300 or 9177496. OLE color: 9177496.
HSL color Cylindrical-coordinate representation of color #98098C: hue angle of 305.03º 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 #98098C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 140 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.40 |
| HSL | 305.04º | 0.89% | 0.32% | - |
| HSV(B) | 305.04º | 0.94% | 0.6% | - |
| XYZ | 17.78 | 8.76 | 25.57 | - |
| YUV | 66.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 140 | 0 | 0.94 | 0.08 | 0.40 | 305.04 | 0.89 | 0.32 |
| Hex | 98 | 9 | 8C | 0 | 5E | 8 | 28 | 131 | 59 | 20 |
| Octal | 230 | 11 | 214 | 0 | 136 | 10 | 50 | 461 | 131 | 40 |
| Binary | 10011000 | 1001 | 10001100 | 0 | 1011110 | 1000 | 101000 | 100110001 | 1011001 | 100000 |
Color Harmonies of #98098C
Complementary color
Monochromatic Colors of #98098C
Black with #98098C
Text Example
Text Example
White with #98098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98098C; }
p { color: rgb(152,9,140); }
H1.HeaderClassName
{
color: #98098C;
}
.AnyTagClassName
{
color: #98098C;
}
</style>
background-color css
<style>
a { background-color: #98098C; }
a { background-color: rgb(152,9,140); }
div.DivClassName
{
background-color: #98098C;
}
.BgClassName
{
background-color: #98098C;
}
</style>
border-color css
<style>
span { border-color: #98098C; }
span { border-color: rgb(152,9,140); }
td.TdClassName
{
border-color: #98098C;
}
.TagClassName
{
border-color: #98098C;
}
</style>