Shades of Mountbatten Pink #9D8892
Tints of Mountbatten Pink #9D8892
RGB
CMYK
RGB Variations
Color information
#9D8892 (or 0x9D8892) is known color: Mountbatten Pink. HEX triplet: 9D, 88 and 92. RGB value is (157,136,146). Sum of RGB (Red+Green+Blue) = 157+136+146=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8892 is #62776D. Grayscale: #8F8F8F. Windows color (decimal): -6453102 or 9603229. OLE color: 9603229.
HSL color Cylindrical-coordinate representation of color #9D8892: hue angle of 331.43º 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 #9D8892 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 146 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.38 |
| HSL | 331.43º | 0.1% | 0.57% | - |
| HSV(B) | 331.43º | 0.13% | 0.62% | - |
| XYZ | 27.9 | 26.85 | 30.91 | - |
| YUV | 143.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 146 | 0 | 0.13 | 0.07 | 0.38 | 331.43 | 0.1 | 0.57 |
| Hex | 9D | 88 | 92 | 0 | D | 7 | 26 | 14B | A | 39 |
| Octal | 235 | 210 | 222 | 0 | 15 | 7 | 46 | 513 | 12 | 71 |
| Binary | 10011101 | 10001000 | 10010010 | 0 | 1101 | 111 | 100110 | 101001011 | 1010 | 111001 |
Color Harmonies of #9D8892
Complementary color
Monochromatic Colors of #9D8892
Black with #9D8892
Text Example
Text Example
White with #9D8892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8892; }
p { color: rgb(157,136,146); }
H1.HeaderClassName
{
color: #9D8892;
}
.AnyTagClassName
{
color: #9D8892;
}
</style>
background-color css
<style>
a { background-color: #9D8892; }
a { background-color: rgb(157,136,146); }
div.DivClassName
{
background-color: #9D8892;
}
.BgClassName
{
background-color: #9D8892;
}
</style>
border-color css
<style>
span { border-color: #9D8892; }
span { border-color: rgb(157,136,146); }
td.TdClassName
{
border-color: #9D8892;
}
.TagClassName
{
border-color: #9D8892;
}
</style>