Shades of Mountbatten Pink #8F7589
Tints of Mountbatten Pink #8F7589
RGB
CMYK
RGB Variations
Color information
#8F7589 (or 0x8F7589) is known color: Mountbatten Pink. HEX triplet: 8F, 75 and 89. RGB value is (143,117,137). Sum of RGB (Red+Green+Blue) = 143+117+137=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7589 is #708A76. Grayscale: #7F7F7F. Windows color (decimal): -7375479 or 9008527. OLE color: 9008527.
HSL color Cylindrical-coordinate representation of color #8F7589: hue angle of 313.85º 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 #8F7589 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 137 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.44 |
| HSL | 313.85º | 0.1% | 0.51% | - |
| HSV(B) | 313.85º | 0.18% | 0.56% | - |
| XYZ | 22.2 | 20.37 | 26.43 | - |
| YUV | 127.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 137 | 0 | 0.18 | 0.04 | 0.44 | 313.85 | 0.1 | 0.51 |
| Hex | 8F | 75 | 89 | 0 | 12 | 4 | 2C | 13A | A | 33 |
| Octal | 217 | 165 | 211 | 0 | 22 | 4 | 54 | 472 | 12 | 63 |
| Binary | 10001111 | 1110101 | 10001001 | 0 | 10010 | 100 | 101100 | 100111010 | 1010 | 110011 |
Color Harmonies of #8F7589
Complementary color
Monochromatic Colors of #8F7589
Black with #8F7589
Text Example
Text Example
White with #8F7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7589; }
p { color: rgb(143,117,137); }
H1.HeaderClassName
{
color: #8F7589;
}
.AnyTagClassName
{
color: #8F7589;
}
</style>
background-color css
<style>
a { background-color: #8F7589; }
a { background-color: rgb(143,117,137); }
div.DivClassName
{
background-color: #8F7589;
}
.BgClassName
{
background-color: #8F7589;
}
</style>
border-color css
<style>
span { border-color: #8F7589; }
span { border-color: rgb(143,117,137); }
td.TdClassName
{
border-color: #8F7589;
}
.TagClassName
{
border-color: #8F7589;
}
</style>