Shades of Dark Magenta #9C078F
Tints of Dark Magenta #9C078F
RGB
CMYK
RGB Variations
Color information
#9C078F (or 0x9C078F) is known color: Dark Magenta. HEX triplet: 9C, 07 and 8F. RGB value is (156,7,143). Sum of RGB (Red+Green+Blue) = 156+7+143=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C078F is #63F870. Grayscale: #424242. Windows color (decimal): -6551665 or 9373596. OLE color: 9373596.
HSL color Cylindrical-coordinate representation of color #9C078F: hue angle of 305.23º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C078F is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.39 |
| HSL | 305.23º | 0.91% | 0.32% | - |
| HSV(B) | 305.23º | 0.96% | 0.61% | - |
| XYZ | 18.74 | 9.2 | 26.78 | - |
| YUV | 67.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 143 | 0 | 0.96 | 0.08 | 0.39 | 305.23 | 0.91 | 0.32 |
| Hex | 9C | 7 | 8F | 0 | 60 | 8 | 27 | 131 | 5B | 20 |
| Octal | 234 | 7 | 217 | 0 | 140 | 10 | 47 | 461 | 133 | 40 |
| Binary | 10011100 | 111 | 10001111 | 0 | 1100000 | 1000 | 100111 | 100110001 | 1011011 | 100000 |
Color Harmonies of #9C078F
Complementary color
Monochromatic Colors of #9C078F
Black with #9C078F
Text Example
Text Example
White with #9C078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C078F; }
p { color: rgb(156,7,143); }
H1.HeaderClassName
{
color: #9C078F;
}
.AnyTagClassName
{
color: #9C078F;
}
</style>
background-color css
<style>
a { background-color: #9C078F; }
a { background-color: rgb(156,7,143); }
div.DivClassName
{
background-color: #9C078F;
}
.BgClassName
{
background-color: #9C078F;
}
</style>
border-color css
<style>
span { border-color: #9C078F; }
span { border-color: rgb(156,7,143); }
td.TdClassName
{
border-color: #9C078F;
}
.TagClassName
{
border-color: #9C078F;
}
</style>