Shades of Mountbatten Pink #9D8891
Tints of Mountbatten Pink #9D8891
RGB
CMYK
RGB Variations
Color information
#9D8891 (or 0x9D8891) is known color: Mountbatten Pink. HEX triplet: 9D, 88 and 91. RGB value is (157,136,145). Sum of RGB (Red+Green+Blue) = 157+136+145=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8891 is #62776E. Grayscale: #8F8F8F. Windows color (decimal): -6453103 or 9537693. OLE color: 9537693.
HSL color Cylindrical-coordinate representation of color #9D8891: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D8891 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 145 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.38 |
| HSL | 334.29º | 0.1% | 0.57% | - |
| HSV(B) | 334.29º | 0.13% | 0.62% | - |
| XYZ | 27.82 | 26.82 | 30.5 | - |
| YUV | 143.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 145 | 0 | 0.13 | 0.08 | 0.38 | 334.29 | 0.1 | 0.57 |
| Hex | 9D | 88 | 91 | 0 | D | 8 | 26 | 14E | A | 39 |
| Octal | 235 | 210 | 221 | 0 | 15 | 10 | 46 | 516 | 12 | 71 |
| Binary | 10011101 | 10001000 | 10010001 | 0 | 1101 | 1000 | 100110 | 101001110 | 1010 | 111001 |
Color Harmonies of #9D8891
Complementary color
Monochromatic Colors of #9D8891
Black with #9D8891
Text Example
Text Example
White with #9D8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8891; }
p { color: rgb(157,136,145); }
H1.HeaderClassName
{
color: #9D8891;
}
.AnyTagClassName
{
color: #9D8891;
}
</style>
background-color css
<style>
a { background-color: #9D8891; }
a { background-color: rgb(157,136,145); }
div.DivClassName
{
background-color: #9D8891;
}
.BgClassName
{
background-color: #9D8891;
}
</style>
border-color css
<style>
span { border-color: #9D8891; }
span { border-color: rgb(157,136,145); }
td.TdClassName
{
border-color: #9D8891;
}
.TagClassName
{
border-color: #9D8891;
}
</style>