Shades of Mountbatten Pink #8D7089
Tints of Mountbatten Pink #8D7089
RGB
CMYK
RGB Variations
Color information
#8D7089 (or 0x8D7089) is known color: Mountbatten Pink. HEX triplet: 8D, 70 and 89. RGB value is (141,112,137). Sum of RGB (Red+Green+Blue) = 141+112+137=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7089 is #728F76. Grayscale: #7B7B7B. Windows color (decimal): -7507831 or 9007245. OLE color: 9007245.
HSL color Cylindrical-coordinate representation of color #8D7089: hue angle of 308.28º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7089 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 137 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.45 |
| HSL | 308.28º | 0.11% | 0.5% | - |
| HSV(B) | 308.28º | 0.21% | 0.55% | - |
| XYZ | 21.29 | 19.06 | 26.22 | - |
| YUV | 123.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 137 | 0 | 0.21 | 0.03 | 0.45 | 308.28 | 0.11 | 0.5 |
| Hex | 8D | 70 | 89 | 0 | 15 | 3 | 2D | 134 | B | 32 |
| Octal | 215 | 160 | 211 | 0 | 25 | 3 | 55 | 464 | 13 | 62 |
| Binary | 10001101 | 1110000 | 10001001 | 0 | 10101 | 11 | 101101 | 100110100 | 1011 | 110010 |
Color Harmonies of #8D7089
Complementary color
Monochromatic Colors of #8D7089
Black with #8D7089
Text Example
Text Example
White with #8D7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7089; }
p { color: rgb(141,112,137); }
H1.HeaderClassName
{
color: #8D7089;
}
.AnyTagClassName
{
color: #8D7089;
}
</style>
background-color css
<style>
a { background-color: #8D7089; }
a { background-color: rgb(141,112,137); }
div.DivClassName
{
background-color: #8D7089;
}
.BgClassName
{
background-color: #8D7089;
}
</style>
border-color css
<style>
span { border-color: #8D7089; }
span { border-color: rgb(141,112,137); }
td.TdClassName
{
border-color: #8D7089;
}
.TagClassName
{
border-color: #8D7089;
}
</style>