Shades of Dark Magenta #99099D
Tints of Dark Magenta #99099D
RGB
CMYK
RGB Variations
Color information
#99099D (or 0x99099D) is known color: Dark Magenta. HEX triplet: 99, 09 and 9D. RGB value is (153,9,157). Sum of RGB (Red+Green+Blue) = 153+9+157=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #99099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99099D is #66F662. Grayscale: #444444. Windows color (decimal): -6747747 or 10291609. OLE color: 10291609.
HSL color Cylindrical-coordinate representation of color #99099D: hue angle of 298.38º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99099D is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 9 | 157 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.38 |
| HSL | 298.38º | 0.89% | 0.33% | - |
| HSV(B) | 298.38º | 0.94% | 0.62% | - |
| XYZ | 19.32 | 9.4 | 32.69 | - |
| YUV | 68.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 157 | 0.03 | 0.94 | 0 | 0.38 | 298.38 | 0.89 | 0.33 |
| Hex | 99 | 9 | 9D | 3 | 5E | 0 | 26 | 12A | 59 | 21 |
| Octal | 231 | 11 | 235 | 3 | 136 | 0 | 46 | 452 | 131 | 41 |
| Binary | 10011001 | 1001 | 10011101 | 11 | 1011110 | 0 | 100110 | 100101010 | 1011001 | 100001 |
Color Harmonies of #99099D
Complementary color
Monochromatic Colors of #99099D
Black with #99099D
Text Example
Text Example
White with #99099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99099D; }
p { color: rgb(153,9,157); }
H1.HeaderClassName
{
color: #99099D;
}
.AnyTagClassName
{
color: #99099D;
}
</style>
background-color css
<style>
a { background-color: #99099D; }
a { background-color: rgb(153,9,157); }
div.DivClassName
{
background-color: #99099D;
}
.BgClassName
{
background-color: #99099D;
}
</style>
border-color css
<style>
span { border-color: #99099D; }
span { border-color: rgb(153,9,157); }
td.TdClassName
{
border-color: #99099D;
}
.TagClassName
{
border-color: #99099D;
}
</style>