Shades of Mountbatten Pink #9A728B
Tints of Mountbatten Pink #9A728B
RGB
CMYK
RGB Variations
Color information
#9A728B (or 0x9A728B) is known color: Mountbatten Pink. HEX triplet: 9A, 72 and 8B. RGB value is (154,114,139). Sum of RGB (Red+Green+Blue) = 154+114+139=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A728B is #658D74. Grayscale: #808080. Windows color (decimal): -6655349 or 9138842. OLE color: 9138842.
HSL color Cylindrical-coordinate representation of color #9A728B: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A728B is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 114 | 139 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.40 |
| HSL | 322.5º | 0.17% | 0.53% | - |
| HSV(B) | 322.5º | 0.26% | 0.6% | - |
| XYZ | 24 | 20.77 | 27.17 | - |
| YUV | 128.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 114 | 139 | 0 | 0.26 | 0.10 | 0.40 | 322.5 | 0.17 | 0.53 |
| Hex | 9A | 72 | 8B | 0 | 1A | A | 28 | 142 | 11 | 35 |
| Octal | 232 | 162 | 213 | 0 | 32 | 12 | 50 | 502 | 21 | 65 |
| Binary | 10011010 | 1110010 | 10001011 | 0 | 11010 | 1010 | 101000 | 101000010 | 10001 | 110101 |
Color Harmonies of #9A728B
Complementary color
Monochromatic Colors of #9A728B
Black with #9A728B
Text Example
Text Example
White with #9A728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A728B; }
p { color: rgb(154,114,139); }
H1.HeaderClassName
{
color: #9A728B;
}
.AnyTagClassName
{
color: #9A728B;
}
</style>
background-color css
<style>
a { background-color: #9A728B; }
a { background-color: rgb(154,114,139); }
div.DivClassName
{
background-color: #9A728B;
}
.BgClassName
{
background-color: #9A728B;
}
</style>
border-color css
<style>
span { border-color: #9A728B; }
span { border-color: rgb(154,114,139); }
td.TdClassName
{
border-color: #9A728B;
}
.TagClassName
{
border-color: #9A728B;
}
</style>