Shades of Mountbatten Pink #9D7091
Tints of Mountbatten Pink #9D7091
RGB
CMYK
RGB Variations
Color information
#9D7091 (or 0x9D7091) is known color: Mountbatten Pink. HEX triplet: 9D, 70 and 91. RGB value is (157,112,145). Sum of RGB (Red+Green+Blue) = 157+112+145=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7091 is #628F6E. Grayscale: #818181. Windows color (decimal): -6459247 or 9531549. OLE color: 9531549.
HSL color Cylindrical-coordinate representation of color #9D7091: hue angle of 316º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D7091 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 145 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.38 |
| HSL | 316º | 0.19% | 0.53% | - |
| HSV(B) | 316º | 0.29% | 0.62% | - |
| XYZ | 24.81 | 20.8 | 29.5 | - |
| YUV | 129.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 145 | 0 | 0.29 | 0.08 | 0.38 | 316 | 0.19 | 0.53 |
| Hex | 9D | 70 | 91 | 0 | 1D | 8 | 26 | 13C | 13 | 35 |
| Octal | 235 | 160 | 221 | 0 | 35 | 10 | 46 | 474 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10010001 | 0 | 11101 | 1000 | 100110 | 100111100 | 10011 | 110101 |
Color Harmonies of #9D7091
Complementary color
Monochromatic Colors of #9D7091
Black with #9D7091
Text Example
Text Example
White with #9D7091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7091; }
p { color: rgb(157,112,145); }
H1.HeaderClassName
{
color: #9D7091;
}
.AnyTagClassName
{
color: #9D7091;
}
</style>
background-color css
<style>
a { background-color: #9D7091; }
a { background-color: rgb(157,112,145); }
div.DivClassName
{
background-color: #9D7091;
}
.BgClassName
{
background-color: #9D7091;
}
</style>
border-color css
<style>
span { border-color: #9D7091; }
span { border-color: rgb(157,112,145); }
td.TdClassName
{
border-color: #9D7091;
}
.TagClassName
{
border-color: #9D7091;
}
</style>