Shades of Dark Magenta #9C099A
Tints of Dark Magenta #9C099A
RGB
CMYK
RGB Variations
Color information
#9C099A (or 0x9C099A) is known color: Dark Magenta. HEX triplet: 9C, 09 and 9A. RGB value is (156,9,154). Sum of RGB (Red+Green+Blue) = 156+9+154=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C099A is #63F665. Grayscale: #454545. Windows color (decimal): -6551142 or 10095004. OLE color: 10095004.
HSL color Cylindrical-coordinate representation of color #9C099A: hue angle of 300.82º 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 #9C099A is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 154 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.39 |
| HSL | 300.82º | 0.89% | 0.32% | - |
| HSV(B) | 300.82º | 0.94% | 0.61% | - |
| XYZ | 19.64 | 9.6 | 31.39 | - |
| YUV | 69.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 154 | 0 | 0.94 | 0.01 | 0.39 | 300.82 | 0.89 | 0.32 |
| Hex | 9C | 9 | 9A | 0 | 5E | 1 | 27 | 12D | 59 | 20 |
| Octal | 234 | 11 | 232 | 0 | 136 | 1 | 47 | 455 | 131 | 40 |
| Binary | 10011100 | 1001 | 10011010 | 0 | 1011110 | 1 | 100111 | 100101101 | 1011001 | 100000 |
Color Harmonies of #9C099A
Complementary color
Monochromatic Colors of #9C099A
Black with #9C099A
Text Example
Text Example
White with #9C099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C099A; }
p { color: rgb(156,9,154); }
H1.HeaderClassName
{
color: #9C099A;
}
.AnyTagClassName
{
color: #9C099A;
}
</style>
background-color css
<style>
a { background-color: #9C099A; }
a { background-color: rgb(156,9,154); }
div.DivClassName
{
background-color: #9C099A;
}
.BgClassName
{
background-color: #9C099A;
}
</style>
border-color css
<style>
span { border-color: #9C099A; }
span { border-color: rgb(156,9,154); }
td.TdClassName
{
border-color: #9C099A;
}
.TagClassName
{
border-color: #9C099A;
}
</style>