Shades of Mountbatten Pink #9A8090
Tints of Mountbatten Pink #9A8090
RGB
CMYK
RGB Variations
Color information
#9A8090 (or 0x9A8090) is known color: Mountbatten Pink. HEX triplet: 9A, 80 and 90. RGB value is (154,128,144). Sum of RGB (Red+Green+Blue) = 154+128+144=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8090 is #657F6F. Grayscale: #898989. Windows color (decimal): -6651760 or 9470106. OLE color: 9470106.
HSL color Cylindrical-coordinate representation of color #9A8090: hue angle of 323.08º 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 #9A8090 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 144 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.40 |
| HSL | 323.08º | 0.11% | 0.55% | - |
| HSV(B) | 323.08º | 0.17% | 0.6% | - |
| XYZ | 26.08 | 24.32 | 29.71 | - |
| YUV | 137.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 144 | 0 | 0.17 | 0.06 | 0.40 | 323.08 | 0.11 | 0.55 |
| Hex | 9A | 80 | 90 | 0 | 11 | 6 | 28 | 143 | B | 37 |
| Octal | 232 | 200 | 220 | 0 | 21 | 6 | 50 | 503 | 13 | 67 |
| Binary | 10011010 | 10000000 | 10010000 | 0 | 10001 | 110 | 101000 | 101000011 | 1011 | 110111 |
Color Harmonies of #9A8090
Complementary color
Monochromatic Colors of #9A8090
Black with #9A8090
Text Example
Text Example
White with #9A8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8090; }
p { color: rgb(154,128,144); }
H1.HeaderClassName
{
color: #9A8090;
}
.AnyTagClassName
{
color: #9A8090;
}
</style>
background-color css
<style>
a { background-color: #9A8090; }
a { background-color: rgb(154,128,144); }
div.DivClassName
{
background-color: #9A8090;
}
.BgClassName
{
background-color: #9A8090;
}
</style>
border-color css
<style>
span { border-color: #9A8090; }
span { border-color: rgb(154,128,144); }
td.TdClassName
{
border-color: #9A8090;
}
.TagClassName
{
border-color: #9A8090;
}
</style>