Shades of Mountbatten Pink #9D708C
Tints of Mountbatten Pink #9D708C
RGB
CMYK
RGB Variations
Color information
#9D708C (or 0x9D708C) is known color: Mountbatten Pink. HEX triplet: 9D, 70 and 8C. RGB value is (157,112,140). Sum of RGB (Red+Green+Blue) = 157+112+140=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D708C is #628F73. Grayscale: #808080. Windows color (decimal): -6459252 or 9203869. OLE color: 9203869.
HSL color Cylindrical-coordinate representation of color #9D708C: hue angle of 322.67º 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 #9D708C is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 140 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.38 |
| HSL | 322.67º | 0.19% | 0.53% | - |
| HSV(B) | 322.67º | 0.29% | 0.62% | - |
| XYZ | 24.43 | 20.65 | 27.51 | - |
| YUV | 128.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 140 | 0 | 0.29 | 0.11 | 0.38 | 322.67 | 0.19 | 0.53 |
| Hex | 9D | 70 | 8C | 0 | 1D | B | 26 | 143 | 13 | 35 |
| Octal | 235 | 160 | 214 | 0 | 35 | 13 | 46 | 503 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10001100 | 0 | 11101 | 1011 | 100110 | 101000011 | 10011 | 110101 |
Color Harmonies of #9D708C
Complementary color
Monochromatic Colors of #9D708C
Black with #9D708C
Text Example
Text Example
White with #9D708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D708C; }
p { color: rgb(157,112,140); }
H1.HeaderClassName
{
color: #9D708C;
}
.AnyTagClassName
{
color: #9D708C;
}
</style>
background-color css
<style>
a { background-color: #9D708C; }
a { background-color: rgb(157,112,140); }
div.DivClassName
{
background-color: #9D708C;
}
.BgClassName
{
background-color: #9D708C;
}
</style>
border-color css
<style>
span { border-color: #9D708C; }
span { border-color: rgb(157,112,140); }
td.TdClassName
{
border-color: #9D708C;
}
.TagClassName
{
border-color: #9D708C;
}
</style>