Shades of Mountbatten Pink #9D7F90
Tints of Mountbatten Pink #9D7F90
RGB
CMYK
RGB Variations
Color information
#9D7F90 (or 0x9D7F90) is known color: Mountbatten Pink. HEX triplet: 9D, 7F and 90. RGB value is (157,127,144). Sum of RGB (Red+Green+Blue) = 157+127+144=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F90 is #62806F. Grayscale: #898989. Windows color (decimal): -6455408 or 9469853. OLE color: 9469853.
HSL color Cylindrical-coordinate representation of color #9D7F90: hue angle of 326º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D7F90 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 144 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.38 |
| HSL | 326º | 0.13% | 0.56% | - |
| HSV(B) | 326º | 0.19% | 0.62% | - |
| XYZ | 26.53 | 24.36 | 29.69 | - |
| YUV | 137.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 144 | 0 | 0.19 | 0.08 | 0.38 | 326 | 0.13 | 0.56 |
| Hex | 9D | 7F | 90 | 0 | 13 | 8 | 26 | 146 | D | 38 |
| Octal | 235 | 177 | 220 | 0 | 23 | 10 | 46 | 506 | 15 | 70 |
| Binary | 10011101 | 1111111 | 10010000 | 0 | 10011 | 1000 | 100110 | 101000110 | 1101 | 111000 |
Color Harmonies of #9D7F90
Complementary color
Monochromatic Colors of #9D7F90
Black with #9D7F90
Text Example
Text Example
White with #9D7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F90; }
p { color: rgb(157,127,144); }
H1.HeaderClassName
{
color: #9D7F90;
}
.AnyTagClassName
{
color: #9D7F90;
}
</style>
background-color css
<style>
a { background-color: #9D7F90; }
a { background-color: rgb(157,127,144); }
div.DivClassName
{
background-color: #9D7F90;
}
.BgClassName
{
background-color: #9D7F90;
}
</style>
border-color css
<style>
span { border-color: #9D7F90; }
span { border-color: rgb(157,127,144); }
td.TdClassName
{
border-color: #9D7F90;
}
.TagClassName
{
border-color: #9D7F90;
}
</style>