Shades of Mountbatten Pink #917F89
Tints of Mountbatten Pink #917F89
RGB
CMYK
RGB Variations
Color information
#917F89 (or 0x917F89) is known color: Mountbatten Pink. HEX triplet: 91, 7F and 89. RGB value is (145,127,137). Sum of RGB (Red+Green+Blue) = 145+127+137=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #917F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F89 is #6E8076. Grayscale: #858585. Windows color (decimal): -7241847 or 9011089. OLE color: 9011089.
HSL color Cylindrical-coordinate representation of color #917F89: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #917F89 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 137 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.43 |
| HSL | 326.67º | 0.08% | 0.53% | - |
| HSV(B) | 326.67º | 0.12% | 0.57% | - |
| XYZ | 23.78 | 23 | 26.85 | - |
| YUV | 133.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 137 | 0 | 0.12 | 0.06 | 0.43 | 326.67 | 0.08 | 0.53 |
| Hex | 91 | 7F | 89 | 0 | C | 6 | 2B | 147 | 8 | 35 |
| Octal | 221 | 177 | 211 | 0 | 14 | 6 | 53 | 507 | 10 | 65 |
| Binary | 10010001 | 1111111 | 10001001 | 0 | 1100 | 110 | 101011 | 101000111 | 1000 | 110101 |
Color Harmonies of #917F89
Complementary color
Monochromatic Colors of #917F89
Black with #917F89
Text Example
Text Example
White with #917F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F89; }
p { color: rgb(145,127,137); }
H1.HeaderClassName
{
color: #917F89;
}
.AnyTagClassName
{
color: #917F89;
}
</style>
background-color css
<style>
a { background-color: #917F89; }
a { background-color: rgb(145,127,137); }
div.DivClassName
{
background-color: #917F89;
}
.BgClassName
{
background-color: #917F89;
}
</style>
border-color css
<style>
span { border-color: #917F89; }
span { border-color: rgb(145,127,137); }
td.TdClassName
{
border-color: #917F89;
}
.TagClassName
{
border-color: #917F89;
}
</style>