Shades of Mountbatten Pink #9D728F
Tints of Mountbatten Pink #9D728F
RGB
CMYK
RGB Variations
Color information
#9D728F (or 0x9D728F) is known color: Mountbatten Pink. HEX triplet: 9D, 72 and 8F. RGB value is (157,114,143). Sum of RGB (Red+Green+Blue) = 157+114+143=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D728F is #628D70. Grayscale: #828282. Windows color (decimal): -6458737 or 9400989. OLE color: 9400989.
HSL color Cylindrical-coordinate representation of color #9D728F: hue angle of 319.53º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D728F is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 143 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.38 |
| HSL | 319.53º | 0.18% | 0.53% | - |
| HSV(B) | 319.53º | 0.27% | 0.62% | - |
| XYZ | 24.88 | 21.19 | 28.76 | - |
| YUV | 130.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 143 | 0 | 0.27 | 0.09 | 0.38 | 319.53 | 0.18 | 0.53 |
| Hex | 9D | 72 | 8F | 0 | 1B | 9 | 26 | 140 | 12 | 35 |
| Octal | 235 | 162 | 217 | 0 | 33 | 11 | 46 | 500 | 22 | 65 |
| Binary | 10011101 | 1110010 | 10001111 | 0 | 11011 | 1001 | 100110 | 101000000 | 10010 | 110101 |
Color Harmonies of #9D728F
Complementary color
Monochromatic Colors of #9D728F
Black with #9D728F
Text Example
Text Example
White with #9D728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D728F; }
p { color: rgb(157,114,143); }
H1.HeaderClassName
{
color: #9D728F;
}
.AnyTagClassName
{
color: #9D728F;
}
</style>
background-color css
<style>
a { background-color: #9D728F; }
a { background-color: rgb(157,114,143); }
div.DivClassName
{
background-color: #9D728F;
}
.BgClassName
{
background-color: #9D728F;
}
</style>
border-color css
<style>
span { border-color: #9D728F; }
span { border-color: rgb(157,114,143); }
td.TdClassName
{
border-color: #9D728F;
}
.TagClassName
{
border-color: #9D728F;
}
</style>