Shades of Dark Magenta #9B118A
Tints of Dark Magenta #9B118A
RGB
CMYK
RGB Variations
Color information
#9B118A (or 0x9B118A) is known color: Dark Magenta. HEX triplet: 9B, 11 and 8A. RGB value is (155,17,138). Sum of RGB (Red+Green+Blue) = 155+17+138=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B118A is #64EE75. Grayscale: #474747. Windows color (decimal): -6614646 or 9048475. OLE color: 9048475.
HSL color Cylindrical-coordinate representation of color #9B118A: hue angle of 307.39º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B118A is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 138 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.39 |
| HSL | 307.39º | 0.8% | 0.34% | - |
| HSV(B) | 307.39º | 0.89% | 0.61% | - |
| XYZ | 18.31 | 9.2 | 24.86 | - |
| YUV | 72.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 138 | 0 | 0.89 | 0.11 | 0.39 | 307.39 | 0.8 | 0.34 |
| Hex | 9B | 11 | 8A | 0 | 59 | B | 27 | 133 | 50 | 22 |
| Octal | 233 | 21 | 212 | 0 | 131 | 13 | 47 | 463 | 120 | 42 |
| Binary | 10011011 | 10001 | 10001010 | 0 | 1011001 | 1011 | 100111 | 100110011 | 1010000 | 100010 |
Color Harmonies of #9B118A
Complementary color
Monochromatic Colors of #9B118A
Black with #9B118A
Text Example
Text Example
White with #9B118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B118A; }
p { color: rgb(155,17,138); }
H1.HeaderClassName
{
color: #9B118A;
}
.AnyTagClassName
{
color: #9B118A;
}
</style>
background-color css
<style>
a { background-color: #9B118A; }
a { background-color: rgb(155,17,138); }
div.DivClassName
{
background-color: #9B118A;
}
.BgClassName
{
background-color: #9B118A;
}
</style>
border-color css
<style>
span { border-color: #9B118A; }
span { border-color: rgb(155,17,138); }
td.TdClassName
{
border-color: #9B118A;
}
.TagClassName
{
border-color: #9B118A;
}
</style>