Shades of Mountbatten Pink #9F768B
Tints of Mountbatten Pink #9F768B
RGB
CMYK
RGB Variations
Color information
#9F768B (or 0x9F768B) is known color: Mountbatten Pink. HEX triplet: 9F, 76 and 8B. RGB value is (159,118,139). Sum of RGB (Red+Green+Blue) = 159+118+139=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F768B is #608974. Grayscale: #848484. Windows color (decimal): -6326645 or 9139871. OLE color: 9139871.
HSL color Cylindrical-coordinate representation of color #9F768B: hue angle of 329.27º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F768B is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 139 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.38 |
| HSL | 329.27º | 0.18% | 0.54% | - |
| HSV(B) | 329.27º | 0.26% | 0.62% | - |
| XYZ | 25.44 | 22.19 | 27.37 | - |
| YUV | 132.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 139 | 0 | 0.26 | 0.13 | 0.38 | 329.27 | 0.18 | 0.54 |
| Hex | 9F | 76 | 8B | 0 | 1A | D | 26 | 149 | 12 | 36 |
| Octal | 237 | 166 | 213 | 0 | 32 | 15 | 46 | 511 | 22 | 66 |
| Binary | 10011111 | 1110110 | 10001011 | 0 | 11010 | 1101 | 100110 | 101001001 | 10010 | 110110 |
Color Harmonies of #9F768B
Complementary color
Monochromatic Colors of #9F768B
Black with #9F768B
Text Example
Text Example
White with #9F768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F768B; }
p { color: rgb(159,118,139); }
H1.HeaderClassName
{
color: #9F768B;
}
.AnyTagClassName
{
color: #9F768B;
}
</style>
background-color css
<style>
a { background-color: #9F768B; }
a { background-color: rgb(159,118,139); }
div.DivClassName
{
background-color: #9F768B;
}
.BgClassName
{
background-color: #9F768B;
}
</style>
border-color css
<style>
span { border-color: #9F768B; }
span { border-color: rgb(159,118,139); }
td.TdClassName
{
border-color: #9F768B;
}
.TagClassName
{
border-color: #9F768B;
}
</style>