Shades of Dark Magenta #9C0F91
Tints of Dark Magenta #9C0F91
RGB
CMYK
RGB Variations
Color information
#9C0F91 (or 0x9C0F91) is known color: Dark Magenta. HEX triplet: 9C, 0F and 91. RGB value is (156,15,145). Sum of RGB (Red+Green+Blue) = 156+15+145=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F91 is #63F06E. Grayscale: #474747. Windows color (decimal): -6549615 or 9506716. OLE color: 9506716.
HSL color Cylindrical-coordinate representation of color #9C0F91: hue angle of 304.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F91 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 145 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.39 |
| HSL | 304.68º | 0.82% | 0.34% | - |
| HSV(B) | 304.68º | 0.9% | 0.61% | - |
| XYZ | 18.99 | 9.45 | 27.61 | - |
| YUV | 71.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 145 | 0 | 0.90 | 0.07 | 0.39 | 304.68 | 0.82 | 0.34 |
| Hex | 9C | F | 91 | 0 | 5A | 7 | 27 | 131 | 52 | 22 |
| Octal | 234 | 17 | 221 | 0 | 132 | 7 | 47 | 461 | 122 | 42 |
| Binary | 10011100 | 1111 | 10010001 | 0 | 1011010 | 111 | 100111 | 100110001 | 1010010 | 100010 |
Color Harmonies of #9C0F91
Complementary color
Monochromatic Colors of #9C0F91
Black with #9C0F91
Text Example
Text Example
White with #9C0F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F91; }
p { color: rgb(156,15,145); }
H1.HeaderClassName
{
color: #9C0F91;
}
.AnyTagClassName
{
color: #9C0F91;
}
</style>
background-color css
<style>
a { background-color: #9C0F91; }
a { background-color: rgb(156,15,145); }
div.DivClassName
{
background-color: #9C0F91;
}
.BgClassName
{
background-color: #9C0F91;
}
</style>
border-color css
<style>
span { border-color: #9C0F91; }
span { border-color: rgb(156,15,145); }
td.TdClassName
{
border-color: #9C0F91;
}
.TagClassName
{
border-color: #9C0F91;
}
</style>