Shades of Mountbatten Pink #9C7E8D
Tints of Mountbatten Pink #9C7E8D
RGB
CMYK
RGB Variations
Color information
#9C7E8D (or 0x9C7E8D) is known color: Mountbatten Pink. HEX triplet: 9C, 7E and 8D. RGB value is (156,126,141). Sum of RGB (Red+Green+Blue) = 156+126+141=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E8D is #638172. Grayscale: #888888. Windows color (decimal): -6521203 or 9272988. OLE color: 9272988.
HSL color Cylindrical-coordinate representation of color #9C7E8D: hue angle of 330º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7E8D is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 141 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.39 |
| HSL | 330º | 0.13% | 0.55% | - |
| HSV(B) | 330º | 0.19% | 0.61% | - |
| XYZ | 25.98 | 23.91 | 28.45 | - |
| YUV | 136.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 141 | 0 | 0.19 | 0.10 | 0.39 | 330 | 0.13 | 0.55 |
| Hex | 9C | 7E | 8D | 0 | 13 | A | 27 | 14A | D | 37 |
| Octal | 234 | 176 | 215 | 0 | 23 | 12 | 47 | 512 | 15 | 67 |
| Binary | 10011100 | 1111110 | 10001101 | 0 | 10011 | 1010 | 100111 | 101001010 | 1101 | 110111 |
Color Harmonies of #9C7E8D
Complementary color
Monochromatic Colors of #9C7E8D
Black with #9C7E8D
Text Example
Text Example
White with #9C7E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E8D; }
p { color: rgb(156,126,141); }
H1.HeaderClassName
{
color: #9C7E8D;
}
.AnyTagClassName
{
color: #9C7E8D;
}
</style>
background-color css
<style>
a { background-color: #9C7E8D; }
a { background-color: rgb(156,126,141); }
div.DivClassName
{
background-color: #9C7E8D;
}
.BgClassName
{
background-color: #9C7E8D;
}
</style>
border-color css
<style>
span { border-color: #9C7E8D; }
span { border-color: rgb(156,126,141); }
td.TdClassName
{
border-color: #9C7E8D;
}
.TagClassName
{
border-color: #9C7E8D;
}
</style>