Shades of Dark Magenta #9C099F
Tints of Dark Magenta #9C099F
RGB
CMYK
RGB Variations
Color information
#9C099F (or 0x9C099F) is known color: Dark Magenta. HEX triplet: 9C, 09 and 9F. RGB value is (156,9,159). Sum of RGB (Red+Green+Blue) = 156+9+159=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C099F is #63F660. Grayscale: #454545. Windows color (decimal): -6551137 or 10422684. OLE color: 10422684.
HSL color Cylindrical-coordinate representation of color #9C099F: hue angle of 298.8º 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 #9C099F is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 9 | 159 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.38 |
| HSL | 298.8º | 0.89% | 0.33% | - |
| HSV(B) | 298.8º | 0.94% | 0.62% | - |
| XYZ | 20.07 | 9.77 | 33.63 | - |
| YUV | 70.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 159 | 0.02 | 0.94 | 0 | 0.38 | 298.8 | 0.89 | 0.33 |
| Hex | 9C | 9 | 9F | 2 | 5E | 0 | 26 | 12B | 59 | 21 |
| Octal | 234 | 11 | 237 | 2 | 136 | 0 | 46 | 453 | 131 | 41 |
| Binary | 10011100 | 1001 | 10011111 | 10 | 1011110 | 0 | 100110 | 100101011 | 1011001 | 100001 |
Color Harmonies of #9C099F
Complementary color
Monochromatic Colors of #9C099F
Black with #9C099F
Text Example
Text Example
White with #9C099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C099F; }
p { color: rgb(156,9,159); }
H1.HeaderClassName
{
color: #9C099F;
}
.AnyTagClassName
{
color: #9C099F;
}
</style>
background-color css
<style>
a { background-color: #9C099F; }
a { background-color: rgb(156,9,159); }
div.DivClassName
{
background-color: #9C099F;
}
.BgClassName
{
background-color: #9C099F;
}
</style>
border-color css
<style>
span { border-color: #9C099F; }
span { border-color: rgb(156,9,159); }
td.TdClassName
{
border-color: #9C099F;
}
.TagClassName
{
border-color: #9C099F;
}
</style>