Shades of Mountbatten Pink #9A7B90
Tints of Mountbatten Pink #9A7B90
RGB
CMYK
RGB Variations
Color information
#9A7B90 (or 0x9A7B90) is known color: Mountbatten Pink. HEX triplet: 9A, 7B and 90. RGB value is (154,123,144). Sum of RGB (Red+Green+Blue) = 154+123+144=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B90 is #65846F. Grayscale: #868686. Windows color (decimal): -6653040 or 9468826. OLE color: 9468826.
HSL color Cylindrical-coordinate representation of color #9A7B90: hue angle of 319.35º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7B90 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 144 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.40 |
| HSL | 319.35º | 0.13% | 0.54% | - |
| HSV(B) | 319.35º | 0.2% | 0.6% | - |
| XYZ | 25.44 | 23.05 | 29.49 | - |
| YUV | 134.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 144 | 0 | 0.20 | 0.06 | 0.40 | 319.35 | 0.13 | 0.54 |
| Hex | 9A | 7B | 90 | 0 | 14 | 6 | 28 | 13F | D | 36 |
| Octal | 232 | 173 | 220 | 0 | 24 | 6 | 50 | 477 | 15 | 66 |
| Binary | 10011010 | 1111011 | 10010000 | 0 | 10100 | 110 | 101000 | 100111111 | 1101 | 110110 |
Color Harmonies of #9A7B90
Complementary color
Monochromatic Colors of #9A7B90
Black with #9A7B90
Text Example
Text Example
White with #9A7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B90; }
p { color: rgb(154,123,144); }
H1.HeaderClassName
{
color: #9A7B90;
}
.AnyTagClassName
{
color: #9A7B90;
}
</style>
background-color css
<style>
a { background-color: #9A7B90; }
a { background-color: rgb(154,123,144); }
div.DivClassName
{
background-color: #9A7B90;
}
.BgClassName
{
background-color: #9A7B90;
}
</style>
border-color css
<style>
span { border-color: #9A7B90; }
span { border-color: rgb(154,123,144); }
td.TdClassName
{
border-color: #9A7B90;
}
.TagClassName
{
border-color: #9A7B90;
}
</style>