Shades of Dark Magenta #9F168C
Tints of Dark Magenta #9F168C
RGB
CMYK
RGB Variations
Color information
#9F168C (or 0x9F168C) is known color: Dark Magenta. HEX triplet: 9F, 16 and 8C. RGB value is (159,22,140). Sum of RGB (Red+Green+Blue) = 159+22+140=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F168C is #60E973. Grayscale: #4C4C4C. Windows color (decimal): -6351220 or 9180831. OLE color: 9180831.
HSL color Cylindrical-coordinate representation of color #9F168C: hue angle of 308.32º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F168C is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 140 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.38 |
| HSL | 308.32º | 0.76% | 0.35% | - |
| HSV(B) | 308.32º | 0.86% | 0.62% | - |
| XYZ | 19.32 | 9.84 | 25.69 | - |
| YUV | 76.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 140 | 0 | 0.86 | 0.12 | 0.38 | 308.32 | 0.76 | 0.35 |
| Hex | 9F | 16 | 8C | 0 | 56 | C | 26 | 134 | 4C | 23 |
| Octal | 237 | 26 | 214 | 0 | 126 | 14 | 46 | 464 | 114 | 43 |
| Binary | 10011111 | 10110 | 10001100 | 0 | 1010110 | 1100 | 100110 | 100110100 | 1001100 | 100011 |
Color Harmonies of #9F168C
Complementary color
Monochromatic Colors of #9F168C
Black with #9F168C
Text Example
Text Example
White with #9F168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F168C; }
p { color: rgb(159,22,140); }
H1.HeaderClassName
{
color: #9F168C;
}
.AnyTagClassName
{
color: #9F168C;
}
</style>
background-color css
<style>
a { background-color: #9F168C; }
a { background-color: rgb(159,22,140); }
div.DivClassName
{
background-color: #9F168C;
}
.BgClassName
{
background-color: #9F168C;
}
</style>
border-color css
<style>
span { border-color: #9F168C; }
span { border-color: rgb(159,22,140); }
td.TdClassName
{
border-color: #9F168C;
}
.TagClassName
{
border-color: #9F168C;
}
</style>