Shades of Mountbatten Pink #9A7D8A
Tints of Mountbatten Pink #9A7D8A
RGB
CMYK
RGB Variations
Color information
#9A7D8A (or 0x9A7D8A) is known color: Mountbatten Pink. HEX triplet: 9A, 7D and 8A. RGB value is (154,125,138). Sum of RGB (Red+Green+Blue) = 154+125+138=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D8A is #658275. Grayscale: #878787. Windows color (decimal): -6652534 or 9076122. OLE color: 9076122.
HSL color Cylindrical-coordinate representation of color #9A7D8A: hue angle of 333.1º 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 #9A7D8A is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 138 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.40 |
| HSL | 333.1º | 0.13% | 0.55% | - |
| HSV(B) | 333.1º | 0.19% | 0.6% | - |
| XYZ | 25.25 | 23.37 | 27.23 | - |
| YUV | 135.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 138 | 0 | 0.19 | 0.10 | 0.40 | 333.1 | 0.13 | 0.55 |
| Hex | 9A | 7D | 8A | 0 | 13 | A | 28 | 14D | D | 37 |
| Octal | 232 | 175 | 212 | 0 | 23 | 12 | 50 | 515 | 15 | 67 |
| Binary | 10011010 | 1111101 | 10001010 | 0 | 10011 | 1010 | 101000 | 101001101 | 1101 | 110111 |
Color Harmonies of #9A7D8A
Complementary color
Monochromatic Colors of #9A7D8A
Black with #9A7D8A
Text Example
Text Example
White with #9A7D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D8A; }
p { color: rgb(154,125,138); }
H1.HeaderClassName
{
color: #9A7D8A;
}
.AnyTagClassName
{
color: #9A7D8A;
}
</style>
background-color css
<style>
a { background-color: #9A7D8A; }
a { background-color: rgb(154,125,138); }
div.DivClassName
{
background-color: #9A7D8A;
}
.BgClassName
{
background-color: #9A7D8A;
}
</style>
border-color css
<style>
span { border-color: #9A7D8A; }
span { border-color: rgb(154,125,138); }
td.TdClassName
{
border-color: #9A7D8A;
}
.TagClassName
{
border-color: #9A7D8A;
}
</style>