Shades of Mountbatten Pink #9A6F89
Tints of Mountbatten Pink #9A6F89
RGB
CMYK
RGB Variations
Color information
#9A6F89 (or 0x9A6F89) is known color: Mountbatten Pink. HEX triplet: 9A, 6F and 89. RGB value is (154,111,137). Sum of RGB (Red+Green+Blue) = 154+111+137=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6F89 is #659076. Grayscale: #7E7E7E. Windows color (decimal): -6656119 or 9007002. OLE color: 9007002.
HSL color Cylindrical-coordinate representation of color #9A6F89: hue angle of 323.72º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A6F89 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 111 | 137 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.40 |
| HSL | 323.72º | 0.18% | 0.52% | - |
| HSV(B) | 323.72º | 0.28% | 0.6% | - |
| XYZ | 23.53 | 20.05 | 26.3 | - |
| YUV | 126.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 137 | 0 | 0.28 | 0.11 | 0.40 | 323.72 | 0.18 | 0.52 |
| Hex | 9A | 6F | 89 | 0 | 1C | B | 28 | 144 | 12 | 34 |
| Octal | 232 | 157 | 211 | 0 | 34 | 13 | 50 | 504 | 22 | 64 |
| Binary | 10011010 | 1101111 | 10001001 | 0 | 11100 | 1011 | 101000 | 101000100 | 10010 | 110100 |
Color Harmonies of #9A6F89
Complementary color
Monochromatic Colors of #9A6F89
Black with #9A6F89
Text Example
Text Example
White with #9A6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6F89; }
p { color: rgb(154,111,137); }
H1.HeaderClassName
{
color: #9A6F89;
}
.AnyTagClassName
{
color: #9A6F89;
}
</style>
background-color css
<style>
a { background-color: #9A6F89; }
a { background-color: rgb(154,111,137); }
div.DivClassName
{
background-color: #9A6F89;
}
.BgClassName
{
background-color: #9A6F89;
}
</style>
border-color css
<style>
span { border-color: #9A6F89; }
span { border-color: rgb(154,111,137); }
td.TdClassName
{
border-color: #9A6F89;
}
.TagClassName
{
border-color: #9A6F89;
}
</style>