Shades of Mountbatten Pink #9A8492
Tints of Mountbatten Pink #9A8492
RGB
CMYK
RGB Variations
Color information
#9A8492 (or 0x9A8492) is known color: Mountbatten Pink. HEX triplet: 9A, 84 and 92. RGB value is (154,132,146). Sum of RGB (Red+Green+Blue) = 154+132+146=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8492 is #657B6D. Grayscale: #8C8C8C. Windows color (decimal): -6650734 or 9602202. OLE color: 9602202.
HSL color Cylindrical-coordinate representation of color #9A8492: hue angle of 321.82º degrees, saturation: 0.1, 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 #9A8492 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 146 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.40 |
| HSL | 321.82º | 0.1% | 0.56% | - |
| HSV(B) | 321.82º | 0.14% | 0.6% | - |
| XYZ | 26.77 | 25.45 | 30.7 | - |
| YUV | 140.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 146 | 0 | 0.14 | 0.05 | 0.40 | 321.82 | 0.1 | 0.56 |
| Hex | 9A | 84 | 92 | 0 | E | 5 | 28 | 142 | A | 38 |
| Octal | 232 | 204 | 222 | 0 | 16 | 5 | 50 | 502 | 12 | 70 |
| Binary | 10011010 | 10000100 | 10010010 | 0 | 1110 | 101 | 101000 | 101000010 | 1010 | 111000 |
Color Harmonies of #9A8492
Complementary color
Monochromatic Colors of #9A8492
Black with #9A8492
Text Example
Text Example
White with #9A8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8492; }
p { color: rgb(154,132,146); }
H1.HeaderClassName
{
color: #9A8492;
}
.AnyTagClassName
{
color: #9A8492;
}
</style>
background-color css
<style>
a { background-color: #9A8492; }
a { background-color: rgb(154,132,146); }
div.DivClassName
{
background-color: #9A8492;
}
.BgClassName
{
background-color: #9A8492;
}
</style>
border-color css
<style>
span { border-color: #9A8492; }
span { border-color: rgb(154,132,146); }
td.TdClassName
{
border-color: #9A8492;
}
.TagClassName
{
border-color: #9A8492;
}
</style>