Shades of Dark Magenta #99088A
Tints of Dark Magenta #99088A
RGB
CMYK
RGB Variations
Color information
#99088A (or 0x99088A) is known color: Dark Magenta. HEX triplet: 99, 08 and 8A. RGB value is (153,8,138). Sum of RGB (Red+Green+Blue) = 153+8+138=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99088A is #66F775. Grayscale: #414141. Windows color (decimal): -6748022 or 9046169. OLE color: 9046169.
HSL color Cylindrical-coordinate representation of color #99088A: hue angle of 306.21º 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 #99088A is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.4 |
| HSL | 306.21º | 0.9% | 0.32% | - |
| HSV(B) | 306.21º | 0.95% | 0.6% | - |
| XYZ | 17.81 | 8.78 | 24.8 | - |
| YUV | 66.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 138 | 0 | 0.95 | 0.10 | 0.4 | 306.21 | 0.9 | 0.32 |
| Hex | 99 | 8 | 8A | 0 | 5F | A | 28 | 132 | 5A | 20 |
| Octal | 231 | 10 | 212 | 0 | 137 | 12 | 50 | 462 | 132 | 40 |
| Binary | 10011001 | 1000 | 10001010 | 0 | 1011111 | 1010 | 101000 | 100110010 | 1011010 | 100000 |
Color Harmonies of #99088A
Complementary color
Monochromatic Colors of #99088A
Black with #99088A
Text Example
Text Example
White with #99088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99088A; }
p { color: rgb(153,8,138); }
H1.HeaderClassName
{
color: #99088A;
}
.AnyTagClassName
{
color: #99088A;
}
</style>
background-color css
<style>
a { background-color: #99088A; }
a { background-color: rgb(153,8,138); }
div.DivClassName
{
background-color: #99088A;
}
.BgClassName
{
background-color: #99088A;
}
</style>
border-color css
<style>
span { border-color: #99088A; }
span { border-color: rgb(153,8,138); }
td.TdClassName
{
border-color: #99088A;
}
.TagClassName
{
border-color: #99088A;
}
</style>