Shades of Mountbatten Pink #937D8A
Tints of Mountbatten Pink #937D8A
RGB
CMYK
RGB Variations
Color information
#937D8A (or 0x937D8A) is known color: Mountbatten Pink. HEX triplet: 93, 7D and 8A. RGB value is (147,125,138). Sum of RGB (Red+Green+Blue) = 147+125+138=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #937D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D8A is #6C8275. Grayscale: #858585. Windows color (decimal): -7111286 or 9076115. OLE color: 9076115.
HSL color Cylindrical-coordinate representation of color #937D8A: hue angle of 324.55º 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 #937D8A is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 138 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.42 |
| HSL | 324.55º | 0.09% | 0.53% | - |
| HSV(B) | 324.55º | 0.15% | 0.58% | - |
| XYZ | 23.95 | 22.71 | 27.16 | - |
| YUV | 133.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 138 | 0 | 0.15 | 0.06 | 0.42 | 324.55 | 0.09 | 0.53 |
| Hex | 93 | 7D | 8A | 0 | F | 6 | 2A | 145 | 9 | 35 |
| Octal | 223 | 175 | 212 | 0 | 17 | 6 | 52 | 505 | 11 | 65 |
| Binary | 10010011 | 1111101 | 10001010 | 0 | 1111 | 110 | 101010 | 101000101 | 1001 | 110101 |
Color Harmonies of #937D8A
Complementary color
Monochromatic Colors of #937D8A
Black with #937D8A
Text Example
Text Example
White with #937D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D8A; }
p { color: rgb(147,125,138); }
H1.HeaderClassName
{
color: #937D8A;
}
.AnyTagClassName
{
color: #937D8A;
}
</style>
background-color css
<style>
a { background-color: #937D8A; }
a { background-color: rgb(147,125,138); }
div.DivClassName
{
background-color: #937D8A;
}
.BgClassName
{
background-color: #937D8A;
}
</style>
border-color css
<style>
span { border-color: #937D8A; }
span { border-color: rgb(147,125,138); }
td.TdClassName
{
border-color: #937D8A;
}
.TagClassName
{
border-color: #937D8A;
}
</style>