Shades of Mountbatten Pink #9B6F89
Tints of Mountbatten Pink #9B6F89
RGB
CMYK
RGB Variations
Color information
#9B6F89 (or 0x9B6F89) is known color: Mountbatten Pink. HEX triplet: 9B, 6F and 89. RGB value is (155,111,137). Sum of RGB (Red+Green+Blue) = 155+111+137=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6F89 is #649076. Grayscale: #7F7F7F. Windows color (decimal): -6590583 or 9007003. OLE color: 9007003.
HSL color Cylindrical-coordinate representation of color #9B6F89: hue angle of 324.55º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B6F89 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 137 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.39 |
| HSL | 324.55º | 0.18% | 0.52% | - |
| HSV(B) | 324.55º | 0.28% | 0.61% | - |
| XYZ | 23.72 | 20.14 | 26.3 | - |
| YUV | 127.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 137 | 0 | 0.28 | 0.12 | 0.39 | 324.55 | 0.18 | 0.52 |
| Hex | 9B | 6F | 89 | 0 | 1C | C | 27 | 145 | 12 | 34 |
| Octal | 233 | 157 | 211 | 0 | 34 | 14 | 47 | 505 | 22 | 64 |
| Binary | 10011011 | 1101111 | 10001001 | 0 | 11100 | 1100 | 100111 | 101000101 | 10010 | 110100 |
Color Harmonies of #9B6F89
Complementary color
Monochromatic Colors of #9B6F89
Black with #9B6F89
Text Example
Text Example
White with #9B6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F89; }
p { color: rgb(155,111,137); }
H1.HeaderClassName
{
color: #9B6F89;
}
.AnyTagClassName
{
color: #9B6F89;
}
</style>
background-color css
<style>
a { background-color: #9B6F89; }
a { background-color: rgb(155,111,137); }
div.DivClassName
{
background-color: #9B6F89;
}
.BgClassName
{
background-color: #9B6F89;
}
</style>
border-color css
<style>
span { border-color: #9B6F89; }
span { border-color: rgb(155,111,137); }
td.TdClassName
{
border-color: #9B6F89;
}
.TagClassName
{
border-color: #9B6F89;
}
</style>