Shades of Mountbatten Pink #9A858E
Tints of Mountbatten Pink #9A858E
RGB
CMYK
RGB Variations
Color information
#9A858E (or 0x9A858E) is known color: Mountbatten Pink. HEX triplet: 9A, 85 and 8E. RGB value is (154,133,142). Sum of RGB (Red+Green+Blue) = 154+133+142=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A858E is #657A71. Grayscale: #8C8C8C. Windows color (decimal): -6650482 or 9340314. OLE color: 9340314.
HSL color Cylindrical-coordinate representation of color #9A858E: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A858E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 142 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.40 |
| HSL | 334.29º | 0.09% | 0.56% | - |
| HSV(B) | 334.29º | 0.14% | 0.6% | - |
| XYZ | 26.6 | 25.6 | 29.13 | - |
| YUV | 140.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 142 | 0 | 0.14 | 0.08 | 0.40 | 334.29 | 0.09 | 0.56 |
| Hex | 9A | 85 | 8E | 0 | E | 8 | 28 | 14E | 9 | 38 |
| Octal | 232 | 205 | 216 | 0 | 16 | 10 | 50 | 516 | 11 | 70 |
| Binary | 10011010 | 10000101 | 10001110 | 0 | 1110 | 1000 | 101000 | 101001110 | 1001 | 111000 |
Color Harmonies of #9A858E
Complementary color
Monochromatic Colors of #9A858E
Black with #9A858E
Text Example
Text Example
White with #9A858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A858E; }
p { color: rgb(154,133,142); }
H1.HeaderClassName
{
color: #9A858E;
}
.AnyTagClassName
{
color: #9A858E;
}
</style>
background-color css
<style>
a { background-color: #9A858E; }
a { background-color: rgb(154,133,142); }
div.DivClassName
{
background-color: #9A858E;
}
.BgClassName
{
background-color: #9A858E;
}
</style>
border-color css
<style>
span { border-color: #9A858E; }
span { border-color: rgb(154,133,142); }
td.TdClassName
{
border-color: #9A858E;
}
.TagClassName
{
border-color: #9A858E;
}
</style>