Shades of Mountbatten Pink #9D8393
Tints of Mountbatten Pink #9D8393
RGB
CMYK
RGB Variations
Color information
#9D8393 (or 0x9D8393) is known color: Mountbatten Pink. HEX triplet: 9D, 83 and 93. RGB value is (157,131,147). Sum of RGB (Red+Green+Blue) = 157+131+147=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8393 is #627C6C. Grayscale: #8C8C8C. Windows color (decimal): -6454381 or 9667485. OLE color: 9667485.
HSL color Cylindrical-coordinate representation of color #9D8393: hue angle of 323.08º 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 #9D8393 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 147 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.38 |
| HSL | 323.08º | 0.12% | 0.56% | - |
| HSV(B) | 323.08º | 0.17% | 0.62% | - |
| XYZ | 27.29 | 25.51 | 31.09 | - |
| YUV | 140.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 147 | 0 | 0.17 | 0.06 | 0.38 | 323.08 | 0.12 | 0.56 |
| Hex | 9D | 83 | 93 | 0 | 11 | 6 | 26 | 143 | C | 38 |
| Octal | 235 | 203 | 223 | 0 | 21 | 6 | 46 | 503 | 14 | 70 |
| Binary | 10011101 | 10000011 | 10010011 | 0 | 10001 | 110 | 100110 | 101000011 | 1100 | 111000 |
Color Harmonies of #9D8393
Complementary color
Monochromatic Colors of #9D8393
Black with #9D8393
Text Example
Text Example
White with #9D8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8393; }
p { color: rgb(157,131,147); }
H1.HeaderClassName
{
color: #9D8393;
}
.AnyTagClassName
{
color: #9D8393;
}
</style>
background-color css
<style>
a { background-color: #9D8393; }
a { background-color: rgb(157,131,147); }
div.DivClassName
{
background-color: #9D8393;
}
.BgClassName
{
background-color: #9D8393;
}
</style>
border-color css
<style>
span { border-color: #9D8393; }
span { border-color: rgb(157,131,147); }
td.TdClassName
{
border-color: #9D8393;
}
.TagClassName
{
border-color: #9D8393;
}
</style>