Shades of Mountbatten Pink #947F8B
Tints of Mountbatten Pink #947F8B
RGB
CMYK
RGB Variations
Color information
#947F8B (or 0x947F8B) is known color: Mountbatten Pink. HEX triplet: 94, 7F and 8B. RGB value is (148,127,139). Sum of RGB (Red+Green+Blue) = 148+127+139=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #947F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F8B is #6B8074. Grayscale: #868686. Windows color (decimal): -7045237 or 9142164. OLE color: 9142164.
HSL color Cylindrical-coordinate representation of color #947F8B: hue angle of 325.71º 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 #947F8B is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 139 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.42 |
| HSL | 325.71º | 0.09% | 0.54% | - |
| HSV(B) | 325.71º | 0.14% | 0.58% | - |
| XYZ | 24.46 | 23.34 | 27.64 | - |
| YUV | 134.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 139 | 0 | 0.14 | 0.06 | 0.42 | 325.71 | 0.09 | 0.54 |
| Hex | 94 | 7F | 8B | 0 | E | 6 | 2A | 146 | 9 | 36 |
| Octal | 224 | 177 | 213 | 0 | 16 | 6 | 52 | 506 | 11 | 66 |
| Binary | 10010100 | 1111111 | 10001011 | 0 | 1110 | 110 | 101010 | 101000110 | 1001 | 110110 |
Color Harmonies of #947F8B
Complementary color
Monochromatic Colors of #947F8B
Black with #947F8B
Text Example
Text Example
White with #947F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F8B; }
p { color: rgb(148,127,139); }
H1.HeaderClassName
{
color: #947F8B;
}
.AnyTagClassName
{
color: #947F8B;
}
</style>
background-color css
<style>
a { background-color: #947F8B; }
a { background-color: rgb(148,127,139); }
div.DivClassName
{
background-color: #947F8B;
}
.BgClassName
{
background-color: #947F8B;
}
</style>
border-color css
<style>
span { border-color: #947F8B; }
span { border-color: rgb(148,127,139); }
td.TdClassName
{
border-color: #947F8B;
}
.TagClassName
{
border-color: #947F8B;
}
</style>