Shades of Mountbatten Pink #9D7B90
Tints of Mountbatten Pink #9D7B90
RGB
CMYK
RGB Variations
Color information
#9D7B90 (or 0x9D7B90) is known color: Mountbatten Pink. HEX triplet: 9D, 7B and 90. RGB value is (157,123,144). Sum of RGB (Red+Green+Blue) = 157+123+144=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7B90 is #62846F. Grayscale: #878787. Windows color (decimal): -6456432 or 9468829. OLE color: 9468829.
HSL color Cylindrical-coordinate representation of color #9D7B90: hue angle of 322.94º 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 #9D7B90 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 144 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.38 |
| HSL | 322.94º | 0.15% | 0.55% | - |
| HSV(B) | 322.94º | 0.22% | 0.62% | - |
| XYZ | 26.02 | 23.35 | 29.52 | - |
| YUV | 135.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 144 | 0 | 0.22 | 0.08 | 0.38 | 322.94 | 0.15 | 0.55 |
| Hex | 9D | 7B | 90 | 0 | 16 | 8 | 26 | 143 | F | 37 |
| Octal | 235 | 173 | 220 | 0 | 26 | 10 | 46 | 503 | 17 | 67 |
| Binary | 10011101 | 1111011 | 10010000 | 0 | 10110 | 1000 | 100110 | 101000011 | 1111 | 110111 |
Color Harmonies of #9D7B90
Complementary color
Monochromatic Colors of #9D7B90
Black with #9D7B90
Text Example
Text Example
White with #9D7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B90; }
p { color: rgb(157,123,144); }
H1.HeaderClassName
{
color: #9D7B90;
}
.AnyTagClassName
{
color: #9D7B90;
}
</style>
background-color css
<style>
a { background-color: #9D7B90; }
a { background-color: rgb(157,123,144); }
div.DivClassName
{
background-color: #9D7B90;
}
.BgClassName
{
background-color: #9D7B90;
}
</style>
border-color css
<style>
span { border-color: #9D7B90; }
span { border-color: rgb(157,123,144); }
td.TdClassName
{
border-color: #9D7B90;
}
.TagClassName
{
border-color: #9D7B90;
}
</style>