Shades of Dark Magenta #9B1087
Tints of Dark Magenta #9B1087
RGB
CMYK
RGB Variations
Color information
#9B1087 (or 0x9B1087) is known color: Dark Magenta. HEX triplet: 9B, 10 and 87. RGB value is (155,16,135). Sum of RGB (Red+Green+Blue) = 155+16+135=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1087 is #64EF78. Grayscale: #464646. Windows color (decimal): -6614905 or 8851611. OLE color: 8851611.
HSL color Cylindrical-coordinate representation of color #9B1087: hue angle of 308.63º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1087 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 135 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.39 |
| HSL | 308.63º | 0.81% | 0.34% | - |
| HSV(B) | 308.63º | 0.9% | 0.61% | - |
| XYZ | 18.08 | 9.09 | 23.72 | - |
| YUV | 71.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 135 | 0 | 0.90 | 0.13 | 0.39 | 308.63 | 0.81 | 0.34 |
| Hex | 9B | 10 | 87 | 0 | 5A | D | 27 | 135 | 51 | 22 |
| Octal | 233 | 20 | 207 | 0 | 132 | 15 | 47 | 465 | 121 | 42 |
| Binary | 10011011 | 10000 | 10000111 | 0 | 1011010 | 1101 | 100111 | 100110101 | 1010001 | 100010 |
Color Harmonies of #9B1087
Complementary color
Monochromatic Colors of #9B1087
Black with #9B1087
Text Example
Text Example
White with #9B1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1087; }
p { color: rgb(155,16,135); }
H1.HeaderClassName
{
color: #9B1087;
}
.AnyTagClassName
{
color: #9B1087;
}
</style>
background-color css
<style>
a { background-color: #9B1087; }
a { background-color: rgb(155,16,135); }
div.DivClassName
{
background-color: #9B1087;
}
.BgClassName
{
background-color: #9B1087;
}
</style>
border-color css
<style>
span { border-color: #9B1087; }
span { border-color: rgb(155,16,135); }
td.TdClassName
{
border-color: #9B1087;
}
.TagClassName
{
border-color: #9B1087;
}
</style>