Shades of Dark Magenta #98099B
Tints of Dark Magenta #98099B
RGB
CMYK
RGB Variations
Color information
#98099B (or 0x98099B) is known color: Dark Magenta. HEX triplet: 98, 09 and 9B. RGB value is (152,9,155). Sum of RGB (Red+Green+Blue) = 152+9+155=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #98099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98099B is #67F664. Grayscale: #434343. Windows color (decimal): -6813285 or 10160536. OLE color: 10160536.
HSL color Cylindrical-coordinate representation of color #98099B: hue angle of 298.77º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98099B is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 9 | 155 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.39 |
| HSL | 298.77º | 0.89% | 0.32% | - |
| HSV(B) | 298.77º | 0.94% | 0.61% | - |
| XYZ | 18.96 | 9.24 | 31.79 | - |
| YUV | 68.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 155 | 0.02 | 0.94 | 0 | 0.39 | 298.77 | 0.89 | 0.32 |
| Hex | 98 | 9 | 9B | 2 | 5E | 0 | 27 | 12B | 59 | 20 |
| Octal | 230 | 11 | 233 | 2 | 136 | 0 | 47 | 453 | 131 | 40 |
| Binary | 10011000 | 1001 | 10011011 | 10 | 1011110 | 0 | 100111 | 100101011 | 1011001 | 100000 |
Color Harmonies of #98099B
Complementary color
Monochromatic Colors of #98099B
Black with #98099B
Text Example
Text Example
White with #98099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98099B; }
p { color: rgb(152,9,155); }
H1.HeaderClassName
{
color: #98099B;
}
.AnyTagClassName
{
color: #98099B;
}
</style>
background-color css
<style>
a { background-color: #98099B; }
a { background-color: rgb(152,9,155); }
div.DivClassName
{
background-color: #98099B;
}
.BgClassName
{
background-color: #98099B;
}
</style>
border-color css
<style>
span { border-color: #98099B; }
span { border-color: rgb(152,9,155); }
td.TdClassName
{
border-color: #98099B;
}
.TagClassName
{
border-color: #98099B;
}
</style>