Shades of Dark Magenta #9D0891
Tints of Dark Magenta #9D0891
RGB
CMYK
RGB Variations
Color information
#9D0891 (or 0x9D0891) is known color: Dark Magenta. HEX triplet: 9D, 08 and 91. RGB value is (157,8,145). Sum of RGB (Red+Green+Blue) = 157+8+145=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0891 is #62F76E. Grayscale: #434343. Windows color (decimal): -6485871 or 9504925. OLE color: 9504925.
HSL color Cylindrical-coordinate representation of color #9D0891: hue angle of 304.83º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0891 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 145 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.38 |
| HSL | 304.83º | 0.9% | 0.32% | - |
| HSV(B) | 304.83º | 0.95% | 0.62% | - |
| XYZ | 19.1 | 9.39 | 27.59 | - |
| YUV | 68.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 145 | 0 | 0.95 | 0.08 | 0.38 | 304.83 | 0.9 | 0.32 |
| Hex | 9D | 8 | 91 | 0 | 5F | 8 | 26 | 131 | 5A | 20 |
| Octal | 235 | 10 | 221 | 0 | 137 | 10 | 46 | 461 | 132 | 40 |
| Binary | 10011101 | 1000 | 10010001 | 0 | 1011111 | 1000 | 100110 | 100110001 | 1011010 | 100000 |
Color Harmonies of #9D0891
Complementary color
Monochromatic Colors of #9D0891
Black with #9D0891
Text Example
Text Example
White with #9D0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0891; }
p { color: rgb(157,8,145); }
H1.HeaderClassName
{
color: #9D0891;
}
.AnyTagClassName
{
color: #9D0891;
}
</style>
background-color css
<style>
a { background-color: #9D0891; }
a { background-color: rgb(157,8,145); }
div.DivClassName
{
background-color: #9D0891;
}
.BgClassName
{
background-color: #9D0891;
}
</style>
border-color css
<style>
span { border-color: #9D0891; }
span { border-color: rgb(157,8,145); }
td.TdClassName
{
border-color: #9D0891;
}
.TagClassName
{
border-color: #9D0891;
}
</style>