Shades of Mountbatten Pink #986E8B
Tints of Mountbatten Pink #986E8B
RGB
CMYK
RGB Variations
Color information
#986E8B (or 0x986E8B) is known color: Mountbatten Pink. HEX triplet: 98, 6E and 8B. RGB value is (152,110,139). Sum of RGB (Red+Green+Blue) = 152+110+139=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #986E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E8B is #679174. Grayscale: #7D7D7D. Windows color (decimal): -6787445 or 9137816. OLE color: 9137816.
HSL color Cylindrical-coordinate representation of color #986E8B: hue angle of 318.57º 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 #986E8B is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 139 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.40 |
| HSL | 318.57º | 0.17% | 0.51% | - |
| HSV(B) | 318.57º | 0.28% | 0.6% | - |
| XYZ | 23.19 | 19.69 | 27 | - |
| YUV | 125.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 139 | 0 | 0.28 | 0.09 | 0.40 | 318.57 | 0.17 | 0.51 |
| Hex | 98 | 6E | 8B | 0 | 1C | 9 | 28 | 13F | 11 | 33 |
| Octal | 230 | 156 | 213 | 0 | 34 | 11 | 50 | 477 | 21 | 63 |
| Binary | 10011000 | 1101110 | 10001011 | 0 | 11100 | 1001 | 101000 | 100111111 | 10001 | 110011 |
Color Harmonies of #986E8B
Complementary color
Monochromatic Colors of #986E8B
Black with #986E8B
Text Example
Text Example
White with #986E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E8B; }
p { color: rgb(152,110,139); }
H1.HeaderClassName
{
color: #986E8B;
}
.AnyTagClassName
{
color: #986E8B;
}
</style>
background-color css
<style>
a { background-color: #986E8B; }
a { background-color: rgb(152,110,139); }
div.DivClassName
{
background-color: #986E8B;
}
.BgClassName
{
background-color: #986E8B;
}
</style>
border-color css
<style>
span { border-color: #986E8B; }
span { border-color: rgb(152,110,139); }
td.TdClassName
{
border-color: #986E8B;
}
.TagClassName
{
border-color: #986E8B;
}
</style>