Shades of Mountbatten Pink #9B7189
Tints of Mountbatten Pink #9B7189
RGB
CMYK
RGB Variations
Color information
#9B7189 (or 0x9B7189) is known color: Mountbatten Pink. HEX triplet: 9B, 71 and 89. RGB value is (155,113,137). Sum of RGB (Red+Green+Blue) = 155+113+137=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7189 is #648E76. Grayscale: #808080. Windows color (decimal): -6590071 or 9007515. OLE color: 9007515.
HSL color Cylindrical-coordinate representation of color #9B7189: hue angle of 325.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7189 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 137 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.39 |
| HSL | 325.71º | 0.17% | 0.53% | - |
| HSV(B) | 325.71º | 0.27% | 0.61% | - |
| XYZ | 23.94 | 20.58 | 26.38 | - |
| YUV | 128.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 137 | 0 | 0.27 | 0.12 | 0.39 | 325.71 | 0.17 | 0.53 |
| Hex | 9B | 71 | 89 | 0 | 1B | C | 27 | 146 | 11 | 35 |
| Octal | 233 | 161 | 211 | 0 | 33 | 14 | 47 | 506 | 21 | 65 |
| Binary | 10011011 | 1110001 | 10001001 | 0 | 11011 | 1100 | 100111 | 101000110 | 10001 | 110101 |
Color Harmonies of #9B7189
Complementary color
Monochromatic Colors of #9B7189
Black with #9B7189
Text Example
Text Example
White with #9B7189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7189; }
p { color: rgb(155,113,137); }
H1.HeaderClassName
{
color: #9B7189;
}
.AnyTagClassName
{
color: #9B7189;
}
</style>
background-color css
<style>
a { background-color: #9B7189; }
a { background-color: rgb(155,113,137); }
div.DivClassName
{
background-color: #9B7189;
}
.BgClassName
{
background-color: #9B7189;
}
</style>
border-color css
<style>
span { border-color: #9B7189; }
span { border-color: rgb(155,113,137); }
td.TdClassName
{
border-color: #9B7189;
}
.TagClassName
{
border-color: #9B7189;
}
</style>