Shades of Dark Magenta #99088D
Tints of Dark Magenta #99088D
RGB
CMYK
RGB Variations
Color information
#99088D (or 0x99088D) is known color: Dark Magenta. HEX triplet: 99, 08 and 8D. RGB value is (153,8,141). Sum of RGB (Red+Green+Blue) = 153+8+141=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99088D is #66F772. Grayscale: #424242. Windows color (decimal): -6748019 or 9242777. OLE color: 9242777.
HSL color Cylindrical-coordinate representation of color #99088D: hue angle of 304.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99088D is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 141 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.4 |
| HSL | 304.97º | 0.9% | 0.32% | - |
| HSV(B) | 304.97º | 0.95% | 0.6% | - |
| XYZ | 18.03 | 8.87 | 25.96 | - |
| YUV | 66.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 141 | 0 | 0.95 | 0.08 | 0.4 | 304.97 | 0.9 | 0.32 |
| Hex | 99 | 8 | 8D | 0 | 5F | 8 | 28 | 131 | 5A | 20 |
| Octal | 231 | 10 | 215 | 0 | 137 | 10 | 50 | 461 | 132 | 40 |
| Binary | 10011001 | 1000 | 10001101 | 0 | 1011111 | 1000 | 101000 | 100110001 | 1011010 | 100000 |
Color Harmonies of #99088D
Complementary color
Monochromatic Colors of #99088D
Black with #99088D
Text Example
Text Example
White with #99088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99088D; }
p { color: rgb(153,8,141); }
H1.HeaderClassName
{
color: #99088D;
}
.AnyTagClassName
{
color: #99088D;
}
</style>
background-color css
<style>
a { background-color: #99088D; }
a { background-color: rgb(153,8,141); }
div.DivClassName
{
background-color: #99088D;
}
.BgClassName
{
background-color: #99088D;
}
</style>
border-color css
<style>
span { border-color: #99088D; }
span { border-color: rgb(153,8,141); }
td.TdClassName
{
border-color: #99088D;
}
.TagClassName
{
border-color: #99088D;
}
</style>