Shades of Mountbatten Pink #916F88
Tints of Mountbatten Pink #916F88
RGB
CMYK
RGB Variations
Color information
#916F88 (or 0x916F88) is known color: Mountbatten Pink. HEX triplet: 91, 6F and 88. RGB value is (145,111,136). Sum of RGB (Red+Green+Blue) = 145+111+136=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #916F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F88 is #6E9077. Grayscale: #7B7B7B. Windows color (decimal): -7245944 or 8941457. OLE color: 8941457.
HSL color Cylindrical-coordinate representation of color #916F88: hue angle of 315.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F88 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 136 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.43 |
| HSL | 315.88º | 0.13% | 0.5% | - |
| HSV(B) | 315.88º | 0.23% | 0.57% | - |
| XYZ | 21.81 | 19.17 | 25.84 | - |
| YUV | 124.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 136 | 0 | 0.23 | 0.06 | 0.43 | 315.88 | 0.13 | 0.5 |
| Hex | 91 | 6F | 88 | 0 | 17 | 6 | 2B | 13C | D | 32 |
| Octal | 221 | 157 | 210 | 0 | 27 | 6 | 53 | 474 | 15 | 62 |
| Binary | 10010001 | 1101111 | 10001000 | 0 | 10111 | 110 | 101011 | 100111100 | 1101 | 110010 |
Color Harmonies of #916F88
Complementary color
Monochromatic Colors of #916F88
Black with #916F88
Text Example
Text Example
White with #916F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F88; }
p { color: rgb(145,111,136); }
H1.HeaderClassName
{
color: #916F88;
}
.AnyTagClassName
{
color: #916F88;
}
</style>
background-color css
<style>
a { background-color: #916F88; }
a { background-color: rgb(145,111,136); }
div.DivClassName
{
background-color: #916F88;
}
.BgClassName
{
background-color: #916F88;
}
</style>
border-color css
<style>
span { border-color: #916F88; }
span { border-color: rgb(145,111,136); }
td.TdClassName
{
border-color: #916F88;
}
.TagClassName
{
border-color: #916F88;
}
</style>