Shades of Mountbatten Pink #9A808C
Tints of Mountbatten Pink #9A808C
RGB
CMYK
RGB Variations
Color information
#9A808C (or 0x9A808C) is known color: Mountbatten Pink. HEX triplet: 9A, 80 and 8C. RGB value is (154,128,140). Sum of RGB (Red+Green+Blue) = 154+128+140=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A808C is #657F73. Grayscale: #898989. Windows color (decimal): -6651764 or 9207962. OLE color: 9207962.
HSL color Cylindrical-coordinate representation of color #9A808C: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A808C is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 140 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.40 |
| HSL | 332.31º | 0.11% | 0.55% | - |
| HSV(B) | 332.31º | 0.17% | 0.6% | - |
| XYZ | 25.78 | 24.2 | 28.12 | - |
| YUV | 137.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 140 | 0 | 0.17 | 0.09 | 0.40 | 332.31 | 0.11 | 0.55 |
| Hex | 9A | 80 | 8C | 0 | 11 | 9 | 28 | 14C | B | 37 |
| Octal | 232 | 200 | 214 | 0 | 21 | 11 | 50 | 514 | 13 | 67 |
| Binary | 10011010 | 10000000 | 10001100 | 0 | 10001 | 1001 | 101000 | 101001100 | 1011 | 110111 |
Color Harmonies of #9A808C
Complementary color
Monochromatic Colors of #9A808C
Black with #9A808C
Text Example
Text Example
White with #9A808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A808C; }
p { color: rgb(154,128,140); }
H1.HeaderClassName
{
color: #9A808C;
}
.AnyTagClassName
{
color: #9A808C;
}
</style>
background-color css
<style>
a { background-color: #9A808C; }
a { background-color: rgb(154,128,140); }
div.DivClassName
{
background-color: #9A808C;
}
.BgClassName
{
background-color: #9A808C;
}
</style>
border-color css
<style>
span { border-color: #9A808C; }
span { border-color: rgb(154,128,140); }
td.TdClassName
{
border-color: #9A808C;
}
.TagClassName
{
border-color: #9A808C;
}
</style>