Shades of Mountbatten Pink #8D7188
Tints of Mountbatten Pink #8D7188
RGB
CMYK
RGB Variations
Color information
#8D7188 (or 0x8D7188) is known color: Mountbatten Pink. HEX triplet: 8D, 71 and 88. RGB value is (141,113,136). Sum of RGB (Red+Green+Blue) = 141+113+136=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7188 is #728E77. Grayscale: #7B7B7B. Windows color (decimal): -7507576 or 8941965. OLE color: 8941965.
HSL color Cylindrical-coordinate representation of color #8D7188: hue angle of 310.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D7188 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 136 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.45 |
| HSL | 310.71º | 0.11% | 0.5% | - |
| HSV(B) | 310.71º | 0.2% | 0.55% | - |
| XYZ | 21.33 | 19.25 | 25.88 | - |
| YUV | 123.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 136 | 0 | 0.20 | 0.04 | 0.45 | 310.71 | 0.11 | 0.5 |
| Hex | 8D | 71 | 88 | 0 | 14 | 4 | 2D | 137 | B | 32 |
| Octal | 215 | 161 | 210 | 0 | 24 | 4 | 55 | 467 | 13 | 62 |
| Binary | 10001101 | 1110001 | 10001000 | 0 | 10100 | 100 | 101101 | 100110111 | 1011 | 110010 |
Color Harmonies of #8D7188
Complementary color
Monochromatic Colors of #8D7188
Black with #8D7188
Text Example
Text Example
White with #8D7188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7188; }
p { color: rgb(141,113,136); }
H1.HeaderClassName
{
color: #8D7188;
}
.AnyTagClassName
{
color: #8D7188;
}
</style>
background-color css
<style>
a { background-color: #8D7188; }
a { background-color: rgb(141,113,136); }
div.DivClassName
{
background-color: #8D7188;
}
.BgClassName
{
background-color: #8D7188;
}
</style>
border-color css
<style>
span { border-color: #8D7188; }
span { border-color: rgb(141,113,136); }
td.TdClassName
{
border-color: #8D7188;
}
.TagClassName
{
border-color: #8D7188;
}
</style>