Shades of Mountbatten Pink #947A8B
Tints of Mountbatten Pink #947A8B
RGB
CMYK
RGB Variations
Color information
#947A8B (or 0x947A8B) is known color: Mountbatten Pink. HEX triplet: 94, 7A and 8B. RGB value is (148,122,139). Sum of RGB (Red+Green+Blue) = 148+122+139=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #947A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A8B is #6B8574. Grayscale: #838383. Windows color (decimal): -7046517 or 9140884. OLE color: 9140884.
HSL color Cylindrical-coordinate representation of color #947A8B: hue angle of 320.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947A8B is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 139 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.42 |
| HSL | 320.77º | 0.11% | 0.53% | - |
| HSV(B) | 320.77º | 0.18% | 0.58% | - |
| XYZ | 23.83 | 22.08 | 27.43 | - |
| YUV | 131.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 139 | 0 | 0.18 | 0.06 | 0.42 | 320.77 | 0.11 | 0.53 |
| Hex | 94 | 7A | 8B | 0 | 12 | 6 | 2A | 141 | B | 35 |
| Octal | 224 | 172 | 213 | 0 | 22 | 6 | 52 | 501 | 13 | 65 |
| Binary | 10010100 | 1111010 | 10001011 | 0 | 10010 | 110 | 101010 | 101000001 | 1011 | 110101 |
Color Harmonies of #947A8B
Complementary color
Monochromatic Colors of #947A8B
Black with #947A8B
Text Example
Text Example
White with #947A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A8B; }
p { color: rgb(148,122,139); }
H1.HeaderClassName
{
color: #947A8B;
}
.AnyTagClassName
{
color: #947A8B;
}
</style>
background-color css
<style>
a { background-color: #947A8B; }
a { background-color: rgb(148,122,139); }
div.DivClassName
{
background-color: #947A8B;
}
.BgClassName
{
background-color: #947A8B;
}
</style>
border-color css
<style>
span { border-color: #947A8B; }
span { border-color: rgb(148,122,139); }
td.TdClassName
{
border-color: #947A8B;
}
.TagClassName
{
border-color: #947A8B;
}
</style>