Shades of Mountbatten Pink #9F768F
Tints of Mountbatten Pink #9F768F
RGB
CMYK
RGB Variations
Color information
#9F768F (or 0x9F768F) is known color: Mountbatten Pink. HEX triplet: 9F, 76 and 8F. RGB value is (159,118,143). Sum of RGB (Red+Green+Blue) = 159+118+143=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F768F is #608970. Grayscale: #858585. Windows color (decimal): -6326641 or 9402015. OLE color: 9402015.
HSL color Cylindrical-coordinate representation of color #9F768F: hue angle of 323.41º 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 #9F768F is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 143 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.38 |
| HSL | 323.41º | 0.18% | 0.54% | - |
| HSV(B) | 323.41º | 0.26% | 0.62% | - |
| XYZ | 25.73 | 22.31 | 28.94 | - |
| YUV | 133.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 143 | 0 | 0.26 | 0.10 | 0.38 | 323.41 | 0.18 | 0.54 |
| Hex | 9F | 76 | 8F | 0 | 1A | A | 26 | 143 | 12 | 36 |
| Octal | 237 | 166 | 217 | 0 | 32 | 12 | 46 | 503 | 22 | 66 |
| Binary | 10011111 | 1110110 | 10001111 | 0 | 11010 | 1010 | 100110 | 101000011 | 10010 | 110110 |
Color Harmonies of #9F768F
Complementary color
Monochromatic Colors of #9F768F
Black with #9F768F
Text Example
Text Example
White with #9F768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F768F; }
p { color: rgb(159,118,143); }
H1.HeaderClassName
{
color: #9F768F;
}
.AnyTagClassName
{
color: #9F768F;
}
</style>
background-color css
<style>
a { background-color: #9F768F; }
a { background-color: rgb(159,118,143); }
div.DivClassName
{
background-color: #9F768F;
}
.BgClassName
{
background-color: #9F768F;
}
</style>
border-color css
<style>
span { border-color: #9F768F; }
span { border-color: rgb(159,118,143); }
td.TdClassName
{
border-color: #9F768F;
}
.TagClassName
{
border-color: #9F768F;
}
</style>