Shades of Dark Magenta #99048C
Tints of Dark Magenta #99048C
RGB
CMYK
RGB Variations
Color information
#99048C (or 0x99048C) is known color: Dark Magenta. HEX triplet: 99, 04 and 8C. RGB value is (153,4,140). Sum of RGB (Red+Green+Blue) = 153+4+140=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99048C is #66FB73. Grayscale: #3F3F3F. Windows color (decimal): -6749044 or 9176217. OLE color: 9176217.
HSL color Cylindrical-coordinate representation of color #99048C: hue angle of 305.23º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99048C is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 140 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.4 |
| HSL | 305.23º | 0.95% | 0.31% | - |
| HSV(B) | 305.23º | 0.97% | 0.6% | - |
| XYZ | 17.91 | 8.75 | 25.56 | - |
| YUV | 64.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 140 | 0 | 0.97 | 0.08 | 0.4 | 305.23 | 0.95 | 0.31 |
| Hex | 99 | 4 | 8C | 0 | 61 | 8 | 28 | 131 | 5F | 1F |
| Octal | 231 | 4 | 214 | 0 | 141 | 10 | 50 | 461 | 137 | 37 |
| Binary | 10011001 | 100 | 10001100 | 0 | 1100001 | 1000 | 101000 | 100110001 | 1011111 | 11111 |
Color Harmonies of #99048C
Complementary color
Monochromatic Colors of #99048C
Black with #99048C
Text Example
Text Example
White with #99048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99048C; }
p { color: rgb(153,4,140); }
H1.HeaderClassName
{
color: #99048C;
}
.AnyTagClassName
{
color: #99048C;
}
</style>
background-color css
<style>
a { background-color: #99048C; }
a { background-color: rgb(153,4,140); }
div.DivClassName
{
background-color: #99048C;
}
.BgClassName
{
background-color: #99048C;
}
</style>
border-color css
<style>
span { border-color: #99048C; }
span { border-color: rgb(153,4,140); }
td.TdClassName
{
border-color: #99048C;
}
.TagClassName
{
border-color: #99048C;
}
</style>