Shades of Mountbatten Pink #9D7B95
Tints of Mountbatten Pink #9D7B95
RGB
CMYK
RGB Variations
Color information
#9D7B95 (or 0x9D7B95) is known color: Mountbatten Pink. HEX triplet: 9D, 7B and 95. RGB value is (157,123,149). Sum of RGB (Red+Green+Blue) = 157+123+149=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7B95 is #62846A. Grayscale: #888888. Windows color (decimal): -6456427 or 9796509. OLE color: 9796509.
HSL color Cylindrical-coordinate representation of color #9D7B95: hue angle of 314.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7B95 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 149 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.38 |
| HSL | 314.12º | 0.15% | 0.55% | - |
| HSV(B) | 314.12º | 0.22% | 0.62% | - |
| XYZ | 26.41 | 23.5 | 31.58 | - |
| YUV | 136.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 149 | 0 | 0.22 | 0.05 | 0.38 | 314.12 | 0.15 | 0.55 |
| Hex | 9D | 7B | 95 | 0 | 16 | 5 | 26 | 13A | F | 37 |
| Octal | 235 | 173 | 225 | 0 | 26 | 5 | 46 | 472 | 17 | 67 |
| Binary | 10011101 | 1111011 | 10010101 | 0 | 10110 | 101 | 100110 | 100111010 | 1111 | 110111 |
Color Harmonies of #9D7B95
Complementary color
Monochromatic Colors of #9D7B95
Black with #9D7B95
Text Example
Text Example
White with #9D7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B95; }
p { color: rgb(157,123,149); }
H1.HeaderClassName
{
color: #9D7B95;
}
.AnyTagClassName
{
color: #9D7B95;
}
</style>
background-color css
<style>
a { background-color: #9D7B95; }
a { background-color: rgb(157,123,149); }
div.DivClassName
{
background-color: #9D7B95;
}
.BgClassName
{
background-color: #9D7B95;
}
</style>
border-color css
<style>
span { border-color: #9D7B95; }
span { border-color: rgb(157,123,149); }
td.TdClassName
{
border-color: #9D7B95;
}
.TagClassName
{
border-color: #9D7B95;
}
</style>