Shades of Mountbatten Pink #9D708B
Tints of Mountbatten Pink #9D708B
RGB
CMYK
RGB Variations
Color information
#9D708B (or 0x9D708B) is known color: Mountbatten Pink. HEX triplet: 9D, 70 and 8B. RGB value is (157,112,139). Sum of RGB (Red+Green+Blue) = 157+112+139=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D708B is #628F74. Grayscale: #808080. Windows color (decimal): -6459253 or 9138333. OLE color: 9138333.
HSL color Cylindrical-coordinate representation of color #9D708B: hue angle of 324º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D708B is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 139 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.38 |
| HSL | 324º | 0.19% | 0.53% | - |
| HSV(B) | 324º | 0.29% | 0.62% | - |
| XYZ | 24.36 | 20.62 | 27.12 | - |
| YUV | 128.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 139 | 0 | 0.29 | 0.11 | 0.38 | 324 | 0.19 | 0.53 |
| Hex | 9D | 70 | 8B | 0 | 1D | B | 26 | 144 | 13 | 35 |
| Octal | 235 | 160 | 213 | 0 | 35 | 13 | 46 | 504 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10001011 | 0 | 11101 | 1011 | 100110 | 101000100 | 10011 | 110101 |
Color Harmonies of #9D708B
Complementary color
Monochromatic Colors of #9D708B
Black with #9D708B
Text Example
Text Example
White with #9D708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D708B; }
p { color: rgb(157,112,139); }
H1.HeaderClassName
{
color: #9D708B;
}
.AnyTagClassName
{
color: #9D708B;
}
</style>
background-color css
<style>
a { background-color: #9D708B; }
a { background-color: rgb(157,112,139); }
div.DivClassName
{
background-color: #9D708B;
}
.BgClassName
{
background-color: #9D708B;
}
</style>
border-color css
<style>
span { border-color: #9D708B; }
span { border-color: rgb(157,112,139); }
td.TdClassName
{
border-color: #9D708B;
}
.TagClassName
{
border-color: #9D708B;
}
</style>