Shades of Mountbatten Pink #9C7790
Tints of Mountbatten Pink #9C7790
RGB
CMYK
RGB Variations
Color information
#9C7790 (or 0x9C7790) is known color: Mountbatten Pink. HEX triplet: 9C, 77 and 90. RGB value is (156,119,144). Sum of RGB (Red+Green+Blue) = 156+119+144=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7790 is #63886F. Grayscale: #848484. Windows color (decimal): -6522992 or 9467804. OLE color: 9467804.
HSL color Cylindrical-coordinate representation of color #9C7790: hue angle of 319.46º 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 #9C7790 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 119 | 144 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.39 |
| HSL | 319.46º | 0.16% | 0.54% | - |
| HSV(B) | 319.46º | 0.24% | 0.61% | - |
| XYZ | 25.34 | 22.28 | 29.35 | - |
| YUV | 132.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 144 | 0 | 0.24 | 0.08 | 0.39 | 319.46 | 0.16 | 0.54 |
| Hex | 9C | 77 | 90 | 0 | 18 | 8 | 27 | 13F | 10 | 36 |
| Octal | 234 | 167 | 220 | 0 | 30 | 10 | 47 | 477 | 20 | 66 |
| Binary | 10011100 | 1110111 | 10010000 | 0 | 11000 | 1000 | 100111 | 100111111 | 10000 | 110110 |
Color Harmonies of #9C7790
Complementary color
Monochromatic Colors of #9C7790
Black with #9C7790
Text Example
Text Example
White with #9C7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7790; }
p { color: rgb(156,119,144); }
H1.HeaderClassName
{
color: #9C7790;
}
.AnyTagClassName
{
color: #9C7790;
}
</style>
background-color css
<style>
a { background-color: #9C7790; }
a { background-color: rgb(156,119,144); }
div.DivClassName
{
background-color: #9C7790;
}
.BgClassName
{
background-color: #9C7790;
}
</style>
border-color css
<style>
span { border-color: #9C7790; }
span { border-color: rgb(156,119,144); }
td.TdClassName
{
border-color: #9C7790;
}
.TagClassName
{
border-color: #9C7790;
}
</style>