Shades of Dark Magenta #99099E
Tints of Dark Magenta #99099E
RGB
CMYK
RGB Variations
Color information
#99099E (or 0x99099E) is known color: Dark Magenta. HEX triplet: 99, 09 and 9E. RGB value is (153,9,158). Sum of RGB (Red+Green+Blue) = 153+9+158=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #99099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99099E is #66F661. Grayscale: #444444. Windows color (decimal): -6747746 or 10357145. OLE color: 10357145.
HSL color Cylindrical-coordinate representation of color #99099E: hue angle of 297.99º 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 #99099E is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 9 | 158 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.38 |
| HSL | 297.99º | 0.89% | 0.33% | - |
| HSV(B) | 297.99º | 0.94% | 0.62% | - |
| XYZ | 19.41 | 9.44 | 33.15 | - |
| YUV | 69.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 158 | 0.03 | 0.94 | 0 | 0.38 | 297.99 | 0.89 | 0.33 |
| Hex | 99 | 9 | 9E | 3 | 5E | 0 | 26 | 12A | 59 | 21 |
| Octal | 231 | 11 | 236 | 3 | 136 | 0 | 46 | 452 | 131 | 41 |
| Binary | 10011001 | 1001 | 10011110 | 11 | 1011110 | 0 | 100110 | 100101010 | 1011001 | 100001 |
Color Harmonies of #99099E
Complementary color
Monochromatic Colors of #99099E
Black with #99099E
Text Example
Text Example
White with #99099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99099E; }
p { color: rgb(153,9,158); }
H1.HeaderClassName
{
color: #99099E;
}
.AnyTagClassName
{
color: #99099E;
}
</style>
background-color css
<style>
a { background-color: #99099E; }
a { background-color: rgb(153,9,158); }
div.DivClassName
{
background-color: #99099E;
}
.BgClassName
{
background-color: #99099E;
}
</style>
border-color css
<style>
span { border-color: #99099E; }
span { border-color: rgb(153,9,158); }
td.TdClassName
{
border-color: #99099E;
}
.TagClassName
{
border-color: #99099E;
}
</style>