Shades of Dark Magenta #9F0985
Tints of Dark Magenta #9F0985
RGB
CMYK
RGB Variations
Color information
#9F0985 (or 0x9F0985) is known color: Dark Magenta. HEX triplet: 9F, 09 and 85. RGB value is (159,9,133). Sum of RGB (Red+Green+Blue) = 159+9+133=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0985 is #60F67A. Grayscale: #434343. Windows color (decimal): -6354555 or 8718751. OLE color: 8718751.
HSL color Cylindrical-coordinate representation of color #9F0985: hue angle of 310.4º 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 #9F0985 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 133 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.38 |
| HSL | 310.4º | 0.89% | 0.33% | - |
| HSV(B) | 310.4º | 0.94% | 0.62% | - |
| XYZ | 18.63 | 9.26 | 23 | - |
| YUV | 67.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 133 | 0 | 0.94 | 0.16 | 0.38 | 310.4 | 0.89 | 0.33 |
| Hex | 9F | 9 | 85 | 0 | 5E | 10 | 26 | 136 | 59 | 21 |
| Octal | 237 | 11 | 205 | 0 | 136 | 20 | 46 | 466 | 131 | 41 |
| Binary | 10011111 | 1001 | 10000101 | 0 | 1011110 | 10000 | 100110 | 100110110 | 1011001 | 100001 |
Color Harmonies of #9F0985
Complementary color
Monochromatic Colors of #9F0985
Black with #9F0985
Text Example
Text Example
White with #9F0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0985; }
p { color: rgb(159,9,133); }
H1.HeaderClassName
{
color: #9F0985;
}
.AnyTagClassName
{
color: #9F0985;
}
</style>
background-color css
<style>
a { background-color: #9F0985; }
a { background-color: rgb(159,9,133); }
div.DivClassName
{
background-color: #9F0985;
}
.BgClassName
{
background-color: #9F0985;
}
</style>
border-color css
<style>
span { border-color: #9F0985; }
span { border-color: rgb(159,9,133); }
td.TdClassName
{
border-color: #9F0985;
}
.TagClassName
{
border-color: #9F0985;
}
</style>