Shades of Mountbatten Pink #9D8692
Tints of Mountbatten Pink #9D8692
RGB
CMYK
RGB Variations
Color information
#9D8692 (or 0x9D8692) is known color: Mountbatten Pink. HEX triplet: 9D, 86 and 92. RGB value is (157,134,146). Sum of RGB (Red+Green+Blue) = 157+134+146=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8692 is #62796D. Grayscale: #8E8E8E. Windows color (decimal): -6453614 or 9602717. OLE color: 9602717.
HSL color Cylindrical-coordinate representation of color #9D8692: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8692 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 146 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.38 |
| HSL | 328.7º | 0.11% | 0.57% | - |
| HSV(B) | 328.7º | 0.15% | 0.62% | - |
| XYZ | 27.62 | 26.29 | 30.81 | - |
| YUV | 142.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 146 | 0 | 0.15 | 0.07 | 0.38 | 328.7 | 0.11 | 0.57 |
| Hex | 9D | 86 | 92 | 0 | F | 7 | 26 | 149 | B | 39 |
| Octal | 235 | 206 | 222 | 0 | 17 | 7 | 46 | 511 | 13 | 71 |
| Binary | 10011101 | 10000110 | 10010010 | 0 | 1111 | 111 | 100110 | 101001001 | 1011 | 111001 |
Color Harmonies of #9D8692
Complementary color
Monochromatic Colors of #9D8692
Black with #9D8692
Text Example
Text Example
White with #9D8692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8692; }
p { color: rgb(157,134,146); }
H1.HeaderClassName
{
color: #9D8692;
}
.AnyTagClassName
{
color: #9D8692;
}
</style>
background-color css
<style>
a { background-color: #9D8692; }
a { background-color: rgb(157,134,146); }
div.DivClassName
{
background-color: #9D8692;
}
.BgClassName
{
background-color: #9D8692;
}
</style>
border-color css
<style>
span { border-color: #9D8692; }
span { border-color: rgb(157,134,146); }
td.TdClassName
{
border-color: #9D8692;
}
.TagClassName
{
border-color: #9D8692;
}
</style>