Shades of Mountbatten Pink #9D8391
Tints of Mountbatten Pink #9D8391
RGB
CMYK
RGB Variations
Color information
#9D8391 (or 0x9D8391) is known color: Mountbatten Pink. HEX triplet: 9D, 83 and 91. RGB value is (157,131,145). Sum of RGB (Red+Green+Blue) = 157+131+145=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8391 is #627C6E. Grayscale: #8C8C8C. Windows color (decimal): -6454383 or 9536413. OLE color: 9536413.
HSL color Cylindrical-coordinate representation of color #9D8391: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8391 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 145 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.38 |
| HSL | 327.69º | 0.12% | 0.56% | - |
| HSV(B) | 327.69º | 0.17% | 0.62% | - |
| XYZ | 27.13 | 25.45 | 30.27 | - |
| YUV | 140.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 145 | 0 | 0.17 | 0.08 | 0.38 | 327.69 | 0.12 | 0.56 |
| Hex | 9D | 83 | 91 | 0 | 11 | 8 | 26 | 148 | C | 38 |
| Octal | 235 | 203 | 221 | 0 | 21 | 10 | 46 | 510 | 14 | 70 |
| Binary | 10011101 | 10000011 | 10010001 | 0 | 10001 | 1000 | 100110 | 101001000 | 1100 | 111000 |
Color Harmonies of #9D8391
Complementary color
Monochromatic Colors of #9D8391
Black with #9D8391
Text Example
Text Example
White with #9D8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8391; }
p { color: rgb(157,131,145); }
H1.HeaderClassName
{
color: #9D8391;
}
.AnyTagClassName
{
color: #9D8391;
}
</style>
background-color css
<style>
a { background-color: #9D8391; }
a { background-color: rgb(157,131,145); }
div.DivClassName
{
background-color: #9D8391;
}
.BgClassName
{
background-color: #9D8391;
}
</style>
border-color css
<style>
span { border-color: #9D8391; }
span { border-color: rgb(157,131,145); }
td.TdClassName
{
border-color: #9D8391;
}
.TagClassName
{
border-color: #9D8391;
}
</style>