Shades of Dark Magenta #9C017F
Tints of Dark Magenta #9C017F
RGB
CMYK
RGB Variations
Color information
#9C017F (or 0x9C017F) is known color: Dark Magenta. HEX triplet: 9C, 01 and 7F. RGB value is (156,1,127). Sum of RGB (Red+Green+Blue) = 156+1+127=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C017F is #63FE80. Grayscale: #3D3D3D. Windows color (decimal): -6553217 or 8323484. OLE color: 8323484.
HSL color Cylindrical-coordinate representation of color #9C017F: hue angle of 311.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C017F is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.39 |
| HSL | 311.23º | 0.99% | 0.31% | - |
| HSV(B) | 311.23º | 0.99% | 0.61% | - |
| XYZ | 17.55 | 8.62 | 20.82 | - |
| YUV | 61.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 127 | 0 | 0.99 | 0.19 | 0.39 | 311.23 | 0.99 | 0.31 |
| Hex | 9C | 1 | 7F | 0 | 63 | 13 | 27 | 137 | 63 | 1F |
| Octal | 234 | 1 | 177 | 0 | 143 | 23 | 47 | 467 | 143 | 37 |
| Binary | 10011100 | 1 | 1111111 | 0 | 1100011 | 10011 | 100111 | 100110111 | 1100011 | 11111 |
Color Harmonies of #9C017F
Complementary color
Monochromatic Colors of #9C017F
Black with #9C017F
Text Example
Text Example
White with #9C017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C017F; }
p { color: rgb(156,1,127); }
H1.HeaderClassName
{
color: #9C017F;
}
.AnyTagClassName
{
color: #9C017F;
}
</style>
background-color css
<style>
a { background-color: #9C017F; }
a { background-color: rgb(156,1,127); }
div.DivClassName
{
background-color: #9C017F;
}
.BgClassName
{
background-color: #9C017F;
}
</style>
border-color css
<style>
span { border-color: #9C017F; }
span { border-color: rgb(156,1,127); }
td.TdClassName
{
border-color: #9C017F;
}
.TagClassName
{
border-color: #9C017F;
}
</style>