Shades of Mountbatten Pink #986E8E
Tints of Mountbatten Pink #986E8E
RGB
CMYK
RGB Variations
Color information
#986E8E (or 0x986E8E) is known color: Mountbatten Pink. HEX triplet: 98, 6E and 8E. RGB value is (152,110,142). Sum of RGB (Red+Green+Blue) = 152+110+142=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #986E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E8E is #679171. Grayscale: #7E7E7E. Windows color (decimal): -6787442 or 9334424. OLE color: 9334424.
HSL color Cylindrical-coordinate representation of color #986E8E: hue angle of 314.29º 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 #986E8E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 142 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.40 |
| HSL | 314.29º | 0.17% | 0.51% | - |
| HSV(B) | 314.29º | 0.28% | 0.6% | - |
| XYZ | 23.41 | 19.78 | 28.18 | - |
| YUV | 126.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 142 | 0 | 0.28 | 0.07 | 0.40 | 314.29 | 0.17 | 0.51 |
| Hex | 98 | 6E | 8E | 0 | 1C | 7 | 28 | 13A | 11 | 33 |
| Octal | 230 | 156 | 216 | 0 | 34 | 7 | 50 | 472 | 21 | 63 |
| Binary | 10011000 | 1101110 | 10001110 | 0 | 11100 | 111 | 101000 | 100111010 | 10001 | 110011 |
Color Harmonies of #986E8E
Complementary color
Monochromatic Colors of #986E8E
Black with #986E8E
Text Example
Text Example
White with #986E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E8E; }
p { color: rgb(152,110,142); }
H1.HeaderClassName
{
color: #986E8E;
}
.AnyTagClassName
{
color: #986E8E;
}
</style>
background-color css
<style>
a { background-color: #986E8E; }
a { background-color: rgb(152,110,142); }
div.DivClassName
{
background-color: #986E8E;
}
.BgClassName
{
background-color: #986E8E;
}
</style>
border-color css
<style>
span { border-color: #986E8E; }
span { border-color: rgb(152,110,142); }
td.TdClassName
{
border-color: #986E8E;
}
.TagClassName
{
border-color: #986E8E;
}
</style>