Shades of Mountbatten Pink #916E89
Tints of Mountbatten Pink #916E89
RGB
CMYK
RGB Variations
Color information
#916E89 (or 0x916E89) is known color: Mountbatten Pink. HEX triplet: 91, 6E and 89. RGB value is (145,110,137). Sum of RGB (Red+Green+Blue) = 145+110+137=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #916E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916E89 is #6E9176. Grayscale: #7B7B7B. Windows color (decimal): -7246199 or 9006737. OLE color: 9006737.
HSL color Cylindrical-coordinate representation of color #916E89: hue angle of 313.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E89 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 137 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.43 |
| HSL | 313.71º | 0.14% | 0.5% | - |
| HSV(B) | 313.71º | 0.24% | 0.57% | - |
| XYZ | 21.77 | 18.98 | 26.18 | - |
| YUV | 123.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 137 | 0 | 0.24 | 0.06 | 0.43 | 313.71 | 0.14 | 0.5 |
| Hex | 91 | 6E | 89 | 0 | 18 | 6 | 2B | 13A | E | 32 |
| Octal | 221 | 156 | 211 | 0 | 30 | 6 | 53 | 472 | 16 | 62 |
| Binary | 10010001 | 1101110 | 10001001 | 0 | 11000 | 110 | 101011 | 100111010 | 1110 | 110010 |
Color Harmonies of #916E89
Complementary color
Monochromatic Colors of #916E89
Black with #916E89
Text Example
Text Example
White with #916E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E89; }
p { color: rgb(145,110,137); }
H1.HeaderClassName
{
color: #916E89;
}
.AnyTagClassName
{
color: #916E89;
}
</style>
background-color css
<style>
a { background-color: #916E89; }
a { background-color: rgb(145,110,137); }
div.DivClassName
{
background-color: #916E89;
}
.BgClassName
{
background-color: #916E89;
}
</style>
border-color css
<style>
span { border-color: #916E89; }
span { border-color: rgb(145,110,137); }
td.TdClassName
{
border-color: #916E89;
}
.TagClassName
{
border-color: #916E89;
}
</style>