Shades of Mountbatten Pink #987C93
Tints of Mountbatten Pink #987C93
RGB
CMYK
RGB Variations
Color information
#987C93 (or 0x987C93) is known color: Mountbatten Pink. HEX triplet: 98, 7C and 93. RGB value is (152,124,147). Sum of RGB (Red+Green+Blue) = 152+124+147=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #987C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C93 is #67836C. Grayscale: #868686. Windows color (decimal): -6783853 or 9665688. OLE color: 9665688.
HSL color Cylindrical-coordinate representation of color #987C93: hue angle of 310.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987C93 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 147 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.40 |
| HSL | 310.71º | 0.12% | 0.54% | - |
| HSV(B) | 310.71º | 0.18% | 0.6% | - |
| XYZ | 25.42 | 23.2 | 30.74 | - |
| YUV | 134.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 147 | 0 | 0.18 | 0.03 | 0.40 | 310.71 | 0.12 | 0.54 |
| Hex | 98 | 7C | 93 | 0 | 12 | 3 | 28 | 137 | C | 36 |
| Octal | 230 | 174 | 223 | 0 | 22 | 3 | 50 | 467 | 14 | 66 |
| Binary | 10011000 | 1111100 | 10010011 | 0 | 10010 | 11 | 101000 | 100110111 | 1100 | 110110 |
Color Harmonies of #987C93
Complementary color
Monochromatic Colors of #987C93
Black with #987C93
Text Example
Text Example
White with #987C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C93; }
p { color: rgb(152,124,147); }
H1.HeaderClassName
{
color: #987C93;
}
.AnyTagClassName
{
color: #987C93;
}
</style>
background-color css
<style>
a { background-color: #987C93; }
a { background-color: rgb(152,124,147); }
div.DivClassName
{
background-color: #987C93;
}
.BgClassName
{
background-color: #987C93;
}
</style>
border-color css
<style>
span { border-color: #987C93; }
span { border-color: rgb(152,124,147); }
td.TdClassName
{
border-color: #987C93;
}
.TagClassName
{
border-color: #987C93;
}
</style>