Shades of Mountbatten Pink #906E89
Tints of Mountbatten Pink #906E89
RGB
CMYK
RGB Variations
Color information
#906E89 (or 0x906E89) is known color: Mountbatten Pink. HEX triplet: 90, 6E and 89. RGB value is (144,110,137). Sum of RGB (Red+Green+Blue) = 144+110+137=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #906E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E89 is #6F9176. Grayscale: #7B7B7B. Windows color (decimal): -7311735 or 9006736. OLE color: 9006736.
HSL color Cylindrical-coordinate representation of color #906E89: hue angle of 312.35º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906E89 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 137 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.44 |
| HSL | 312.35º | 0.13% | 0.5% | - |
| HSV(B) | 312.35º | 0.24% | 0.56% | - |
| XYZ | 21.59 | 18.89 | 26.17 | - |
| YUV | 123.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 137 | 0 | 0.24 | 0.05 | 0.44 | 312.35 | 0.13 | 0.5 |
| Hex | 90 | 6E | 89 | 0 | 18 | 5 | 2C | 138 | D | 32 |
| Octal | 220 | 156 | 211 | 0 | 30 | 5 | 54 | 470 | 15 | 62 |
| Binary | 10010000 | 1101110 | 10001001 | 0 | 11000 | 101 | 101100 | 100111000 | 1101 | 110010 |
Color Harmonies of #906E89
Complementary color
Monochromatic Colors of #906E89
Black with #906E89
Text Example
Text Example
White with #906E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E89; }
p { color: rgb(144,110,137); }
H1.HeaderClassName
{
color: #906E89;
}
.AnyTagClassName
{
color: #906E89;
}
</style>
background-color css
<style>
a { background-color: #906E89; }
a { background-color: rgb(144,110,137); }
div.DivClassName
{
background-color: #906E89;
}
.BgClassName
{
background-color: #906E89;
}
</style>
border-color css
<style>
span { border-color: #906E89; }
span { border-color: rgb(144,110,137); }
td.TdClassName
{
border-color: #906E89;
}
.TagClassName
{
border-color: #906E89;
}
</style>