Shades of Mountbatten Pink #8D7585
Tints of Mountbatten Pink #8D7585
RGB
CMYK
RGB Variations
Color information
#8D7585 (or 0x8D7585) is known color: Mountbatten Pink. HEX triplet: 8D, 75 and 85. RGB value is (141,117,133). Sum of RGB (Red+Green+Blue) = 141+117+133=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7585 is #728A7A. Grayscale: #7D7D7D. Windows color (decimal): -7506555 or 8746381. OLE color: 8746381.
HSL color Cylindrical-coordinate representation of color #8D7585: hue angle of 320º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D7585 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 133 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.45 |
| HSL | 320º | 0.1% | 0.51% | - |
| HSV(B) | 320º | 0.17% | 0.55% | - |
| XYZ | 21.58 | 20.08 | 24.93 | - |
| YUV | 126 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 133 | 0 | 0.17 | 0.06 | 0.45 | 320 | 0.1 | 0.51 |
| Hex | 8D | 75 | 85 | 0 | 11 | 6 | 2D | 140 | A | 33 |
| Octal | 215 | 165 | 205 | 0 | 21 | 6 | 55 | 500 | 12 | 63 |
| Binary | 10001101 | 1110101 | 10000101 | 0 | 10001 | 110 | 101101 | 101000000 | 1010 | 110011 |
Color Harmonies of #8D7585
Complementary color
Monochromatic Colors of #8D7585
Black with #8D7585
Text Example
Text Example
White with #8D7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7585; }
p { color: rgb(141,117,133); }
H1.HeaderClassName
{
color: #8D7585;
}
.AnyTagClassName
{
color: #8D7585;
}
</style>
background-color css
<style>
a { background-color: #8D7585; }
a { background-color: rgb(141,117,133); }
div.DivClassName
{
background-color: #8D7585;
}
.BgClassName
{
background-color: #8D7585;
}
</style>
border-color css
<style>
span { border-color: #8D7585; }
span { border-color: rgb(141,117,133); }
td.TdClassName
{
border-color: #8D7585;
}
.TagClassName
{
border-color: #8D7585;
}
</style>