Shades of Mountbatten Pink #9D7188
Tints of Mountbatten Pink #9D7188
RGB
CMYK
RGB Variations
Color information
#9D7188 (or 0x9D7188) is known color: Mountbatten Pink. HEX triplet: 9D, 71 and 88. RGB value is (157,113,136). Sum of RGB (Red+Green+Blue) = 157+113+136=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7188 is #628E77. Grayscale: #808080. Windows color (decimal): -6459000 or 8941981. OLE color: 8941981.
HSL color Cylindrical-coordinate representation of color #9D7188: hue angle of 328.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7188 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 136 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.38 |
| HSL | 328.64º | 0.18% | 0.53% | - |
| HSV(B) | 328.64º | 0.28% | 0.62% | - |
| XYZ | 24.25 | 20.76 | 26.02 | - |
| YUV | 128.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 136 | 0 | 0.28 | 0.13 | 0.38 | 328.64 | 0.18 | 0.53 |
| Hex | 9D | 71 | 88 | 0 | 1C | D | 26 | 149 | 12 | 35 |
| Octal | 235 | 161 | 210 | 0 | 34 | 15 | 46 | 511 | 22 | 65 |
| Binary | 10011101 | 1110001 | 10001000 | 0 | 11100 | 1101 | 100110 | 101001001 | 10010 | 110101 |
Color Harmonies of #9D7188
Complementary color
Monochromatic Colors of #9D7188
Black with #9D7188
Text Example
Text Example
White with #9D7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7188; }
p { color: rgb(157,113,136); }
H1.HeaderClassName
{
color: #9D7188;
}
.AnyTagClassName
{
color: #9D7188;
}
</style>
background-color css
<style>
a { background-color: #9D7188; }
a { background-color: rgb(157,113,136); }
div.DivClassName
{
background-color: #9D7188;
}
.BgClassName
{
background-color: #9D7188;
}
</style>
border-color css
<style>
span { border-color: #9D7188; }
span { border-color: rgb(157,113,136); }
td.TdClassName
{
border-color: #9D7188;
}
.TagClassName
{
border-color: #9D7188;
}
</style>