Shades of Dark Magenta #9C0791
Tints of Dark Magenta #9C0791
RGB
CMYK
RGB Variations
Color information
#9C0791 (or 0x9C0791) is known color: Dark Magenta. HEX triplet: 9C, 07 and 91. RGB value is (156,7,145). Sum of RGB (Red+Green+Blue) = 156+7+145=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0791 is #63F86E. Grayscale: #424242. Windows color (decimal): -6551663 or 9504668. OLE color: 9504668.
HSL color Cylindrical-coordinate representation of color #9C0791: hue angle of 304.43º 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 #9C0791 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 145 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.39 |
| HSL | 304.43º | 0.91% | 0.32% | - |
| HSV(B) | 304.43º | 0.96% | 0.61% | - |
| XYZ | 18.9 | 9.26 | 27.58 | - |
| YUV | 67.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 145 | 0 | 0.96 | 0.07 | 0.39 | 304.43 | 0.91 | 0.32 |
| Hex | 9C | 7 | 91 | 0 | 60 | 7 | 27 | 130 | 5B | 20 |
| Octal | 234 | 7 | 221 | 0 | 140 | 7 | 47 | 460 | 133 | 40 |
| Binary | 10011100 | 111 | 10010001 | 0 | 1100000 | 111 | 100111 | 100110000 | 1011011 | 100000 |
Color Harmonies of #9C0791
Complementary color
Monochromatic Colors of #9C0791
Black with #9C0791
Text Example
Text Example
White with #9C0791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0791; }
p { color: rgb(156,7,145); }
H1.HeaderClassName
{
color: #9C0791;
}
.AnyTagClassName
{
color: #9C0791;
}
</style>
background-color css
<style>
a { background-color: #9C0791; }
a { background-color: rgb(156,7,145); }
div.DivClassName
{
background-color: #9C0791;
}
.BgClassName
{
background-color: #9C0791;
}
</style>
border-color css
<style>
span { border-color: #9C0791; }
span { border-color: rgb(156,7,145); }
td.TdClassName
{
border-color: #9C0791;
}
.TagClassName
{
border-color: #9C0791;
}
</style>