Shades of Dark Magenta #99049C
Tints of Dark Magenta #99049C
RGB
CMYK
RGB Variations
Color information
#99049C (or 0x99049C) is known color: Dark Magenta. HEX triplet: 99, 04 and 9C. RGB value is (153,4,156). Sum of RGB (Red+Green+Blue) = 153+4+156=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #99049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99049C is #66FB63. Grayscale: #414141. Windows color (decimal): -6749028 or 10224793. OLE color: 10224793.
HSL color Cylindrical-coordinate representation of color #99049C: hue angle of 298.82º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99049C is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 4 | 156 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.39 |
| HSL | 298.82º | 0.95% | 0.31% | - |
| HSV(B) | 298.82º | 0.97% | 0.61% | - |
| XYZ | 19.18 | 9.26 | 32.23 | - |
| YUV | 65.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 156 | 0.02 | 0.97 | 0 | 0.39 | 298.82 | 0.95 | 0.31 |
| Hex | 99 | 4 | 9C | 2 | 61 | 0 | 27 | 12B | 5F | 1F |
| Octal | 231 | 4 | 234 | 2 | 141 | 0 | 47 | 453 | 137 | 37 |
| Binary | 10011001 | 100 | 10011100 | 10 | 1100001 | 0 | 100111 | 100101011 | 1011111 | 11111 |
Color Harmonies of #99049C
Complementary color
Monochromatic Colors of #99049C
Black with #99049C
Text Example
Text Example
White with #99049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99049C; }
p { color: rgb(153,4,156); }
H1.HeaderClassName
{
color: #99049C;
}
.AnyTagClassName
{
color: #99049C;
}
</style>
background-color css
<style>
a { background-color: #99049C; }
a { background-color: rgb(153,4,156); }
div.DivClassName
{
background-color: #99049C;
}
.BgClassName
{
background-color: #99049C;
}
</style>
border-color css
<style>
span { border-color: #99049C; }
span { border-color: rgb(153,4,156); }
td.TdClassName
{
border-color: #99049C;
}
.TagClassName
{
border-color: #99049C;
}
</style>