Shades of Mountbatten Pink #8F7587
Tints of Mountbatten Pink #8F7587
RGB
CMYK
RGB Variations
Color information
#8F7587 (or 0x8F7587) is known color: Mountbatten Pink. HEX triplet: 8F, 75 and 87. RGB value is (143,117,135). Sum of RGB (Red+Green+Blue) = 143+117+135=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7587 is #708A78. Grayscale: #7E7E7E. Windows color (decimal): -7375481 or 8877455. OLE color: 8877455.
HSL color Cylindrical-coordinate representation of color #8F7587: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7587 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 135 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.44 |
| HSL | 318.46º | 0.1% | 0.51% | - |
| HSV(B) | 318.46º | 0.18% | 0.56% | - |
| XYZ | 22.06 | 20.31 | 25.68 | - |
| YUV | 126.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 135 | 0 | 0.18 | 0.06 | 0.44 | 318.46 | 0.1 | 0.51 |
| Hex | 8F | 75 | 87 | 0 | 12 | 6 | 2C | 13E | A | 33 |
| Octal | 217 | 165 | 207 | 0 | 22 | 6 | 54 | 476 | 12 | 63 |
| Binary | 10001111 | 1110101 | 10000111 | 0 | 10010 | 110 | 101100 | 100111110 | 1010 | 110011 |
Color Harmonies of #8F7587
Complementary color
Monochromatic Colors of #8F7587
Black with #8F7587
Text Example
Text Example
White with #8F7587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7587; }
p { color: rgb(143,117,135); }
H1.HeaderClassName
{
color: #8F7587;
}
.AnyTagClassName
{
color: #8F7587;
}
</style>
background-color css
<style>
a { background-color: #8F7587; }
a { background-color: rgb(143,117,135); }
div.DivClassName
{
background-color: #8F7587;
}
.BgClassName
{
background-color: #8F7587;
}
</style>
border-color css
<style>
span { border-color: #8F7587; }
span { border-color: rgb(143,117,135); }
td.TdClassName
{
border-color: #8F7587;
}
.TagClassName
{
border-color: #8F7587;
}
</style>