Shades of Mountbatten Pink #937E8C
Tints of Mountbatten Pink #937E8C
RGB
CMYK
RGB Variations
Color information
#937E8C (or 0x937E8C) is known color: Mountbatten Pink. HEX triplet: 93, 7E and 8C. RGB value is (147,126,140). Sum of RGB (Red+Green+Blue) = 147+126+140=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #937E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E8C is #6C8173. Grayscale: #858585. Windows color (decimal): -7111028 or 9207443. OLE color: 9207443.
HSL color Cylindrical-coordinate representation of color #937E8C: hue angle of 320º 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 #937E8C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 140 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.42 |
| HSL | 320º | 0.09% | 0.54% | - |
| HSV(B) | 320º | 0.14% | 0.58% | - |
| XYZ | 24.23 | 23.02 | 27.98 | - |
| YUV | 133.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 140 | 0 | 0.14 | 0.05 | 0.42 | 320 | 0.09 | 0.54 |
| Hex | 93 | 7E | 8C | 0 | E | 5 | 2A | 140 | 9 | 36 |
| Octal | 223 | 176 | 214 | 0 | 16 | 5 | 52 | 500 | 11 | 66 |
| Binary | 10010011 | 1111110 | 10001100 | 0 | 1110 | 101 | 101010 | 101000000 | 1001 | 110110 |
Color Harmonies of #937E8C
Complementary color
Monochromatic Colors of #937E8C
Black with #937E8C
Text Example
Text Example
White with #937E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E8C; }
p { color: rgb(147,126,140); }
H1.HeaderClassName
{
color: #937E8C;
}
.AnyTagClassName
{
color: #937E8C;
}
</style>
background-color css
<style>
a { background-color: #937E8C; }
a { background-color: rgb(147,126,140); }
div.DivClassName
{
background-color: #937E8C;
}
.BgClassName
{
background-color: #937E8C;
}
</style>
border-color css
<style>
span { border-color: #937E8C; }
span { border-color: rgb(147,126,140); }
td.TdClassName
{
border-color: #937E8C;
}
.TagClassName
{
border-color: #937E8C;
}
</style>