Shades of Mountbatten Pink #9C7791
Tints of Mountbatten Pink #9C7791
RGB
CMYK
RGB Variations
Color information
#9C7791 (or 0x9C7791) is known color: Mountbatten Pink. HEX triplet: 9C, 77 and 91. RGB value is (156,119,145). Sum of RGB (Red+Green+Blue) = 156+119+145=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7791 is #63886E. Grayscale: #848484. Windows color (decimal): -6522991 or 9533340. OLE color: 9533340.
HSL color Cylindrical-coordinate representation of color #9C7791: hue angle of 317.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C7791 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 145 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.39 |
| HSL | 317.84º | 0.16% | 0.54% | - |
| HSV(B) | 317.84º | 0.24% | 0.61% | - |
| XYZ | 25.42 | 22.31 | 29.75 | - |
| YUV | 133.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 145 | 0 | 0.24 | 0.07 | 0.39 | 317.84 | 0.16 | 0.54 |
| Hex | 9C | 77 | 91 | 0 | 18 | 7 | 27 | 13E | 10 | 36 |
| Octal | 234 | 167 | 221 | 0 | 30 | 7 | 47 | 476 | 20 | 66 |
| Binary | 10011100 | 1110111 | 10010001 | 0 | 11000 | 111 | 100111 | 100111110 | 10000 | 110110 |
Color Harmonies of #9C7791
Complementary color
Monochromatic Colors of #9C7791
Black with #9C7791
Text Example
Text Example
White with #9C7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7791; }
p { color: rgb(156,119,145); }
H1.HeaderClassName
{
color: #9C7791;
}
.AnyTagClassName
{
color: #9C7791;
}
</style>
background-color css
<style>
a { background-color: #9C7791; }
a { background-color: rgb(156,119,145); }
div.DivClassName
{
background-color: #9C7791;
}
.BgClassName
{
background-color: #9C7791;
}
</style>
border-color css
<style>
span { border-color: #9C7791; }
span { border-color: rgb(156,119,145); }
td.TdClassName
{
border-color: #9C7791;
}
.TagClassName
{
border-color: #9C7791;
}
</style>