Shades of Dark Magenta #9F0789
Tints of Dark Magenta #9F0789
RGB
CMYK
RGB Variations
Color information
#9F0789 (or 0x9F0789) is known color: Dark Magenta. HEX triplet: 9F, 07 and 89. RGB value is (159,7,137). Sum of RGB (Red+Green+Blue) = 159+7+137=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0789 is #60F876. Grayscale: #424242. Windows color (decimal): -6355063 or 8980383. OLE color: 8980383.
HSL color Cylindrical-coordinate representation of color #9F0789: hue angle of 308.68º 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 #9F0789 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.38 |
| HSL | 308.68º | 0.92% | 0.33% | - |
| HSV(B) | 308.68º | 0.96% | 0.62% | - |
| XYZ | 18.89 | 9.33 | 24.47 | - |
| YUV | 67.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 137 | 0 | 0.96 | 0.14 | 0.38 | 308.68 | 0.92 | 0.33 |
| Hex | 9F | 7 | 89 | 0 | 60 | E | 26 | 135 | 5C | 21 |
| Octal | 237 | 7 | 211 | 0 | 140 | 16 | 46 | 465 | 134 | 41 |
| Binary | 10011111 | 111 | 10001001 | 0 | 1100000 | 1110 | 100110 | 100110101 | 1011100 | 100001 |
Color Harmonies of #9F0789
Complementary color
Monochromatic Colors of #9F0789
Black with #9F0789
Text Example
Text Example
White with #9F0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0789; }
p { color: rgb(159,7,137); }
H1.HeaderClassName
{
color: #9F0789;
}
.AnyTagClassName
{
color: #9F0789;
}
</style>
background-color css
<style>
a { background-color: #9F0789; }
a { background-color: rgb(159,7,137); }
div.DivClassName
{
background-color: #9F0789;
}
.BgClassName
{
background-color: #9F0789;
}
</style>
border-color css
<style>
span { border-color: #9F0789; }
span { border-color: rgb(159,7,137); }
td.TdClassName
{
border-color: #9F0789;
}
.TagClassName
{
border-color: #9F0789;
}
</style>