Shades of Mountbatten Pink #9C7F8C
Tints of Mountbatten Pink #9C7F8C
RGB
CMYK
RGB Variations
Color information
#9C7F8C (or 0x9C7F8C) is known color: Mountbatten Pink. HEX triplet: 9C, 7F and 8C. RGB value is (156,127,140). Sum of RGB (Red+Green+Blue) = 156+127+140=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F8C is #638073. Grayscale: #898989. Windows color (decimal): -6520948 or 9207708. OLE color: 9207708.
HSL color Cylindrical-coordinate representation of color #9C7F8C: hue angle of 333.1º 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 #9C7F8C is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 140 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.39 |
| HSL | 333.1º | 0.13% | 0.55% | - |
| HSV(B) | 333.1º | 0.19% | 0.61% | - |
| XYZ | 26.03 | 24.14 | 28.1 | - |
| YUV | 137.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 140 | 0 | 0.19 | 0.10 | 0.39 | 333.1 | 0.13 | 0.55 |
| Hex | 9C | 7F | 8C | 0 | 13 | A | 27 | 14D | D | 37 |
| Octal | 234 | 177 | 214 | 0 | 23 | 12 | 47 | 515 | 15 | 67 |
| Binary | 10011100 | 1111111 | 10001100 | 0 | 10011 | 1010 | 100111 | 101001101 | 1101 | 110111 |
Color Harmonies of #9C7F8C
Complementary color
Monochromatic Colors of #9C7F8C
Black with #9C7F8C
Text Example
Text Example
White with #9C7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F8C; }
p { color: rgb(156,127,140); }
H1.HeaderClassName
{
color: #9C7F8C;
}
.AnyTagClassName
{
color: #9C7F8C;
}
</style>
background-color css
<style>
a { background-color: #9C7F8C; }
a { background-color: rgb(156,127,140); }
div.DivClassName
{
background-color: #9C7F8C;
}
.BgClassName
{
background-color: #9C7F8C;
}
</style>
border-color css
<style>
span { border-color: #9C7F8C; }
span { border-color: rgb(156,127,140); }
td.TdClassName
{
border-color: #9C7F8C;
}
.TagClassName
{
border-color: #9C7F8C;
}
</style>