Shades of Dark Magenta #98098B
Tints of Dark Magenta #98098B
RGB
CMYK
RGB Variations
Color information
#98098B (or 0x98098B) is known color: Dark Magenta. HEX triplet: 98, 09 and 8B. RGB value is (152,9,139). Sum of RGB (Red+Green+Blue) = 152+9+139=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98098B is #67F674. Grayscale: #424242. Windows color (decimal): -6813301 or 9111960. OLE color: 9111960.
HSL color Cylindrical-coordinate representation of color #98098B: hue angle of 305.45º 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 #98098B is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 139 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.40 |
| HSL | 305.45º | 0.89% | 0.32% | - |
| HSV(B) | 305.45º | 0.94% | 0.6% | - |
| XYZ | 17.71 | 8.73 | 25.18 | - |
| YUV | 66.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 139 | 0 | 0.94 | 0.09 | 0.40 | 305.45 | 0.89 | 0.32 |
| Hex | 98 | 9 | 8B | 0 | 5E | 9 | 28 | 131 | 59 | 20 |
| Octal | 230 | 11 | 213 | 0 | 136 | 11 | 50 | 461 | 131 | 40 |
| Binary | 10011000 | 1001 | 10001011 | 0 | 1011110 | 1001 | 101000 | 100110001 | 1011001 | 100000 |
Color Harmonies of #98098B
Complementary color
Monochromatic Colors of #98098B
Black with #98098B
Text Example
Text Example
White with #98098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98098B; }
p { color: rgb(152,9,139); }
H1.HeaderClassName
{
color: #98098B;
}
.AnyTagClassName
{
color: #98098B;
}
</style>
background-color css
<style>
a { background-color: #98098B; }
a { background-color: rgb(152,9,139); }
div.DivClassName
{
background-color: #98098B;
}
.BgClassName
{
background-color: #98098B;
}
</style>
border-color css
<style>
span { border-color: #98098B; }
span { border-color: rgb(152,9,139); }
td.TdClassName
{
border-color: #98098B;
}
.TagClassName
{
border-color: #98098B;
}
</style>