Shades of Dark Magenta #9F0689
Tints of Dark Magenta #9F0689
RGB
CMYK
RGB Variations
Color information
#9F0689 (or 0x9F0689) is known color: Dark Magenta. HEX triplet: 9F, 06 and 89. RGB value is (159,6,137). Sum of RGB (Red+Green+Blue) = 159+6+137=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0689 is #60F976. Grayscale: #424242. Windows color (decimal): -6355319 or 8980127. OLE color: 8980127.
HSL color Cylindrical-coordinate representation of color #9F0689: hue angle of 308.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0689 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.38 |
| HSL | 308.63º | 0.93% | 0.32% | - |
| HSV(B) | 308.63º | 0.96% | 0.62% | - |
| XYZ | 18.88 | 9.31 | 24.47 | - |
| YUV | 66.68 | 167.69 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 137 | 0 | 0.96 | 0.14 | 0.38 | 308.63 | 0.93 | 0.32 |
| Hex | 9F | 6 | 89 | 0 | 60 | E | 26 | 135 | 5D | 20 |
| Octal | 237 | 6 | 211 | 0 | 140 | 16 | 46 | 465 | 135 | 40 |
| Binary | 10011111 | 110 | 10001001 | 0 | 1100000 | 1110 | 100110 | 100110101 | 1011101 | 100000 |
Color Harmonies of #9F0689
Complementary color
Monochromatic Colors of #9F0689
Black with #9F0689
Text Example
Text Example
White with #9F0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0689; }
p { color: rgb(159,6,137); }
H1.HeaderClassName
{
color: #9F0689;
}
.AnyTagClassName
{
color: #9F0689;
}
</style>
background-color css
<style>
a { background-color: #9F0689; }
a { background-color: rgb(159,6,137); }
div.DivClassName
{
background-color: #9F0689;
}
.BgClassName
{
background-color: #9F0689;
}
</style>
border-color css
<style>
span { border-color: #9F0689; }
span { border-color: rgb(159,6,137); }
td.TdClassName
{
border-color: #9F0689;
}
.TagClassName
{
border-color: #9F0689;
}
</style>