Shades of Mountbatten Pink #9F748D
Tints of Mountbatten Pink #9F748D
RGB
CMYK
RGB Variations
Color information
#9F748D (or 0x9F748D) is known color: Mountbatten Pink. HEX triplet: 9F, 74 and 8D. RGB value is (159,116,141). Sum of RGB (Red+Green+Blue) = 159+116+141=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F748D is #608B72. Grayscale: #838383. Windows color (decimal): -6327155 or 9270431. OLE color: 9270431.
HSL color Cylindrical-coordinate representation of color #9F748D: hue angle of 325.12º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F748D is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 141 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.38 |
| HSL | 325.12º | 0.18% | 0.54% | - |
| HSV(B) | 325.12º | 0.27% | 0.62% | - |
| XYZ | 25.35 | 21.78 | 28.07 | - |
| YUV | 131.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 141 | 0 | 0.27 | 0.11 | 0.38 | 325.12 | 0.18 | 0.54 |
| Hex | 9F | 74 | 8D | 0 | 1B | B | 26 | 145 | 12 | 36 |
| Octal | 237 | 164 | 215 | 0 | 33 | 13 | 46 | 505 | 22 | 66 |
| Binary | 10011111 | 1110100 | 10001101 | 0 | 11011 | 1011 | 100110 | 101000101 | 10010 | 110110 |
Color Harmonies of #9F748D
Complementary color
Monochromatic Colors of #9F748D
Black with #9F748D
Text Example
Text Example
White with #9F748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F748D; }
p { color: rgb(159,116,141); }
H1.HeaderClassName
{
color: #9F748D;
}
.AnyTagClassName
{
color: #9F748D;
}
</style>
background-color css
<style>
a { background-color: #9F748D; }
a { background-color: rgb(159,116,141); }
div.DivClassName
{
background-color: #9F748D;
}
.BgClassName
{
background-color: #9F748D;
}
</style>
border-color css
<style>
span { border-color: #9F748D; }
span { border-color: rgb(159,116,141); }
td.TdClassName
{
border-color: #9F748D;
}
.TagClassName
{
border-color: #9F748D;
}
</style>