Shades of Mountbatten Pink #9A7D90
Tints of Mountbatten Pink #9A7D90
RGB
CMYK
RGB Variations
Color information
#9A7D90 (or 0x9A7D90) is known color: Mountbatten Pink. HEX triplet: 9A, 7D and 90. RGB value is (154,125,144). Sum of RGB (Red+Green+Blue) = 154+125+144=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D90 is #65826F. Grayscale: #878787. Windows color (decimal): -6652528 or 9469338. OLE color: 9469338.
HSL color Cylindrical-coordinate representation of color #9A7D90: hue angle of 320.69º 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 #9A7D90 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 144 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.40 |
| HSL | 320.69º | 0.13% | 0.55% | - |
| HSV(B) | 320.69º | 0.19% | 0.6% | - |
| XYZ | 25.69 | 23.55 | 29.58 | - |
| YUV | 135.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 144 | 0 | 0.19 | 0.06 | 0.40 | 320.69 | 0.13 | 0.55 |
| Hex | 9A | 7D | 90 | 0 | 13 | 6 | 28 | 141 | D | 37 |
| Octal | 232 | 175 | 220 | 0 | 23 | 6 | 50 | 501 | 15 | 67 |
| Binary | 10011010 | 1111101 | 10010000 | 0 | 10011 | 110 | 101000 | 101000001 | 1101 | 110111 |
Color Harmonies of #9A7D90
Complementary color
Monochromatic Colors of #9A7D90
Black with #9A7D90
Text Example
Text Example
White with #9A7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D90; }
p { color: rgb(154,125,144); }
H1.HeaderClassName
{
color: #9A7D90;
}
.AnyTagClassName
{
color: #9A7D90;
}
</style>
background-color css
<style>
a { background-color: #9A7D90; }
a { background-color: rgb(154,125,144); }
div.DivClassName
{
background-color: #9A7D90;
}
.BgClassName
{
background-color: #9A7D90;
}
</style>
border-color css
<style>
span { border-color: #9A7D90; }
span { border-color: rgb(154,125,144); }
td.TdClassName
{
border-color: #9A7D90;
}
.TagClassName
{
border-color: #9A7D90;
}
</style>