Shades of Dark Magenta #9C099C
Tints of Dark Magenta #9C099C
RGB
CMYK
RGB Variations
Color information
#9C099C (or 0x9C099C) is known color: Dark Magenta. HEX triplet: 9C, 09 and 9C. RGB value is (156,9,156). Sum of RGB (Red+Green+Blue) = 156+9+156=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C099C is #63F663. Grayscale: #454545. Windows color (decimal): -6551140 or 10226076. OLE color: 10226076.
HSL color Cylindrical-coordinate representation of color #9C099C: hue angle of 300º 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 #9C099C is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 156 | - |
| CMYK | 0 | 0.94 | 0 | 0.39 |
| HSL | 300º | 0.89% | 0.32% | - |
| HSV(B) | 300º | 0.94% | 0.61% | - |
| XYZ | 19.81 | 9.66 | 32.27 | - |
| YUV | 69.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 156 | 0 | 0.94 | 0 | 0.39 | 300 | 0.89 | 0.32 |
| Hex | 9C | 9 | 9C | 0 | 5E | 0 | 27 | 12C | 59 | 20 |
| Octal | 234 | 11 | 234 | 0 | 136 | 0 | 47 | 454 | 131 | 40 |
| Binary | 10011100 | 1001 | 10011100 | 0 | 1011110 | 0 | 100111 | 100101100 | 1011001 | 100000 |
Color Harmonies of #9C099C
Complementary color
Monochromatic Colors of #9C099C
Black with #9C099C
Text Example
Text Example
White with #9C099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C099C; }
p { color: rgb(156,9,156); }
H1.HeaderClassName
{
color: #9C099C;
}
.AnyTagClassName
{
color: #9C099C;
}
</style>
background-color css
<style>
a { background-color: #9C099C; }
a { background-color: rgb(156,9,156); }
div.DivClassName
{
background-color: #9C099C;
}
.BgClassName
{
background-color: #9C099C;
}
</style>
border-color css
<style>
span { border-color: #9C099C; }
span { border-color: rgb(156,9,156); }
td.TdClassName
{
border-color: #9C099C;
}
.TagClassName
{
border-color: #9C099C;
}
</style>