Shades of Mountbatten Pink #9D818D
Tints of Mountbatten Pink #9D818D
RGB
CMYK
RGB Variations
Color information
#9D818D (or 0x9D818D) is known color: Mountbatten Pink. HEX triplet: 9D, 81 and 8D. RGB value is (157,129,141). Sum of RGB (Red+Green+Blue) = 157+129+141=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D818D is #627E72. Grayscale: #8A8A8A. Windows color (decimal): -6454899 or 9273757. OLE color: 9273757.
HSL color Cylindrical-coordinate representation of color #9D818D: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D818D is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 141 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.38 |
| HSL | 334.29º | 0.13% | 0.56% | - |
| HSV(B) | 334.29º | 0.18% | 0.62% | - |
| XYZ | 26.56 | 24.79 | 28.58 | - |
| YUV | 138.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 141 | 0 | 0.18 | 0.10 | 0.38 | 334.29 | 0.13 | 0.56 |
| Hex | 9D | 81 | 8D | 0 | 12 | A | 26 | 14E | C | 38 |
| Octal | 235 | 201 | 215 | 0 | 22 | 12 | 46 | 516 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10001101 | 0 | 10010 | 1010 | 100110 | 101001110 | 1100 | 111000 |
Color Harmonies of #9D818D
Complementary color
Monochromatic Colors of #9D818D
Black with #9D818D
Text Example
Text Example
White with #9D818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D818D; }
p { color: rgb(157,129,141); }
H1.HeaderClassName
{
color: #9D818D;
}
.AnyTagClassName
{
color: #9D818D;
}
</style>
background-color css
<style>
a { background-color: #9D818D; }
a { background-color: rgb(157,129,141); }
div.DivClassName
{
background-color: #9D818D;
}
.BgClassName
{
background-color: #9D818D;
}
</style>
border-color css
<style>
span { border-color: #9D818D; }
span { border-color: rgb(157,129,141); }
td.TdClassName
{
border-color: #9D818D;
}
.TagClassName
{
border-color: #9D818D;
}
</style>