Shades of Dark Magenta #9C007F
Tints of Dark Magenta #9C007F
RGB
CMYK
RGB Variations
Color information
#9C007F (or 0x9C007F) is known color: Dark Magenta. HEX triplet: 9C, 00 and 7F. RGB value is (156,0,127). Sum of RGB (Red+Green+Blue) = 156+0+127=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C007F is #63FF80. Grayscale: #3C3C3C. Windows color (decimal): -6553473 or 8323228. OLE color: 8323228.
HSL color Cylindrical-coordinate representation of color #9C007F: hue angle of 311.15º 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 #9C007F is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.19 | 0.39 |
| HSL | 311.15º | 1% | 0.31% | - |
| HSV(B) | 311.15º | 1% | 0.61% | - |
| XYZ | 17.54 | 8.6 | 20.81 | - |
| YUV | 61.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 127 | 0 | 1 | 0.19 | 0.39 | 311.15 | 1 | 0.31 |
| Hex | 9C | 0 | 7F | 0 | 64 | 13 | 27 | 137 | 64 | 1F |
| Octal | 234 | 0 | 177 | 0 | 144 | 23 | 47 | 467 | 144 | 37 |
| Binary | 10011100 | 0 | 1111111 | 0 | 1100100 | 10011 | 100111 | 100110111 | 1100100 | 11111 |
Color Harmonies of #9C007F
Complementary color
Monochromatic Colors of #9C007F
Black with #9C007F
Text Example
Text Example
White with #9C007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C007F; }
p { color: rgb(156,0,127); }
H1.HeaderClassName
{
color: #9C007F;
}
.AnyTagClassName
{
color: #9C007F;
}
</style>
background-color css
<style>
a { background-color: #9C007F; }
a { background-color: rgb(156,0,127); }
div.DivClassName
{
background-color: #9C007F;
}
.BgClassName
{
background-color: #9C007F;
}
</style>
border-color css
<style>
span { border-color: #9C007F; }
span { border-color: rgb(156,0,127); }
td.TdClassName
{
border-color: #9C007F;
}
.TagClassName
{
border-color: #9C007F;
}
</style>