Shades of Dark Magenta #9F079C
Tints of Dark Magenta #9F079C
RGB
CMYK
RGB Variations
Color information
#9F079C (or 0x9F079C) is known color: Dark Magenta. HEX triplet: 9F, 07 and 9C. RGB value is (159,7,156). Sum of RGB (Red+Green+Blue) = 159+7+156=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F079C is #60F863. Grayscale: #444444. Windows color (decimal): -6355044 or 10225567. OLE color: 10225567.
HSL color Cylindrical-coordinate representation of color #9F079C: hue angle of 301.18º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F079C is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.38 |
| HSL | 301.18º | 0.92% | 0.33% | - |
| HSV(B) | 301.18º | 0.96% | 0.62% | - |
| XYZ | 20.37 | 9.92 | 32.29 | - |
| YUV | 69.43 | 176.86 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 156 | 0 | 0.96 | 0.02 | 0.38 | 301.18 | 0.92 | 0.33 |
| Hex | 9F | 7 | 9C | 0 | 60 | 2 | 26 | 12D | 5C | 21 |
| Octal | 237 | 7 | 234 | 0 | 140 | 2 | 46 | 455 | 134 | 41 |
| Binary | 10011111 | 111 | 10011100 | 0 | 1100000 | 10 | 100110 | 100101101 | 1011100 | 100001 |
Color Harmonies of #9F079C
Complementary color
Monochromatic Colors of #9F079C
Black with #9F079C
Text Example
Text Example
White with #9F079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F079C; }
p { color: rgb(159,7,156); }
H1.HeaderClassName
{
color: #9F079C;
}
.AnyTagClassName
{
color: #9F079C;
}
</style>
background-color css
<style>
a { background-color: #9F079C; }
a { background-color: rgb(159,7,156); }
div.DivClassName
{
background-color: #9F079C;
}
.BgClassName
{
background-color: #9F079C;
}
</style>
border-color css
<style>
span { border-color: #9F079C; }
span { border-color: rgb(159,7,156); }
td.TdClassName
{
border-color: #9F079C;
}
.TagClassName
{
border-color: #9F079C;
}
</style>