Shades of Mountbatten Pink #9F758A
Tints of Mountbatten Pink #9F758A
RGB
CMYK
RGB Variations
Color information
#9F758A (or 0x9F758A) is known color: Mountbatten Pink. HEX triplet: 9F, 75 and 8A. RGB value is (159,117,138). Sum of RGB (Red+Green+Blue) = 159+117+138=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F758A is #608A75. Grayscale: #838383. Windows color (decimal): -6326902 or 9074079. OLE color: 9074079.
HSL color Cylindrical-coordinate representation of color #9F758A: hue angle of 330º 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 #9F758A is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 138 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.38 |
| HSL | 330º | 0.18% | 0.54% | - |
| HSV(B) | 330º | 0.26% | 0.62% | - |
| XYZ | 25.25 | 21.93 | 26.95 | - |
| YUV | 131.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 138 | 0 | 0.26 | 0.13 | 0.38 | 330 | 0.18 | 0.54 |
| Hex | 9F | 75 | 8A | 0 | 1A | D | 26 | 14A | 12 | 36 |
| Octal | 237 | 165 | 212 | 0 | 32 | 15 | 46 | 512 | 22 | 66 |
| Binary | 10011111 | 1110101 | 10001010 | 0 | 11010 | 1101 | 100110 | 101001010 | 10010 | 110110 |
Color Harmonies of #9F758A
Complementary color
Monochromatic Colors of #9F758A
Black with #9F758A
Text Example
Text Example
White with #9F758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F758A; }
p { color: rgb(159,117,138); }
H1.HeaderClassName
{
color: #9F758A;
}
.AnyTagClassName
{
color: #9F758A;
}
</style>
background-color css
<style>
a { background-color: #9F758A; }
a { background-color: rgb(159,117,138); }
div.DivClassName
{
background-color: #9F758A;
}
.BgClassName
{
background-color: #9F758A;
}
</style>
border-color css
<style>
span { border-color: #9F758A; }
span { border-color: rgb(159,117,138); }
td.TdClassName
{
border-color: #9F758A;
}
.TagClassName
{
border-color: #9F758A;
}
</style>