Shades of Mountbatten Pink #947D89
Tints of Mountbatten Pink #947D89
RGB
CMYK
RGB Variations
Color information
#947D89 (or 0x947D89) is known color: Mountbatten Pink. HEX triplet: 94, 7D and 89. RGB value is (148,125,137). Sum of RGB (Red+Green+Blue) = 148+125+137=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #947D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D89 is #6B8276. Grayscale: #858585. Windows color (decimal): -7045751 or 9010580. OLE color: 9010580.
HSL color Cylindrical-coordinate representation of color #947D89: hue angle of 328.7º 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 #947D89 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 137 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.42 |
| HSL | 328.7º | 0.1% | 0.54% | - |
| HSV(B) | 328.7º | 0.16% | 0.58% | - |
| XYZ | 24.06 | 22.77 | 26.79 | - |
| YUV | 133.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 137 | 0 | 0.16 | 0.07 | 0.42 | 328.7 | 0.1 | 0.54 |
| Hex | 94 | 7D | 89 | 0 | 10 | 7 | 2A | 149 | A | 36 |
| Octal | 224 | 175 | 211 | 0 | 20 | 7 | 52 | 511 | 12 | 66 |
| Binary | 10010100 | 1111101 | 10001001 | 0 | 10000 | 111 | 101010 | 101001001 | 1010 | 110110 |
Color Harmonies of #947D89
Complementary color
Monochromatic Colors of #947D89
Black with #947D89
Text Example
Text Example
White with #947D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D89; }
p { color: rgb(148,125,137); }
H1.HeaderClassName
{
color: #947D89;
}
.AnyTagClassName
{
color: #947D89;
}
</style>
background-color css
<style>
a { background-color: #947D89; }
a { background-color: rgb(148,125,137); }
div.DivClassName
{
background-color: #947D89;
}
.BgClassName
{
background-color: #947D89;
}
</style>
border-color css
<style>
span { border-color: #947D89; }
span { border-color: rgb(148,125,137); }
td.TdClassName
{
border-color: #947D89;
}
.TagClassName
{
border-color: #947D89;
}
</style>