Shades of Mountbatten Pink #9C7D8D
Tints of Mountbatten Pink #9C7D8D
RGB
CMYK
RGB Variations
Color information
#9C7D8D (or 0x9C7D8D) is known color: Mountbatten Pink. HEX triplet: 9C, 7D and 8D. RGB value is (156,125,141). Sum of RGB (Red+Green+Blue) = 156+125+141=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7D8D is #638272. Grayscale: #888888. Windows color (decimal): -6521459 or 9272732. OLE color: 9272732.
HSL color Cylindrical-coordinate representation of color #9C7D8D: hue angle of 329.03º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C7D8D is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 141 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.39 |
| HSL | 329.03º | 0.14% | 0.55% | - |
| HSV(B) | 329.03º | 0.2% | 0.61% | - |
| XYZ | 25.85 | 23.66 | 28.4 | - |
| YUV | 136.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 141 | 0 | 0.20 | 0.10 | 0.39 | 329.03 | 0.14 | 0.55 |
| Hex | 9C | 7D | 8D | 0 | 14 | A | 27 | 149 | E | 37 |
| Octal | 234 | 175 | 215 | 0 | 24 | 12 | 47 | 511 | 16 | 67 |
| Binary | 10011100 | 1111101 | 10001101 | 0 | 10100 | 1010 | 100111 | 101001001 | 1110 | 110111 |
Color Harmonies of #9C7D8D
Complementary color
Monochromatic Colors of #9C7D8D
Black with #9C7D8D
Text Example
Text Example
White with #9C7D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D8D; }
p { color: rgb(156,125,141); }
H1.HeaderClassName
{
color: #9C7D8D;
}
.AnyTagClassName
{
color: #9C7D8D;
}
</style>
background-color css
<style>
a { background-color: #9C7D8D; }
a { background-color: rgb(156,125,141); }
div.DivClassName
{
background-color: #9C7D8D;
}
.BgClassName
{
background-color: #9C7D8D;
}
</style>
border-color css
<style>
span { border-color: #9C7D8D; }
span { border-color: rgb(156,125,141); }
td.TdClassName
{
border-color: #9C7D8D;
}
.TagClassName
{
border-color: #9C7D8D;
}
</style>