Shades of Mountbatten Pink #9D8392
Tints of Mountbatten Pink #9D8392
RGB
CMYK
RGB Variations
Color information
#9D8392 (or 0x9D8392) is known color: Mountbatten Pink. HEX triplet: 9D, 83 and 92. RGB value is (157,131,146). Sum of RGB (Red+Green+Blue) = 157+131+146=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8392 is #627C6D. Grayscale: #8C8C8C. Windows color (decimal): -6454382 or 9601949. OLE color: 9601949.
HSL color Cylindrical-coordinate representation of color #9D8392: hue angle of 325.38º 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 #9D8392 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 146 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.38 |
| HSL | 325.38º | 0.12% | 0.56% | - |
| HSV(B) | 325.38º | 0.17% | 0.62% | - |
| XYZ | 27.21 | 25.48 | 30.68 | - |
| YUV | 140.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 146 | 0 | 0.17 | 0.07 | 0.38 | 325.38 | 0.12 | 0.56 |
| Hex | 9D | 83 | 92 | 0 | 11 | 7 | 26 | 145 | C | 38 |
| Octal | 235 | 203 | 222 | 0 | 21 | 7 | 46 | 505 | 14 | 70 |
| Binary | 10011101 | 10000011 | 10010010 | 0 | 10001 | 111 | 100110 | 101000101 | 1100 | 111000 |
Color Harmonies of #9D8392
Complementary color
Monochromatic Colors of #9D8392
Black with #9D8392
Text Example
Text Example
White with #9D8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8392; }
p { color: rgb(157,131,146); }
H1.HeaderClassName
{
color: #9D8392;
}
.AnyTagClassName
{
color: #9D8392;
}
</style>
background-color css
<style>
a { background-color: #9D8392; }
a { background-color: rgb(157,131,146); }
div.DivClassName
{
background-color: #9D8392;
}
.BgClassName
{
background-color: #9D8392;
}
</style>
border-color css
<style>
span { border-color: #9D8392; }
span { border-color: rgb(157,131,146); }
td.TdClassName
{
border-color: #9D8392;
}
.TagClassName
{
border-color: #9D8392;
}
</style>