Shades of Mountbatten Pink #986D8D
Tints of Mountbatten Pink #986D8D
RGB
CMYK
RGB Variations
Color information
#986D8D (or 0x986D8D) is known color: Mountbatten Pink. HEX triplet: 98, 6D and 8D. RGB value is (152,109,141). Sum of RGB (Red+Green+Blue) = 152+109+141=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #986D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D8D is #679272. Grayscale: #7D7D7D. Windows color (decimal): -6787699 or 9268632. OLE color: 9268632.
HSL color Cylindrical-coordinate representation of color #986D8D: hue angle of 315.35º 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 #986D8D is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 141 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.40 |
| HSL | 315.35º | 0.17% | 0.51% | - |
| HSV(B) | 315.35º | 0.28% | 0.6% | - |
| XYZ | 23.23 | 19.54 | 27.75 | - |
| YUV | 125.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 141 | 0 | 0.28 | 0.07 | 0.40 | 315.35 | 0.17 | 0.51 |
| Hex | 98 | 6D | 8D | 0 | 1C | 7 | 28 | 13B | 11 | 33 |
| Octal | 230 | 155 | 215 | 0 | 34 | 7 | 50 | 473 | 21 | 63 |
| Binary | 10011000 | 1101101 | 10001101 | 0 | 11100 | 111 | 101000 | 100111011 | 10001 | 110011 |
Color Harmonies of #986D8D
Complementary color
Monochromatic Colors of #986D8D
Black with #986D8D
Text Example
Text Example
White with #986D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D8D; }
p { color: rgb(152,109,141); }
H1.HeaderClassName
{
color: #986D8D;
}
.AnyTagClassName
{
color: #986D8D;
}
</style>
background-color css
<style>
a { background-color: #986D8D; }
a { background-color: rgb(152,109,141); }
div.DivClassName
{
background-color: #986D8D;
}
.BgClassName
{
background-color: #986D8D;
}
</style>
border-color css
<style>
span { border-color: #986D8D; }
span { border-color: rgb(152,109,141); }
td.TdClassName
{
border-color: #986D8D;
}
.TagClassName
{
border-color: #986D8D;
}
</style>