Shades of Dark Magenta #99009C
Tints of Dark Magenta #99009C
RGB
CMYK
RGB Variations
Color information
#99009C (or 0x99009C) is known color: Dark Magenta. HEX triplet: 99, 00 and 9C. RGB value is (153,0,156). Sum of RGB (Red+Green+Blue) = 153+0+156=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #99009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99009C is #66FF63. Grayscale: #3F3F3F. Windows color (decimal): -6750052 or 10223769. OLE color: 10223769.
HSL color Cylindrical-coordinate representation of color #99009C: hue angle of 298.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99009C is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 0 | 156 | - |
| CMYK | 0.02 | 1 | 0 | 0.39 |
| HSL | 298.85º | 1% | 0.31% | - |
| HSV(B) | 298.85º | 1% | 0.61% | - |
| XYZ | 19.14 | 9.17 | 32.21 | - |
| YUV | 63.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 156 | 0.02 | 1 | 0 | 0.39 | 298.85 | 1 | 0.31 |
| Hex | 99 | 0 | 9C | 2 | 64 | 0 | 27 | 12B | 64 | 1F |
| Octal | 231 | 0 | 234 | 2 | 144 | 0 | 47 | 453 | 144 | 37 |
| Binary | 10011001 | 0 | 10011100 | 10 | 1100100 | 0 | 100111 | 100101011 | 1100100 | 11111 |
Color Harmonies of #99009C
Complementary color
Monochromatic Colors of #99009C
Black with #99009C
Text Example
Text Example
White with #99009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99009C; }
p { color: rgb(153,0,156); }
H1.HeaderClassName
{
color: #99009C;
}
.AnyTagClassName
{
color: #99009C;
}
</style>
background-color css
<style>
a { background-color: #99009C; }
a { background-color: rgb(153,0,156); }
div.DivClassName
{
background-color: #99009C;
}
.BgClassName
{
background-color: #99009C;
}
</style>
border-color css
<style>
span { border-color: #99009C; }
span { border-color: rgb(153,0,156); }
td.TdClassName
{
border-color: #99009C;
}
.TagClassName
{
border-color: #99009C;
}
</style>