Shades of Mountbatten Pink #9B7F8C
Tints of Mountbatten Pink #9B7F8C
RGB
CMYK
RGB Variations
Color information
#9B7F8C (or 0x9B7F8C) is known color: Mountbatten Pink. HEX triplet: 9B, 7F and 8C. RGB value is (155,127,140). Sum of RGB (Red+Green+Blue) = 155+127+140=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F8C is #648073. Grayscale: #888888. Windows color (decimal): -6586484 or 9207707. OLE color: 9207707.
HSL color Cylindrical-coordinate representation of color #9B7F8C: hue angle of 332.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B7F8C is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 127 | 140 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.39 |
| HSL | 332.14º | 0.12% | 0.55% | - |
| HSV(B) | 332.14º | 0.18% | 0.61% | - |
| XYZ | 25.84 | 24.04 | 28.09 | - |
| YUV | 136.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 140 | 0 | 0.18 | 0.10 | 0.39 | 332.14 | 0.12 | 0.55 |
| Hex | 9B | 7F | 8C | 0 | 12 | A | 27 | 14C | C | 37 |
| Octal | 233 | 177 | 214 | 0 | 22 | 12 | 47 | 514 | 14 | 67 |
| Binary | 10011011 | 1111111 | 10001100 | 0 | 10010 | 1010 | 100111 | 101001100 | 1100 | 110111 |
Color Harmonies of #9B7F8C
Complementary color
Monochromatic Colors of #9B7F8C
Black with #9B7F8C
Text Example
Text Example
White with #9B7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7F8C; }
p { color: rgb(155,127,140); }
H1.HeaderClassName
{
color: #9B7F8C;
}
.AnyTagClassName
{
color: #9B7F8C;
}
</style>
background-color css
<style>
a { background-color: #9B7F8C; }
a { background-color: rgb(155,127,140); }
div.DivClassName
{
background-color: #9B7F8C;
}
.BgClassName
{
background-color: #9B7F8C;
}
</style>
border-color css
<style>
span { border-color: #9B7F8C; }
span { border-color: rgb(155,127,140); }
td.TdClassName
{
border-color: #9B7F8C;
}
.TagClassName
{
border-color: #9B7F8C;
}
</style>