Shades of Mountbatten Pink #9A7687
Tints of Mountbatten Pink #9A7687
RGB
CMYK
RGB Variations
Color information
#9A7687 (or 0x9A7687) is known color: Mountbatten Pink. HEX triplet: 9A, 76 and 87. RGB value is (154,118,135). Sum of RGB (Red+Green+Blue) = 154+118+135=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7687 is #658978. Grayscale: #828282. Windows color (decimal): -6654329 or 8877722. OLE color: 8877722.
HSL color Cylindrical-coordinate representation of color #9A7687: hue angle of 331.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7687 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 118 | 135 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.40 |
| HSL | 331.67º | 0.15% | 0.53% | - |
| HSV(B) | 331.67º | 0.23% | 0.6% | - |
| XYZ | 24.18 | 21.58 | 25.81 | - |
| YUV | 130.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 135 | 0 | 0.23 | 0.12 | 0.40 | 331.67 | 0.15 | 0.53 |
| Hex | 9A | 76 | 87 | 0 | 17 | C | 28 | 14C | F | 35 |
| Octal | 232 | 166 | 207 | 0 | 27 | 14 | 50 | 514 | 17 | 65 |
| Binary | 10011010 | 1110110 | 10000111 | 0 | 10111 | 1100 | 101000 | 101001100 | 1111 | 110101 |
Color Harmonies of #9A7687
Complementary color
Monochromatic Colors of #9A7687
Black with #9A7687
Text Example
Text Example
White with #9A7687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7687; }
p { color: rgb(154,118,135); }
H1.HeaderClassName
{
color: #9A7687;
}
.AnyTagClassName
{
color: #9A7687;
}
</style>
background-color css
<style>
a { background-color: #9A7687; }
a { background-color: rgb(154,118,135); }
div.DivClassName
{
background-color: #9A7687;
}
.BgClassName
{
background-color: #9A7687;
}
</style>
border-color css
<style>
span { border-color: #9A7687; }
span { border-color: rgb(154,118,135); }
td.TdClassName
{
border-color: #9A7687;
}
.TagClassName
{
border-color: #9A7687;
}
</style>