Shades of Mountbatten Pink #937F8D
Tints of Mountbatten Pink #937F8D
RGB
CMYK
RGB Variations
Color information
#937F8D (or 0x937F8D) is known color: Mountbatten Pink. HEX triplet: 93, 7F and 8D. RGB value is (147,127,141). Sum of RGB (Red+Green+Blue) = 147+127+141=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #937F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F8D is #6C8072. Grayscale: #868686. Windows color (decimal): -7110771 or 9273235. OLE color: 9273235.
HSL color Cylindrical-coordinate representation of color #937F8D: hue angle of 318º degrees, saturation: 0.08, 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 #937F8D is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 141 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.42 |
| HSL | 318º | 0.08% | 0.54% | - |
| HSV(B) | 318º | 0.14% | 0.58% | - |
| XYZ | 24.43 | 23.3 | 28.41 | - |
| YUV | 134.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 141 | 0 | 0.14 | 0.04 | 0.42 | 318 | 0.08 | 0.54 |
| Hex | 93 | 7F | 8D | 0 | E | 4 | 2A | 13E | 8 | 36 |
| Octal | 223 | 177 | 215 | 0 | 16 | 4 | 52 | 476 | 10 | 66 |
| Binary | 10010011 | 1111111 | 10001101 | 0 | 1110 | 100 | 101010 | 100111110 | 1000 | 110110 |
Color Harmonies of #937F8D
Complementary color
Monochromatic Colors of #937F8D
Black with #937F8D
Text Example
Text Example
White with #937F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F8D; }
p { color: rgb(147,127,141); }
H1.HeaderClassName
{
color: #937F8D;
}
.AnyTagClassName
{
color: #937F8D;
}
</style>
background-color css
<style>
a { background-color: #937F8D; }
a { background-color: rgb(147,127,141); }
div.DivClassName
{
background-color: #937F8D;
}
.BgClassName
{
background-color: #937F8D;
}
</style>
border-color css
<style>
span { border-color: #937F8D; }
span { border-color: rgb(147,127,141); }
td.TdClassName
{
border-color: #937F8D;
}
.TagClassName
{
border-color: #937F8D;
}
</style>