Shades of Dark Magenta #9F0889
Tints of Dark Magenta #9F0889
RGB
CMYK
RGB Variations
Color information
#9F0889 (or 0x9F0889) is known color: Dark Magenta. HEX triplet: 9F, 08 and 89. RGB value is (159,8,137). Sum of RGB (Red+Green+Blue) = 159+8+137=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0889 is #60F776. Grayscale: #434343. Windows color (decimal): -6354807 or 8980639. OLE color: 8980639.
HSL color Cylindrical-coordinate representation of color #9F0889: hue angle of 308.74º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0889 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 137 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.38 |
| HSL | 308.74º | 0.9% | 0.33% | - |
| HSV(B) | 308.74º | 0.95% | 0.62% | - |
| XYZ | 18.9 | 9.35 | 24.48 | - |
| YUV | 67.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 137 | 0 | 0.95 | 0.14 | 0.38 | 308.74 | 0.9 | 0.33 |
| Hex | 9F | 8 | 89 | 0 | 5F | E | 26 | 135 | 5A | 21 |
| Octal | 237 | 10 | 211 | 0 | 137 | 16 | 46 | 465 | 132 | 41 |
| Binary | 10011111 | 1000 | 10001001 | 0 | 1011111 | 1110 | 100110 | 100110101 | 1011010 | 100001 |
Color Harmonies of #9F0889
Complementary color
Monochromatic Colors of #9F0889
Black with #9F0889
Text Example
Text Example
White with #9F0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0889; }
p { color: rgb(159,8,137); }
H1.HeaderClassName
{
color: #9F0889;
}
.AnyTagClassName
{
color: #9F0889;
}
</style>
background-color css
<style>
a { background-color: #9F0889; }
a { background-color: rgb(159,8,137); }
div.DivClassName
{
background-color: #9F0889;
}
.BgClassName
{
background-color: #9F0889;
}
</style>
border-color css
<style>
span { border-color: #9F0889; }
span { border-color: rgb(159,8,137); }
td.TdClassName
{
border-color: #9F0889;
}
.TagClassName
{
border-color: #9F0889;
}
</style>