Shades of Mountbatten Pink #937A8D
Tints of Mountbatten Pink #937A8D
RGB
CMYK
RGB Variations
Color information
#937A8D (or 0x937A8D) is known color: Mountbatten Pink. HEX triplet: 93, 7A and 8D. RGB value is (147,122,141). Sum of RGB (Red+Green+Blue) = 147+122+141=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #937A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A8D is #6C8572. Grayscale: #838383. Windows color (decimal): -7112051 or 9271955. OLE color: 9271955.
HSL color Cylindrical-coordinate representation of color #937A8D: hue angle of 314.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937A8D is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 141 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.42 |
| HSL | 314.4º | 0.1% | 0.53% | - |
| HSV(B) | 314.4º | 0.17% | 0.58% | - |
| XYZ | 23.8 | 22.05 | 28.2 | - |
| YUV | 131.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 141 | 0 | 0.17 | 0.04 | 0.42 | 314.4 | 0.1 | 0.53 |
| Hex | 93 | 7A | 8D | 0 | 11 | 4 | 2A | 13A | A | 35 |
| Octal | 223 | 172 | 215 | 0 | 21 | 4 | 52 | 472 | 12 | 65 |
| Binary | 10010011 | 1111010 | 10001101 | 0 | 10001 | 100 | 101010 | 100111010 | 1010 | 110101 |
Color Harmonies of #937A8D
Complementary color
Monochromatic Colors of #937A8D
Black with #937A8D
Text Example
Text Example
White with #937A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A8D; }
p { color: rgb(147,122,141); }
H1.HeaderClassName
{
color: #937A8D;
}
.AnyTagClassName
{
color: #937A8D;
}
</style>
background-color css
<style>
a { background-color: #937A8D; }
a { background-color: rgb(147,122,141); }
div.DivClassName
{
background-color: #937A8D;
}
.BgClassName
{
background-color: #937A8D;
}
</style>
border-color css
<style>
span { border-color: #937A8D; }
span { border-color: rgb(147,122,141); }
td.TdClassName
{
border-color: #937A8D;
}
.TagClassName
{
border-color: #937A8D;
}
</style>