Shades of Mountbatten Pink #9B8891
Tints of Mountbatten Pink #9B8891
RGB
CMYK
RGB Variations
Color information
#9B8891 (or 0x9B8891) is known color: Mountbatten Pink. HEX triplet: 9B, 88 and 91. RGB value is (155,136,145). Sum of RGB (Red+Green+Blue) = 155+136+145=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8891 is #64776E. Grayscale: #8E8E8E. Windows color (decimal): -6584175 or 9537691. OLE color: 9537691.
HSL color Cylindrical-coordinate representation of color #9B8891: hue angle of 331.58º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B8891 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 145 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.39 |
| HSL | 331.58º | 0.09% | 0.57% | - |
| HSV(B) | 331.58º | 0.12% | 0.61% | - |
| XYZ | 27.43 | 26.62 | 30.48 | - |
| YUV | 142.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 145 | 0 | 0.12 | 0.06 | 0.39 | 331.58 | 0.09 | 0.57 |
| Hex | 9B | 88 | 91 | 0 | C | 6 | 27 | 14C | 9 | 39 |
| Octal | 233 | 210 | 221 | 0 | 14 | 6 | 47 | 514 | 11 | 71 |
| Binary | 10011011 | 10001000 | 10010001 | 0 | 1100 | 110 | 100111 | 101001100 | 1001 | 111001 |
Color Harmonies of #9B8891
Complementary color
Monochromatic Colors of #9B8891
Black with #9B8891
Text Example
Text Example
White with #9B8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8891; }
p { color: rgb(155,136,145); }
H1.HeaderClassName
{
color: #9B8891;
}
.AnyTagClassName
{
color: #9B8891;
}
</style>
background-color css
<style>
a { background-color: #9B8891; }
a { background-color: rgb(155,136,145); }
div.DivClassName
{
background-color: #9B8891;
}
.BgClassName
{
background-color: #9B8891;
}
</style>
border-color css
<style>
span { border-color: #9B8891; }
span { border-color: rgb(155,136,145); }
td.TdClassName
{
border-color: #9B8891;
}
.TagClassName
{
border-color: #9B8891;
}
</style>