Shades of Mountbatten Pink #9A7C90
Tints of Mountbatten Pink #9A7C90
RGB
CMYK
RGB Variations
Color information
#9A7C90 (or 0x9A7C90) is known color: Mountbatten Pink. HEX triplet: 9A, 7C and 90. RGB value is (154,124,144). Sum of RGB (Red+Green+Blue) = 154+124+144=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C90 is #65836F. Grayscale: #878787. Windows color (decimal): -6652784 or 9469082. OLE color: 9469082.
HSL color Cylindrical-coordinate representation of color #9A7C90: hue angle of 320º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7C90 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 144 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.40 |
| HSL | 320º | 0.13% | 0.55% | - |
| HSV(B) | 320º | 0.19% | 0.6% | - |
| XYZ | 25.57 | 23.3 | 29.54 | - |
| YUV | 135.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 144 | 0 | 0.19 | 0.06 | 0.40 | 320 | 0.13 | 0.55 |
| Hex | 9A | 7C | 90 | 0 | 13 | 6 | 28 | 140 | D | 37 |
| Octal | 232 | 174 | 220 | 0 | 23 | 6 | 50 | 500 | 15 | 67 |
| Binary | 10011010 | 1111100 | 10010000 | 0 | 10011 | 110 | 101000 | 101000000 | 1101 | 110111 |
Color Harmonies of #9A7C90
Complementary color
Monochromatic Colors of #9A7C90
Black with #9A7C90
Text Example
Text Example
White with #9A7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C90; }
p { color: rgb(154,124,144); }
H1.HeaderClassName
{
color: #9A7C90;
}
.AnyTagClassName
{
color: #9A7C90;
}
</style>
background-color css
<style>
a { background-color: #9A7C90; }
a { background-color: rgb(154,124,144); }
div.DivClassName
{
background-color: #9A7C90;
}
.BgClassName
{
background-color: #9A7C90;
}
</style>
border-color css
<style>
span { border-color: #9A7C90; }
span { border-color: rgb(154,124,144); }
td.TdClassName
{
border-color: #9A7C90;
}
.TagClassName
{
border-color: #9A7C90;
}
</style>