Shades of Mountbatten Pink #937C8D
Tints of Mountbatten Pink #937C8D
RGB
CMYK
RGB Variations
Color information
#937C8D (or 0x937C8D) is known color: Mountbatten Pink. HEX triplet: 93, 7C and 8D. RGB value is (147,124,141). Sum of RGB (Red+Green+Blue) = 147+124+141=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #937C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C8D is #6C8372. Grayscale: #848484. Windows color (decimal): -7111539 or 9272467. OLE color: 9272467.
HSL color Cylindrical-coordinate representation of color #937C8D: hue angle of 315.65º 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 #937C8D is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 141 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.42 |
| HSL | 315.65º | 0.1% | 0.53% | - |
| HSV(B) | 315.65º | 0.16% | 0.58% | - |
| XYZ | 24.05 | 22.54 | 28.28 | - |
| YUV | 132.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 141 | 0 | 0.16 | 0.04 | 0.42 | 315.65 | 0.1 | 0.53 |
| Hex | 93 | 7C | 8D | 0 | 10 | 4 | 2A | 13C | A | 35 |
| Octal | 223 | 174 | 215 | 0 | 20 | 4 | 52 | 474 | 12 | 65 |
| Binary | 10010011 | 1111100 | 10001101 | 0 | 10000 | 100 | 101010 | 100111100 | 1010 | 110101 |
Color Harmonies of #937C8D
Complementary color
Monochromatic Colors of #937C8D
Black with #937C8D
Text Example
Text Example
White with #937C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C8D; }
p { color: rgb(147,124,141); }
H1.HeaderClassName
{
color: #937C8D;
}
.AnyTagClassName
{
color: #937C8D;
}
</style>
background-color css
<style>
a { background-color: #937C8D; }
a { background-color: rgb(147,124,141); }
div.DivClassName
{
background-color: #937C8D;
}
.BgClassName
{
background-color: #937C8D;
}
</style>
border-color css
<style>
span { border-color: #937C8D; }
span { border-color: rgb(147,124,141); }
td.TdClassName
{
border-color: #937C8D;
}
.TagClassName
{
border-color: #937C8D;
}
</style>