Shades of Dark Magenta #9F0895
Tints of Dark Magenta #9F0895
RGB
CMYK
RGB Variations
Color information
#9F0895 (or 0x9F0895) is known color: Dark Magenta. HEX triplet: 9F, 08 and 95. RGB value is (159,8,149). Sum of RGB (Red+Green+Blue) = 159+8+149=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0895 is #60F76A. Grayscale: #444444. Windows color (decimal): -6354795 or 9767071. OLE color: 9767071.
HSL color Cylindrical-coordinate representation of color #9F0895: hue angle of 303.97º 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 #9F0895 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 149 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.38 |
| HSL | 303.97º | 0.9% | 0.33% | - |
| HSV(B) | 303.97º | 0.95% | 0.62% | - |
| XYZ | 19.81 | 9.71 | 29.26 | - |
| YUV | 69.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 149 | 0 | 0.95 | 0.06 | 0.38 | 303.97 | 0.9 | 0.33 |
| Hex | 9F | 8 | 95 | 0 | 5F | 6 | 26 | 130 | 5A | 21 |
| Octal | 237 | 10 | 225 | 0 | 137 | 6 | 46 | 460 | 132 | 41 |
| Binary | 10011111 | 1000 | 10010101 | 0 | 1011111 | 110 | 100110 | 100110000 | 1011010 | 100001 |
Color Harmonies of #9F0895
Complementary color
Monochromatic Colors of #9F0895
Black with #9F0895
Text Example
Text Example
White with #9F0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0895; }
p { color: rgb(159,8,149); }
H1.HeaderClassName
{
color: #9F0895;
}
.AnyTagClassName
{
color: #9F0895;
}
</style>
background-color css
<style>
a { background-color: #9F0895; }
a { background-color: rgb(159,8,149); }
div.DivClassName
{
background-color: #9F0895;
}
.BgClassName
{
background-color: #9F0895;
}
</style>
border-color css
<style>
span { border-color: #9F0895; }
span { border-color: rgb(159,8,149); }
td.TdClassName
{
border-color: #9F0895;
}
.TagClassName
{
border-color: #9F0895;
}
</style>