Shades of Mountbatten Pink #9A7C8B
Tints of Mountbatten Pink #9A7C8B
RGB
CMYK
RGB Variations
Color information
#9A7C8B (or 0x9A7C8B) is known color: Mountbatten Pink. HEX triplet: 9A, 7C and 8B. RGB value is (154,124,139). Sum of RGB (Red+Green+Blue) = 154+124+139=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C8B is #658374. Grayscale: #868686. Windows color (decimal): -6652789 or 9141402. OLE color: 9141402.
HSL color Cylindrical-coordinate representation of color #9A7C8B: hue angle of 330º 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 #9A7C8B is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 139 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.40 |
| HSL | 330º | 0.13% | 0.55% | - |
| HSV(B) | 330º | 0.19% | 0.6% | - |
| XYZ | 25.19 | 23.15 | 27.57 | - |
| YUV | 134.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 139 | 0 | 0.19 | 0.10 | 0.40 | 330 | 0.13 | 0.55 |
| Hex | 9A | 7C | 8B | 0 | 13 | A | 28 | 14A | D | 37 |
| Octal | 232 | 174 | 213 | 0 | 23 | 12 | 50 | 512 | 15 | 67 |
| Binary | 10011010 | 1111100 | 10001011 | 0 | 10011 | 1010 | 101000 | 101001010 | 1101 | 110111 |
Color Harmonies of #9A7C8B
Complementary color
Monochromatic Colors of #9A7C8B
Black with #9A7C8B
Text Example
Text Example
White with #9A7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C8B; }
p { color: rgb(154,124,139); }
H1.HeaderClassName
{
color: #9A7C8B;
}
.AnyTagClassName
{
color: #9A7C8B;
}
</style>
background-color css
<style>
a { background-color: #9A7C8B; }
a { background-color: rgb(154,124,139); }
div.DivClassName
{
background-color: #9A7C8B;
}
.BgClassName
{
background-color: #9A7C8B;
}
</style>
border-color css
<style>
span { border-color: #9A7C8B; }
span { border-color: rgb(154,124,139); }
td.TdClassName
{
border-color: #9A7C8B;
}
.TagClassName
{
border-color: #9A7C8B;
}
</style>