Shades of Mountbatten Pink #9A7E8A
Tints of Mountbatten Pink #9A7E8A
RGB
CMYK
RGB Variations
Color information
#9A7E8A (or 0x9A7E8A) is known color: Mountbatten Pink. HEX triplet: 9A, 7E and 8A. RGB value is (154,126,138). Sum of RGB (Red+Green+Blue) = 154+126+138=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E8A is #658175. Grayscale: #878787. Windows color (decimal): -6652278 or 9076378. OLE color: 9076378.
HSL color Cylindrical-coordinate representation of color #9A7E8A: hue angle of 334.29º 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 #9A7E8A is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 126 | 138 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.40 |
| HSL | 334.29º | 0.12% | 0.55% | - |
| HSV(B) | 334.29º | 0.18% | 0.6% | - |
| XYZ | 25.37 | 23.63 | 27.27 | - |
| YUV | 135.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 138 | 0 | 0.18 | 0.10 | 0.40 | 334.29 | 0.12 | 0.55 |
| Hex | 9A | 7E | 8A | 0 | 12 | A | 28 | 14E | C | 37 |
| Octal | 232 | 176 | 212 | 0 | 22 | 12 | 50 | 516 | 14 | 67 |
| Binary | 10011010 | 1111110 | 10001010 | 0 | 10010 | 1010 | 101000 | 101001110 | 1100 | 110111 |
Color Harmonies of #9A7E8A
Complementary color
Monochromatic Colors of #9A7E8A
Black with #9A7E8A
Text Example
Text Example
White with #9A7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7E8A; }
p { color: rgb(154,126,138); }
H1.HeaderClassName
{
color: #9A7E8A;
}
.AnyTagClassName
{
color: #9A7E8A;
}
</style>
background-color css
<style>
a { background-color: #9A7E8A; }
a { background-color: rgb(154,126,138); }
div.DivClassName
{
background-color: #9A7E8A;
}
.BgClassName
{
background-color: #9A7E8A;
}
</style>
border-color css
<style>
span { border-color: #9A7E8A; }
span { border-color: rgb(154,126,138); }
td.TdClassName
{
border-color: #9A7E8A;
}
.TagClassName
{
border-color: #9A7E8A;
}
</style>