Shades of Dark Magenta #9F0087
Tints of Dark Magenta #9F0087
RGB
CMYK
RGB Variations
Color information
#9F0087 (or 0x9F0087) is known color: Dark Magenta. HEX triplet: 9F, 00 and 87. RGB value is (159,0,135). Sum of RGB (Red+Green+Blue) = 159+0+135=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0087 is #60FF78. Grayscale: #3E3E3E. Windows color (decimal): -6356857 or 8847519. OLE color: 8847519.
HSL color Cylindrical-coordinate representation of color #9F0087: hue angle of 309.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0087 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.15 | 0.38 |
| HSL | 309.06º | 1% | 0.31% | - |
| HSV(B) | 309.06º | 1% | 0.62% | - |
| XYZ | 18.67 | 9.12 | 23.7 | - |
| YUV | 62.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 135 | 0 | 1 | 0.15 | 0.38 | 309.06 | 1 | 0.31 |
| Hex | 9F | 0 | 87 | 0 | 64 | F | 26 | 135 | 64 | 1F |
| Octal | 237 | 0 | 207 | 0 | 144 | 17 | 46 | 465 | 144 | 37 |
| Binary | 10011111 | 0 | 10000111 | 0 | 1100100 | 1111 | 100110 | 100110101 | 1100100 | 11111 |
Color Harmonies of #9F0087
Complementary color
Monochromatic Colors of #9F0087
Black with #9F0087
Text Example
Text Example
White with #9F0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0087; }
p { color: rgb(159,0,135); }
H1.HeaderClassName
{
color: #9F0087;
}
.AnyTagClassName
{
color: #9F0087;
}
</style>
background-color css
<style>
a { background-color: #9F0087; }
a { background-color: rgb(159,0,135); }
div.DivClassName
{
background-color: #9F0087;
}
.BgClassName
{
background-color: #9F0087;
}
</style>
border-color css
<style>
span { border-color: #9F0087; }
span { border-color: rgb(159,0,135); }
td.TdClassName
{
border-color: #9F0087;
}
.TagClassName
{
border-color: #9F0087;
}
</style>