Shades of Dark Magenta #99099A
Tints of Dark Magenta #99099A
RGB
CMYK
RGB Variations
Color information
#99099A (or 0x99099A) is known color: Dark Magenta. HEX triplet: 99, 09 and 9A. RGB value is (153,9,154). Sum of RGB (Red+Green+Blue) = 153+9+154=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #99099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99099A is #66F665. Grayscale: #444444. Windows color (decimal): -6747750 or 10095001. OLE color: 10095001.
HSL color Cylindrical-coordinate representation of color #99099A: hue angle of 299.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99099A is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 9 | 154 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.40 |
| HSL | 299.59º | 0.89% | 0.32% | - |
| HSV(B) | 299.59º | 0.94% | 0.6% | - |
| XYZ | 19.07 | 9.3 | 31.36 | - |
| YUV | 68.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 154 | 0.01 | 0.94 | 0 | 0.40 | 299.59 | 0.89 | 0.32 |
| Hex | 99 | 9 | 9A | 1 | 5E | 0 | 28 | 12C | 59 | 20 |
| Octal | 231 | 11 | 232 | 1 | 136 | 0 | 50 | 454 | 131 | 40 |
| Binary | 10011001 | 1001 | 10011010 | 1 | 1011110 | 0 | 101000 | 100101100 | 1011001 | 100000 |
Color Harmonies of #99099A
Complementary color
Monochromatic Colors of #99099A
Black with #99099A
Text Example
Text Example
White with #99099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99099A; }
p { color: rgb(153,9,154); }
H1.HeaderClassName
{
color: #99099A;
}
.AnyTagClassName
{
color: #99099A;
}
</style>
background-color css
<style>
a { background-color: #99099A; }
a { background-color: rgb(153,9,154); }
div.DivClassName
{
background-color: #99099A;
}
.BgClassName
{
background-color: #99099A;
}
</style>
border-color css
<style>
span { border-color: #99099A; }
span { border-color: rgb(153,9,154); }
td.TdClassName
{
border-color: #99099A;
}
.TagClassName
{
border-color: #99099A;
}
</style>