Shades of Mountbatten Pink #937B8D
Tints of Mountbatten Pink #937B8D
RGB
CMYK
RGB Variations
Color information
#937B8D (or 0x937B8D) is known color: Mountbatten Pink. HEX triplet: 93, 7B and 8D. RGB value is (147,123,141). Sum of RGB (Red+Green+Blue) = 147+123+141=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #937B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B8D is #6C8472. Grayscale: #848484. Windows color (decimal): -7111795 or 9272211. OLE color: 9272211.
HSL color Cylindrical-coordinate representation of color #937B8D: hue angle of 315º 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 #937B8D is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 141 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.42 |
| HSL | 315º | 0.1% | 0.53% | - |
| HSV(B) | 315º | 0.16% | 0.58% | - |
| XYZ | 23.92 | 22.29 | 28.24 | - |
| YUV | 132.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 141 | 0 | 0.16 | 0.04 | 0.42 | 315 | 0.1 | 0.53 |
| Hex | 93 | 7B | 8D | 0 | 10 | 4 | 2A | 13B | A | 35 |
| Octal | 223 | 173 | 215 | 0 | 20 | 4 | 52 | 473 | 12 | 65 |
| Binary | 10010011 | 1111011 | 10001101 | 0 | 10000 | 100 | 101010 | 100111011 | 1010 | 110101 |
Color Harmonies of #937B8D
Complementary color
Monochromatic Colors of #937B8D
Black with #937B8D
Text Example
Text Example
White with #937B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B8D; }
p { color: rgb(147,123,141); }
H1.HeaderClassName
{
color: #937B8D;
}
.AnyTagClassName
{
color: #937B8D;
}
</style>
background-color css
<style>
a { background-color: #937B8D; }
a { background-color: rgb(147,123,141); }
div.DivClassName
{
background-color: #937B8D;
}
.BgClassName
{
background-color: #937B8D;
}
</style>
border-color css
<style>
span { border-color: #937B8D; }
span { border-color: rgb(147,123,141); }
td.TdClassName
{
border-color: #937B8D;
}
.TagClassName
{
border-color: #937B8D;
}
</style>