Shades of Mountbatten Pink #9F738B
Tints of Mountbatten Pink #9F738B
RGB
CMYK
RGB Variations
Color information
#9F738B (or 0x9F738B) is known color: Mountbatten Pink. HEX triplet: 9F, 73 and 8B. RGB value is (159,115,139). Sum of RGB (Red+Green+Blue) = 159+115+139=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F738B is #608C74. Grayscale: #828282. Windows color (decimal): -6327413 or 9139103. OLE color: 9139103.
HSL color Cylindrical-coordinate representation of color #9F738B: hue angle of 327.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F738B is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 139 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.38 |
| HSL | 327.27º | 0.19% | 0.54% | - |
| HSV(B) | 327.27º | 0.28% | 0.62% | - |
| XYZ | 25.09 | 21.5 | 27.25 | - |
| YUV | 130.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 139 | 0 | 0.28 | 0.13 | 0.38 | 327.27 | 0.19 | 0.54 |
| Hex | 9F | 73 | 8B | 0 | 1C | D | 26 | 147 | 13 | 36 |
| Octal | 237 | 163 | 213 | 0 | 34 | 15 | 46 | 507 | 23 | 66 |
| Binary | 10011111 | 1110011 | 10001011 | 0 | 11100 | 1101 | 100110 | 101000111 | 10011 | 110110 |
Color Harmonies of #9F738B
Complementary color
Monochromatic Colors of #9F738B
Black with #9F738B
Text Example
Text Example
White with #9F738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F738B; }
p { color: rgb(159,115,139); }
H1.HeaderClassName
{
color: #9F738B;
}
.AnyTagClassName
{
color: #9F738B;
}
</style>
background-color css
<style>
a { background-color: #9F738B; }
a { background-color: rgb(159,115,139); }
div.DivClassName
{
background-color: #9F738B;
}
.BgClassName
{
background-color: #9F738B;
}
</style>
border-color css
<style>
span { border-color: #9F738B; }
span { border-color: rgb(159,115,139); }
td.TdClassName
{
border-color: #9F738B;
}
.TagClassName
{
border-color: #9F738B;
}
</style>