Shades of Mountbatten Pink #9F758C
Tints of Mountbatten Pink #9F758C
RGB
CMYK
RGB Variations
Color information
#9F758C (or 0x9F758C) is known color: Mountbatten Pink. HEX triplet: 9F, 75 and 8C. RGB value is (159,117,140). Sum of RGB (Red+Green+Blue) = 159+117+140=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F758C is #608A73. Grayscale: #848484. Windows color (decimal): -6326900 or 9205151. OLE color: 9205151.
HSL color Cylindrical-coordinate representation of color #9F758C: hue angle of 327.14º 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 #9F758C is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 140 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.38 |
| HSL | 327.14º | 0.18% | 0.54% | - |
| HSV(B) | 327.14º | 0.26% | 0.62% | - |
| XYZ | 25.39 | 21.99 | 27.72 | - |
| YUV | 132.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 140 | 0 | 0.26 | 0.12 | 0.38 | 327.14 | 0.18 | 0.54 |
| Hex | 9F | 75 | 8C | 0 | 1A | C | 26 | 147 | 12 | 36 |
| Octal | 237 | 165 | 214 | 0 | 32 | 14 | 46 | 507 | 22 | 66 |
| Binary | 10011111 | 1110101 | 10001100 | 0 | 11010 | 1100 | 100110 | 101000111 | 10010 | 110110 |
Color Harmonies of #9F758C
Complementary color
Monochromatic Colors of #9F758C
Black with #9F758C
Text Example
Text Example
White with #9F758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F758C; }
p { color: rgb(159,117,140); }
H1.HeaderClassName
{
color: #9F758C;
}
.AnyTagClassName
{
color: #9F758C;
}
</style>
background-color css
<style>
a { background-color: #9F758C; }
a { background-color: rgb(159,117,140); }
div.DivClassName
{
background-color: #9F758C;
}
.BgClassName
{
background-color: #9F758C;
}
</style>
border-color css
<style>
span { border-color: #9F758C; }
span { border-color: rgb(159,117,140); }
td.TdClassName
{
border-color: #9F758C;
}
.TagClassName
{
border-color: #9F758C;
}
</style>