Shades of Dark Magenta #9F0885
Tints of Dark Magenta #9F0885
RGB
CMYK
RGB Variations
Color information
#9F0885 (or 0x9F0885) is known color: Dark Magenta. HEX triplet: 9F, 08 and 85. RGB value is (159,8,133). Sum of RGB (Red+Green+Blue) = 159+8+133=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0885 is #60F77A. Grayscale: #434343. Windows color (decimal): -6354811 or 8718495. OLE color: 8718495.
HSL color Cylindrical-coordinate representation of color #9F0885: hue angle of 310.33º 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 #9F0885 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 133 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.38 |
| HSL | 310.33º | 0.9% | 0.33% | - |
| HSV(B) | 310.33º | 0.95% | 0.62% | - |
| XYZ | 18.62 | 9.24 | 22.99 | - |
| YUV | 67.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 133 | 0 | 0.95 | 0.16 | 0.38 | 310.33 | 0.9 | 0.33 |
| Hex | 9F | 8 | 85 | 0 | 5F | 10 | 26 | 136 | 5A | 21 |
| Octal | 237 | 10 | 205 | 0 | 137 | 20 | 46 | 466 | 132 | 41 |
| Binary | 10011111 | 1000 | 10000101 | 0 | 1011111 | 10000 | 100110 | 100110110 | 1011010 | 100001 |
Color Harmonies of #9F0885
Complementary color
Monochromatic Colors of #9F0885
Black with #9F0885
Text Example
Text Example
White with #9F0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0885; }
p { color: rgb(159,8,133); }
H1.HeaderClassName
{
color: #9F0885;
}
.AnyTagClassName
{
color: #9F0885;
}
</style>
background-color css
<style>
a { background-color: #9F0885; }
a { background-color: rgb(159,8,133); }
div.DivClassName
{
background-color: #9F0885;
}
.BgClassName
{
background-color: #9F0885;
}
</style>
border-color css
<style>
span { border-color: #9F0885; }
span { border-color: rgb(159,8,133); }
td.TdClassName
{
border-color: #9F0885;
}
.TagClassName
{
border-color: #9F0885;
}
</style>