Shades of Mountbatten Pink #9D818C
Tints of Mountbatten Pink #9D818C
RGB
CMYK
RGB Variations
Color information
#9D818C (or 0x9D818C) is known color: Mountbatten Pink. HEX triplet: 9D, 81 and 8C. RGB value is (157,129,140). Sum of RGB (Red+Green+Blue) = 157+129+140=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D818C is #627E73. Grayscale: #8A8A8A. Windows color (decimal): -6454900 or 9208221. OLE color: 9208221.
HSL color Cylindrical-coordinate representation of color #9D818C: hue angle of 336.43º 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 #9D818C is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 140 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.38 |
| HSL | 336.43º | 0.13% | 0.56% | - |
| HSV(B) | 336.43º | 0.18% | 0.62% | - |
| XYZ | 26.49 | 24.76 | 28.19 | - |
| YUV | 138.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 140 | 0 | 0.18 | 0.11 | 0.38 | 336.43 | 0.13 | 0.56 |
| Hex | 9D | 81 | 8C | 0 | 12 | B | 26 | 150 | C | 38 |
| Octal | 235 | 201 | 214 | 0 | 22 | 13 | 46 | 520 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10001100 | 0 | 10010 | 1011 | 100110 | 101010000 | 1100 | 111000 |
Color Harmonies of #9D818C
Complementary color
Monochromatic Colors of #9D818C
Black with #9D818C
Text Example
Text Example
White with #9D818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D818C; }
p { color: rgb(157,129,140); }
H1.HeaderClassName
{
color: #9D818C;
}
.AnyTagClassName
{
color: #9D818C;
}
</style>
background-color css
<style>
a { background-color: #9D818C; }
a { background-color: rgb(157,129,140); }
div.DivClassName
{
background-color: #9D818C;
}
.BgClassName
{
background-color: #9D818C;
}
</style>
border-color css
<style>
span { border-color: #9D818C; }
span { border-color: rgb(157,129,140); }
td.TdClassName
{
border-color: #9D818C;
}
.TagClassName
{
border-color: #9D818C;
}
</style>