Shades of Mountbatten Pink #937D8C
Tints of Mountbatten Pink #937D8C
RGB
CMYK
RGB Variations
Color information
#937D8C (or 0x937D8C) is known color: Mountbatten Pink. HEX triplet: 93, 7D and 8C. RGB value is (147,125,140). Sum of RGB (Red+Green+Blue) = 147+125+140=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #937D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D8C is #6C8273. Grayscale: #858585. Windows color (decimal): -7111284 or 9207187. OLE color: 9207187.
HSL color Cylindrical-coordinate representation of color #937D8C: hue angle of 319.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #937D8C is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 140 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.42 |
| HSL | 319.09º | 0.09% | 0.53% | - |
| HSV(B) | 319.09º | 0.15% | 0.58% | - |
| XYZ | 24.1 | 22.76 | 27.93 | - |
| YUV | 133.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 140 | 0 | 0.15 | 0.05 | 0.42 | 319.09 | 0.09 | 0.53 |
| Hex | 93 | 7D | 8C | 0 | F | 5 | 2A | 13F | 9 | 35 |
| Octal | 223 | 175 | 214 | 0 | 17 | 5 | 52 | 477 | 11 | 65 |
| Binary | 10010011 | 1111101 | 10001100 | 0 | 1111 | 101 | 101010 | 100111111 | 1001 | 110101 |
Color Harmonies of #937D8C
Complementary color
Monochromatic Colors of #937D8C
Black with #937D8C
Text Example
Text Example
White with #937D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D8C; }
p { color: rgb(147,125,140); }
H1.HeaderClassName
{
color: #937D8C;
}
.AnyTagClassName
{
color: #937D8C;
}
</style>
background-color css
<style>
a { background-color: #937D8C; }
a { background-color: rgb(147,125,140); }
div.DivClassName
{
background-color: #937D8C;
}
.BgClassName
{
background-color: #937D8C;
}
</style>
border-color css
<style>
span { border-color: #937D8C; }
span { border-color: rgb(147,125,140); }
td.TdClassName
{
border-color: #937D8C;
}
.TagClassName
{
border-color: #937D8C;
}
</style>