Shades of Dark Magenta #99099C
Tints of Dark Magenta #99099C
RGB
CMYK
RGB Variations
Color information
#99099C (or 0x99099C) is known color: Dark Magenta. HEX triplet: 99, 09 and 9C. RGB value is (153,9,156). Sum of RGB (Red+Green+Blue) = 153+9+156=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #99099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99099C is #66F663. Grayscale: #444444. Windows color (decimal): -6747748 or 10226073. OLE color: 10226073.
HSL color Cylindrical-coordinate representation of color #99099C: hue angle of 298.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99099C is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 9 | 156 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.39 |
| HSL | 298.78º | 0.89% | 0.32% | - |
| HSV(B) | 298.78º | 0.94% | 0.61% | - |
| XYZ | 19.24 | 9.37 | 32.25 | - |
| YUV | 68.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 156 | 0.02 | 0.94 | 0 | 0.39 | 298.78 | 0.89 | 0.32 |
| Hex | 99 | 9 | 9C | 2 | 5E | 0 | 27 | 12B | 59 | 20 |
| Octal | 231 | 11 | 234 | 2 | 136 | 0 | 47 | 453 | 131 | 40 |
| Binary | 10011001 | 1001 | 10011100 | 10 | 1011110 | 0 | 100111 | 100101011 | 1011001 | 100000 |
Color Harmonies of #99099C
Complementary color
Monochromatic Colors of #99099C
Black with #99099C
Text Example
Text Example
White with #99099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99099C; }
p { color: rgb(153,9,156); }
H1.HeaderClassName
{
color: #99099C;
}
.AnyTagClassName
{
color: #99099C;
}
</style>
background-color css
<style>
a { background-color: #99099C; }
a { background-color: rgb(153,9,156); }
div.DivClassName
{
background-color: #99099C;
}
.BgClassName
{
background-color: #99099C;
}
</style>
border-color css
<style>
span { border-color: #99099C; }
span { border-color: rgb(153,9,156); }
td.TdClassName
{
border-color: #99099C;
}
.TagClassName
{
border-color: #99099C;
}
</style>