Shades of Mountbatten Pink #947E8E
Tints of Mountbatten Pink #947E8E
RGB
CMYK
RGB Variations
Color information
#947E8E (or 0x947E8E) is known color: Mountbatten Pink. HEX triplet: 94, 7E and 8E. RGB value is (148,126,142). Sum of RGB (Red+Green+Blue) = 148+126+142=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #947E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947E8E is #6B8171. Grayscale: #868686. Windows color (decimal): -7045490 or 9338516. OLE color: 9338516.
HSL color Cylindrical-coordinate representation of color #947E8E: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #947E8E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 142 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.42 |
| HSL | 316.36º | 0.09% | 0.54% | - |
| HSV(B) | 316.36º | 0.15% | 0.58% | - |
| XYZ | 24.56 | 23.17 | 28.77 | - |
| YUV | 134.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 142 | 0 | 0.15 | 0.04 | 0.42 | 316.36 | 0.09 | 0.54 |
| Hex | 94 | 7E | 8E | 0 | F | 4 | 2A | 13C | 9 | 36 |
| Octal | 224 | 176 | 216 | 0 | 17 | 4 | 52 | 474 | 11 | 66 |
| Binary | 10010100 | 1111110 | 10001110 | 0 | 1111 | 100 | 101010 | 100111100 | 1001 | 110110 |
Color Harmonies of #947E8E
Complementary color
Monochromatic Colors of #947E8E
Black with #947E8E
Text Example
Text Example
White with #947E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E8E; }
p { color: rgb(148,126,142); }
H1.HeaderClassName
{
color: #947E8E;
}
.AnyTagClassName
{
color: #947E8E;
}
</style>
background-color css
<style>
a { background-color: #947E8E; }
a { background-color: rgb(148,126,142); }
div.DivClassName
{
background-color: #947E8E;
}
.BgClassName
{
background-color: #947E8E;
}
</style>
border-color css
<style>
span { border-color: #947E8E; }
span { border-color: rgb(148,126,142); }
td.TdClassName
{
border-color: #947E8E;
}
.TagClassName
{
border-color: #947E8E;
}
</style>