Shades of Mountbatten Pink #986E91
Tints of Mountbatten Pink #986E91
RGB
CMYK
RGB Variations
Color information
#986E91 (or 0x986E91) is known color: Mountbatten Pink. HEX triplet: 98, 6E and 91. RGB value is (152,110,145). Sum of RGB (Red+Green+Blue) = 152+110+145=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #986E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E91 is #67916E. Grayscale: #7E7E7E. Windows color (decimal): -6787439 or 9531032. OLE color: 9531032.
HSL color Cylindrical-coordinate representation of color #986E91: hue angle of 310º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986E91 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 145 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.40 |
| HSL | 310º | 0.17% | 0.51% | - |
| HSV(B) | 310º | 0.28% | 0.6% | - |
| XYZ | 23.64 | 19.87 | 29.38 | - |
| YUV | 126.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 145 | 0 | 0.28 | 0.05 | 0.40 | 310 | 0.17 | 0.51 |
| Hex | 98 | 6E | 91 | 0 | 1C | 5 | 28 | 136 | 11 | 33 |
| Octal | 230 | 156 | 221 | 0 | 34 | 5 | 50 | 466 | 21 | 63 |
| Binary | 10011000 | 1101110 | 10010001 | 0 | 11100 | 101 | 101000 | 100110110 | 10001 | 110011 |
Color Harmonies of #986E91
Complementary color
Monochromatic Colors of #986E91
Black with #986E91
Text Example
Text Example
White with #986E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E91; }
p { color: rgb(152,110,145); }
H1.HeaderClassName
{
color: #986E91;
}
.AnyTagClassName
{
color: #986E91;
}
</style>
background-color css
<style>
a { background-color: #986E91; }
a { background-color: rgb(152,110,145); }
div.DivClassName
{
background-color: #986E91;
}
.BgClassName
{
background-color: #986E91;
}
</style>
border-color css
<style>
span { border-color: #986E91; }
span { border-color: rgb(152,110,145); }
td.TdClassName
{
border-color: #986E91;
}
.TagClassName
{
border-color: #986E91;
}
</style>