Shades of Mountbatten Pink #9A778D
Tints of Mountbatten Pink #9A778D
RGB
CMYK
RGB Variations
Color information
#9A778D (or 0x9A778D) is known color: Mountbatten Pink. HEX triplet: 9A, 77 and 8D. RGB value is (154,119,141). Sum of RGB (Red+Green+Blue) = 154+119+141=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A778D is #658872. Grayscale: #838383. Windows color (decimal): -6654067 or 9271194. OLE color: 9271194.
HSL color Cylindrical-coordinate representation of color #9A778D: hue angle of 322.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A778D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 141 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.40 |
| HSL | 322.29º | 0.15% | 0.54% | - |
| HSV(B) | 322.29º | 0.23% | 0.6% | - |
| XYZ | 24.73 | 21.99 | 28.14 | - |
| YUV | 131.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 141 | 0 | 0.23 | 0.08 | 0.40 | 322.29 | 0.15 | 0.54 |
| Hex | 9A | 77 | 8D | 0 | 17 | 8 | 28 | 142 | F | 36 |
| Octal | 232 | 167 | 215 | 0 | 27 | 10 | 50 | 502 | 17 | 66 |
| Binary | 10011010 | 1110111 | 10001101 | 0 | 10111 | 1000 | 101000 | 101000010 | 1111 | 110110 |
Color Harmonies of #9A778D
Complementary color
Monochromatic Colors of #9A778D
Black with #9A778D
Text Example
Text Example
White with #9A778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A778D; }
p { color: rgb(154,119,141); }
H1.HeaderClassName
{
color: #9A778D;
}
.AnyTagClassName
{
color: #9A778D;
}
</style>
background-color css
<style>
a { background-color: #9A778D; }
a { background-color: rgb(154,119,141); }
div.DivClassName
{
background-color: #9A778D;
}
.BgClassName
{
background-color: #9A778D;
}
</style>
border-color css
<style>
span { border-color: #9A778D; }
span { border-color: rgb(154,119,141); }
td.TdClassName
{
border-color: #9A778D;
}
.TagClassName
{
border-color: #9A778D;
}
</style>