Shades of Mountbatten Pink #986C8B
Tints of Mountbatten Pink #986C8B
RGB
CMYK
RGB Variations
Color information
#986C8B (or 0x986C8B) is known color: Mountbatten Pink. HEX triplet: 98, 6C and 8B. RGB value is (152,108,139). Sum of RGB (Red+Green+Blue) = 152+108+139=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #986C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986C8B is #679374. Grayscale: #7C7C7C. Windows color (decimal): -6787957 or 9137304. OLE color: 9137304.
HSL color Cylindrical-coordinate representation of color #986C8B: hue angle of 317.73º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986C8B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 139 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.40 |
| HSL | 317.73º | 0.18% | 0.51% | - |
| HSV(B) | 317.73º | 0.29% | 0.6% | - |
| XYZ | 22.97 | 19.26 | 26.93 | - |
| YUV | 124.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 139 | 0 | 0.29 | 0.09 | 0.40 | 317.73 | 0.18 | 0.51 |
| Hex | 98 | 6C | 8B | 0 | 1D | 9 | 28 | 13E | 12 | 33 |
| Octal | 230 | 154 | 213 | 0 | 35 | 11 | 50 | 476 | 22 | 63 |
| Binary | 10011000 | 1101100 | 10001011 | 0 | 11101 | 1001 | 101000 | 100111110 | 10010 | 110011 |
Color Harmonies of #986C8B
Complementary color
Monochromatic Colors of #986C8B
Black with #986C8B
Text Example
Text Example
White with #986C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C8B; }
p { color: rgb(152,108,139); }
H1.HeaderClassName
{
color: #986C8B;
}
.AnyTagClassName
{
color: #986C8B;
}
</style>
background-color css
<style>
a { background-color: #986C8B; }
a { background-color: rgb(152,108,139); }
div.DivClassName
{
background-color: #986C8B;
}
.BgClassName
{
background-color: #986C8B;
}
</style>
border-color css
<style>
span { border-color: #986C8B; }
span { border-color: rgb(152,108,139); }
td.TdClassName
{
border-color: #986C8B;
}
.TagClassName
{
border-color: #986C8B;
}
</style>