Shades of Mountbatten Pink #9A8891
Tints of Mountbatten Pink #9A8891
RGB
CMYK
RGB Variations
Color information
#9A8891 (or 0x9A8891) is known color: Mountbatten Pink. HEX triplet: 9A, 88 and 91. RGB value is (154,136,145). Sum of RGB (Red+Green+Blue) = 154+136+145=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8891 is #65776E. Grayscale: #8E8E8E. Windows color (decimal): -6649711 or 9537690. OLE color: 9537690.
HSL color Cylindrical-coordinate representation of color #9A8891: hue angle of 330º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A8891 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 145 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.40 |
| HSL | 330º | 0.08% | 0.57% | - |
| HSV(B) | 330º | 0.12% | 0.6% | - |
| XYZ | 27.24 | 26.52 | 30.47 | - |
| YUV | 142.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 145 | 0 | 0.12 | 0.06 | 0.40 | 330 | 0.08 | 0.57 |
| Hex | 9A | 88 | 91 | 0 | C | 6 | 28 | 14A | 8 | 39 |
| Octal | 232 | 210 | 221 | 0 | 14 | 6 | 50 | 512 | 10 | 71 |
| Binary | 10011010 | 10001000 | 10010001 | 0 | 1100 | 110 | 101000 | 101001010 | 1000 | 111001 |
Color Harmonies of #9A8891
Complementary color
Monochromatic Colors of #9A8891
Black with #9A8891
Text Example
Text Example
White with #9A8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8891; }
p { color: rgb(154,136,145); }
H1.HeaderClassName
{
color: #9A8891;
}
.AnyTagClassName
{
color: #9A8891;
}
</style>
background-color css
<style>
a { background-color: #9A8891; }
a { background-color: rgb(154,136,145); }
div.DivClassName
{
background-color: #9A8891;
}
.BgClassName
{
background-color: #9A8891;
}
</style>
border-color css
<style>
span { border-color: #9A8891; }
span { border-color: rgb(154,136,145); }
td.TdClassName
{
border-color: #9A8891;
}
.TagClassName
{
border-color: #9A8891;
}
</style>