Shades of Dark Magenta #9F209C
Tints of Dark Magenta #9F209C
RGB
CMYK
RGB Variations
Color information
#9F209C (or 0x9F209C) is known color: Dark Magenta. HEX triplet: 9F, 20 and 9C. RGB value is (159,32,156). Sum of RGB (Red+Green+Blue) = 159+32+156=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F209C is #60DF63. Grayscale: #535353. Windows color (decimal): -6348644 or 10231967. OLE color: 10231967.
HSL color Cylindrical-coordinate representation of color #9F209C: hue angle of 301.42º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F209C is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 156 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.38 |
| HSL | 301.42º | 0.66% | 0.37% | - |
| HSV(B) | 301.42º | 0.8% | 0.62% | - |
| XYZ | 20.82 | 10.8 | 32.44 | - |
| YUV | 84.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 156 | 0 | 0.80 | 0.02 | 0.38 | 301.42 | 0.66 | 0.37 |
| Hex | 9F | 20 | 9C | 0 | 50 | 2 | 26 | 12D | 42 | 25 |
| Octal | 237 | 40 | 234 | 0 | 120 | 2 | 46 | 455 | 102 | 45 |
| Binary | 10011111 | 100000 | 10011100 | 0 | 1010000 | 10 | 100110 | 100101101 | 1000010 | 100101 |
Color Harmonies of #9F209C
Complementary color
Monochromatic Colors of #9F209C
Black with #9F209C
Text Example
Text Example
White with #9F209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F209C; }
p { color: rgb(159,32,156); }
H1.HeaderClassName
{
color: #9F209C;
}
.AnyTagClassName
{
color: #9F209C;
}
</style>
background-color css
<style>
a { background-color: #9F209C; }
a { background-color: rgb(159,32,156); }
div.DivClassName
{
background-color: #9F209C;
}
.BgClassName
{
background-color: #9F209C;
}
</style>
border-color css
<style>
span { border-color: #9F209C; }
span { border-color: rgb(159,32,156); }
td.TdClassName
{
border-color: #9F209C;
}
.TagClassName
{
border-color: #9F209C;
}
</style>