Shades of Mountbatten Pink #957D89
Tints of Mountbatten Pink #957D89
RGB
CMYK
RGB Variations
Color information
#957D89 (or 0x957D89) is known color: Mountbatten Pink. HEX triplet: 95, 7D and 89. RGB value is (149,125,137). Sum of RGB (Red+Green+Blue) = 149+125+137=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #957D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D89 is #6A8276. Grayscale: #858585. Windows color (decimal): -6980215 or 9010581. OLE color: 9010581.
HSL color Cylindrical-coordinate representation of color #957D89: hue angle of 330º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #957D89 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 137 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.42 |
| HSL | 330º | 0.1% | 0.54% | - |
| HSV(B) | 330º | 0.16% | 0.58% | - |
| XYZ | 24.24 | 22.86 | 26.8 | - |
| YUV | 133.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 137 | 0 | 0.16 | 0.08 | 0.42 | 330 | 0.1 | 0.54 |
| Hex | 95 | 7D | 89 | 0 | 10 | 8 | 2A | 14A | A | 36 |
| Octal | 225 | 175 | 211 | 0 | 20 | 10 | 52 | 512 | 12 | 66 |
| Binary | 10010101 | 1111101 | 10001001 | 0 | 10000 | 1000 | 101010 | 101001010 | 1010 | 110110 |
Color Harmonies of #957D89
Complementary color
Monochromatic Colors of #957D89
Black with #957D89
Text Example
Text Example
White with #957D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D89; }
p { color: rgb(149,125,137); }
H1.HeaderClassName
{
color: #957D89;
}
.AnyTagClassName
{
color: #957D89;
}
</style>
background-color css
<style>
a { background-color: #957D89; }
a { background-color: rgb(149,125,137); }
div.DivClassName
{
background-color: #957D89;
}
.BgClassName
{
background-color: #957D89;
}
</style>
border-color css
<style>
span { border-color: #957D89; }
span { border-color: rgb(149,125,137); }
td.TdClassName
{
border-color: #957D89;
}
.TagClassName
{
border-color: #957D89;
}
</style>