Shades of Mountbatten Pink #947F89
Tints of Mountbatten Pink #947F89
RGB
CMYK
RGB Variations
Color information
#947F89 (or 0x947F89) is known color: Mountbatten Pink. HEX triplet: 94, 7F and 89. RGB value is (148,127,137). Sum of RGB (Red+Green+Blue) = 148+127+137=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #947F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F89 is #6B8076. Grayscale: #868686. Windows color (decimal): -7045239 or 9011092. OLE color: 9011092.
HSL color Cylindrical-coordinate representation of color #947F89: hue angle of 331.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #947F89 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 137 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.42 |
| HSL | 331.43º | 0.09% | 0.54% | - |
| HSV(B) | 331.43º | 0.14% | 0.58% | - |
| XYZ | 24.32 | 23.28 | 26.88 | - |
| YUV | 134.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 137 | 0 | 0.14 | 0.07 | 0.42 | 331.43 | 0.09 | 0.54 |
| Hex | 94 | 7F | 89 | 0 | E | 7 | 2A | 14B | 9 | 36 |
| Octal | 224 | 177 | 211 | 0 | 16 | 7 | 52 | 513 | 11 | 66 |
| Binary | 10010100 | 1111111 | 10001001 | 0 | 1110 | 111 | 101010 | 101001011 | 1001 | 110110 |
Color Harmonies of #947F89
Complementary color
Monochromatic Colors of #947F89
Black with #947F89
Text Example
Text Example
White with #947F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F89; }
p { color: rgb(148,127,137); }
H1.HeaderClassName
{
color: #947F89;
}
.AnyTagClassName
{
color: #947F89;
}
</style>
background-color css
<style>
a { background-color: #947F89; }
a { background-color: rgb(148,127,137); }
div.DivClassName
{
background-color: #947F89;
}
.BgClassName
{
background-color: #947F89;
}
</style>
border-color css
<style>
span { border-color: #947F89; }
span { border-color: rgb(148,127,137); }
td.TdClassName
{
border-color: #947F89;
}
.TagClassName
{
border-color: #947F89;
}
</style>