Shades of Mountbatten Pink #9B7888
Tints of Mountbatten Pink #9B7888
RGB
CMYK
RGB Variations
Color information
#9B7888 (or 0x9B7888) is known color: Mountbatten Pink. HEX triplet: 9B, 78 and 88. RGB value is (155,120,136). Sum of RGB (Red+Green+Blue) = 155+120+136=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7888 is #648777. Grayscale: #848484. Windows color (decimal): -6588280 or 8943771. OLE color: 8943771.
HSL color Cylindrical-coordinate representation of color #9B7888: hue angle of 332.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7888 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 136 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.39 |
| HSL | 332.57º | 0.15% | 0.54% | - |
| HSV(B) | 332.57º | 0.23% | 0.61% | - |
| XYZ | 24.68 | 22.18 | 26.27 | - |
| YUV | 132.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 136 | 0 | 0.23 | 0.12 | 0.39 | 332.57 | 0.15 | 0.54 |
| Hex | 9B | 78 | 88 | 0 | 17 | C | 27 | 14D | F | 36 |
| Octal | 233 | 170 | 210 | 0 | 27 | 14 | 47 | 515 | 17 | 66 |
| Binary | 10011011 | 1111000 | 10001000 | 0 | 10111 | 1100 | 100111 | 101001101 | 1111 | 110110 |
Color Harmonies of #9B7888
Complementary color
Monochromatic Colors of #9B7888
Black with #9B7888
Text Example
Text Example
White with #9B7888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7888; }
p { color: rgb(155,120,136); }
H1.HeaderClassName
{
color: #9B7888;
}
.AnyTagClassName
{
color: #9B7888;
}
</style>
background-color css
<style>
a { background-color: #9B7888; }
a { background-color: rgb(155,120,136); }
div.DivClassName
{
background-color: #9B7888;
}
.BgClassName
{
background-color: #9B7888;
}
</style>
border-color css
<style>
span { border-color: #9B7888; }
span { border-color: rgb(155,120,136); }
td.TdClassName
{
border-color: #9B7888;
}
.TagClassName
{
border-color: #9B7888;
}
</style>