Shades of Dark Magenta #99088C
Tints of Dark Magenta #99088C
RGB
CMYK
RGB Variations
Color information
#99088C (or 0x99088C) is known color: Dark Magenta. HEX triplet: 99, 08 and 8C. RGB value is (153,8,140). Sum of RGB (Red+Green+Blue) = 153+8+140=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #99088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99088C is #66F773. Grayscale: #424242. Windows color (decimal): -6748020 or 9177241. OLE color: 9177241.
HSL color Cylindrical-coordinate representation of color #99088C: hue angle of 305.38º 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 #99088C is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 140 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.4 |
| HSL | 305.38º | 0.9% | 0.32% | - |
| HSV(B) | 305.38º | 0.95% | 0.6% | - |
| XYZ | 17.96 | 8.84 | 25.57 | - |
| YUV | 66.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 140 | 0 | 0.95 | 0.08 | 0.4 | 305.38 | 0.9 | 0.32 |
| Hex | 99 | 8 | 8C | 0 | 5F | 8 | 28 | 131 | 5A | 20 |
| Octal | 231 | 10 | 214 | 0 | 137 | 10 | 50 | 461 | 132 | 40 |
| Binary | 10011001 | 1000 | 10001100 | 0 | 1011111 | 1000 | 101000 | 100110001 | 1011010 | 100000 |
Color Harmonies of #99088C
Complementary color
Monochromatic Colors of #99088C
Black with #99088C
Text Example
Text Example
White with #99088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99088C; }
p { color: rgb(153,8,140); }
H1.HeaderClassName
{
color: #99088C;
}
.AnyTagClassName
{
color: #99088C;
}
</style>
background-color css
<style>
a { background-color: #99088C; }
a { background-color: rgb(153,8,140); }
div.DivClassName
{
background-color: #99088C;
}
.BgClassName
{
background-color: #99088C;
}
</style>
border-color css
<style>
span { border-color: #99088C; }
span { border-color: rgb(153,8,140); }
td.TdClassName
{
border-color: #99088C;
}
.TagClassName
{
border-color: #99088C;
}
</style>