Shades of Mountbatten Pink #947C8B
Tints of Mountbatten Pink #947C8B
RGB
CMYK
RGB Variations
Color information
#947C8B (or 0x947C8B) is known color: Mountbatten Pink. HEX triplet: 94, 7C and 8B. RGB value is (148,124,139). Sum of RGB (Red+Green+Blue) = 148+124+139=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #947C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C8B is #6B8374. Grayscale: #848484. Windows color (decimal): -7046005 or 9141396. OLE color: 9141396.
HSL color Cylindrical-coordinate representation of color #947C8B: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947C8B is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 139 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.42 |
| HSL | 322.5º | 0.1% | 0.53% | - |
| HSV(B) | 322.5º | 0.16% | 0.58% | - |
| XYZ | 24.08 | 22.58 | 27.51 | - |
| YUV | 132.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 139 | 0 | 0.16 | 0.06 | 0.42 | 322.5 | 0.1 | 0.53 |
| Hex | 94 | 7C | 8B | 0 | 10 | 6 | 2A | 142 | A | 35 |
| Octal | 224 | 174 | 213 | 0 | 20 | 6 | 52 | 502 | 12 | 65 |
| Binary | 10010100 | 1111100 | 10001011 | 0 | 10000 | 110 | 101010 | 101000010 | 1010 | 110101 |
Color Harmonies of #947C8B
Complementary color
Monochromatic Colors of #947C8B
Black with #947C8B
Text Example
Text Example
White with #947C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C8B; }
p { color: rgb(148,124,139); }
H1.HeaderClassName
{
color: #947C8B;
}
.AnyTagClassName
{
color: #947C8B;
}
</style>
background-color css
<style>
a { background-color: #947C8B; }
a { background-color: rgb(148,124,139); }
div.DivClassName
{
background-color: #947C8B;
}
.BgClassName
{
background-color: #947C8B;
}
</style>
border-color css
<style>
span { border-color: #947C8B; }
span { border-color: rgb(148,124,139); }
td.TdClassName
{
border-color: #947C8B;
}
.TagClassName
{
border-color: #947C8B;
}
</style>