Shades of Mountbatten Pink #9A7E8B
Tints of Mountbatten Pink #9A7E8B
RGB
CMYK
RGB Variations
Color information
#9A7E8B (or 0x9A7E8B) is known color: Mountbatten Pink. HEX triplet: 9A, 7E and 8B. RGB value is (154,126,139). Sum of RGB (Red+Green+Blue) = 154+126+139=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E8B is #658174. Grayscale: #878787. Windows color (decimal): -6652277 or 9141914. OLE color: 9141914.
HSL color Cylindrical-coordinate representation of color #9A7E8B: hue angle of 332.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7E8B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 139 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.40 |
| HSL | 332.14º | 0.12% | 0.55% | - |
| HSV(B) | 332.14º | 0.18% | 0.6% | - |
| XYZ | 25.45 | 23.66 | 27.65 | - |
| YUV | 135.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 139 | 0 | 0.18 | 0.10 | 0.40 | 332.14 | 0.12 | 0.55 |
| Hex | 9A | 7E | 8B | 0 | 12 | A | 28 | 14C | C | 37 |
| Octal | 232 | 176 | 213 | 0 | 22 | 12 | 50 | 514 | 14 | 67 |
| Binary | 10011010 | 1111110 | 10001011 | 0 | 10010 | 1010 | 101000 | 101001100 | 1100 | 110111 |
Color Harmonies of #9A7E8B
Complementary color
Monochromatic Colors of #9A7E8B
Black with #9A7E8B
Text Example
Text Example
White with #9A7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E8B; }
p { color: rgb(154,126,139); }
H1.HeaderClassName
{
color: #9A7E8B;
}
.AnyTagClassName
{
color: #9A7E8B;
}
</style>
background-color css
<style>
a { background-color: #9A7E8B; }
a { background-color: rgb(154,126,139); }
div.DivClassName
{
background-color: #9A7E8B;
}
.BgClassName
{
background-color: #9A7E8B;
}
</style>
border-color css
<style>
span { border-color: #9A7E8B; }
span { border-color: rgb(154,126,139); }
td.TdClassName
{
border-color: #9A7E8B;
}
.TagClassName
{
border-color: #9A7E8B;
}
</style>