Shades of Dark Magenta #9F099C
Tints of Dark Magenta #9F099C
RGB
CMYK
RGB Variations
Color information
#9F099C (or 0x9F099C) is known color: Dark Magenta. HEX triplet: 9F, 09 and 9C. RGB value is (159,9,156). Sum of RGB (Red+Green+Blue) = 159+9+156=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F099C is #60F663. Grayscale: #464646. Windows color (decimal): -6354532 or 10226079. OLE color: 10226079.
HSL color Cylindrical-coordinate representation of color #9F099C: hue angle of 301.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F099C is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 156 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.38 |
| HSL | 301.2º | 0.89% | 0.33% | - |
| HSV(B) | 301.2º | 0.94% | 0.62% | - |
| XYZ | 20.4 | 9.97 | 32.3 | - |
| YUV | 70.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 156 | 0 | 0.94 | 0.02 | 0.38 | 301.2 | 0.89 | 0.33 |
| Hex | 9F | 9 | 9C | 0 | 5E | 2 | 26 | 12D | 59 | 21 |
| Octal | 237 | 11 | 234 | 0 | 136 | 2 | 46 | 455 | 131 | 41 |
| Binary | 10011111 | 1001 | 10011100 | 0 | 1011110 | 10 | 100110 | 100101101 | 1011001 | 100001 |
Color Harmonies of #9F099C
Complementary color
Monochromatic Colors of #9F099C
Black with #9F099C
Text Example
Text Example
White with #9F099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F099C; }
p { color: rgb(159,9,156); }
H1.HeaderClassName
{
color: #9F099C;
}
.AnyTagClassName
{
color: #9F099C;
}
</style>
background-color css
<style>
a { background-color: #9F099C; }
a { background-color: rgb(159,9,156); }
div.DivClassName
{
background-color: #9F099C;
}
.BgClassName
{
background-color: #9F099C;
}
</style>
border-color css
<style>
span { border-color: #9F099C; }
span { border-color: rgb(159,9,156); }
td.TdClassName
{
border-color: #9F099C;
}
.TagClassName
{
border-color: #9F099C;
}
</style>