Shades of Mountbatten Pink #8F718A
Tints of Mountbatten Pink #8F718A
RGB
CMYK
RGB Variations
Color information
#8F718A (or 0x8F718A) is known color: Mountbatten Pink. HEX triplet: 8F, 71 and 8A. RGB value is (143,113,138). Sum of RGB (Red+Green+Blue) = 143+113+138=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 143 - color contains mainly: red. Hex color #8F718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F718A is #708E75. Grayscale: #7C7C7C. Windows color (decimal): -7376502 or 9073039. OLE color: 9073039.
HSL color Cylindrical-coordinate representation of color #8F718A: hue angle of 310º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F718A is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 138 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.44 |
| HSL | 310º | 0.12% | 0.5% | - |
| HSV(B) | 310º | 0.21% | 0.56% | - |
| XYZ | 21.82 | 19.48 | 26.66 | - |
| YUV | 124.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 138 | 0 | 0.21 | 0.03 | 0.44 | 310 | 0.12 | 0.5 |
| Hex | 8F | 71 | 8A | 0 | 15 | 3 | 2C | 136 | C | 32 |
| Octal | 217 | 161 | 212 | 0 | 25 | 3 | 54 | 466 | 14 | 62 |
| Binary | 10001111 | 1110001 | 10001010 | 0 | 10101 | 11 | 101100 | 100110110 | 1100 | 110010 |
Color Harmonies of #8F718A
Complementary color
Monochromatic Colors of #8F718A
Black with #8F718A
Text Example
Text Example
White with #8F718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F718A; }
p { color: rgb(143,113,138); }
H1.HeaderClassName
{
color: #8F718A;
}
.AnyTagClassName
{
color: #8F718A;
}
</style>
background-color css
<style>
a { background-color: #8F718A; }
a { background-color: rgb(143,113,138); }
div.DivClassName
{
background-color: #8F718A;
}
.BgClassName
{
background-color: #8F718A;
}
</style>
border-color css
<style>
span { border-color: #8F718A; }
span { border-color: rgb(143,113,138); }
td.TdClassName
{
border-color: #8F718A;
}
.TagClassName
{
border-color: #8F718A;
}
</style>