Shades of Mountbatten Pink #997C8D
Tints of Mountbatten Pink #997C8D
RGB
CMYK
RGB Variations
Color information
#997C8D (or 0x997C8D) is known color: Mountbatten Pink. HEX triplet: 99, 7C and 8D. RGB value is (153,124,141). Sum of RGB (Red+Green+Blue) = 153+124+141=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #997C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C8D is #668372. Grayscale: #868686. Windows color (decimal): -6718323 or 9272473. OLE color: 9272473.
HSL color Cylindrical-coordinate representation of color #997C8D: hue angle of 324.83º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C8D is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 141 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.4 |
| HSL | 324.83º | 0.12% | 0.54% | - |
| HSV(B) | 324.83º | 0.19% | 0.6% | - |
| XYZ | 25.15 | 23.11 | 28.33 | - |
| YUV | 134.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 141 | 0 | 0.19 | 0.08 | 0.4 | 324.83 | 0.12 | 0.54 |
| Hex | 99 | 7C | 8D | 0 | 13 | 8 | 28 | 145 | C | 36 |
| Octal | 231 | 174 | 215 | 0 | 23 | 10 | 50 | 505 | 14 | 66 |
| Binary | 10011001 | 1111100 | 10001101 | 0 | 10011 | 1000 | 101000 | 101000101 | 1100 | 110110 |
Color Harmonies of #997C8D
Complementary color
Monochromatic Colors of #997C8D
Black with #997C8D
Text Example
Text Example
White with #997C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C8D; }
p { color: rgb(153,124,141); }
H1.HeaderClassName
{
color: #997C8D;
}
.AnyTagClassName
{
color: #997C8D;
}
</style>
background-color css
<style>
a { background-color: #997C8D; }
a { background-color: rgb(153,124,141); }
div.DivClassName
{
background-color: #997C8D;
}
.BgClassName
{
background-color: #997C8D;
}
</style>
border-color css
<style>
span { border-color: #997C8D; }
span { border-color: rgb(153,124,141); }
td.TdClassName
{
border-color: #997C8D;
}
.TagClassName
{
border-color: #997C8D;
}
</style>