Shades of Mountbatten Pink #9D808F
Tints of Mountbatten Pink #9D808F
RGB
CMYK
RGB Variations
Color information
#9D808F (or 0x9D808F) is known color: Mountbatten Pink. HEX triplet: 9D, 80 and 8F. RGB value is (157,128,143). Sum of RGB (Red+Green+Blue) = 157+128+143=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D808F is #627F70. Grayscale: #8A8A8A. Windows color (decimal): -6455153 or 9404573. OLE color: 9404573.
HSL color Cylindrical-coordinate representation of color #9D808F: hue angle of 328.97º degrees, saturation: 0.13, 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 #9D808F is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 143 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.38 |
| HSL | 328.97º | 0.13% | 0.56% | - |
| HSV(B) | 328.97º | 0.18% | 0.62% | - |
| XYZ | 26.58 | 24.59 | 29.33 | - |
| YUV | 138.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 143 | 0 | 0.18 | 0.09 | 0.38 | 328.97 | 0.13 | 0.56 |
| Hex | 9D | 80 | 8F | 0 | 12 | 9 | 26 | 149 | D | 38 |
| Octal | 235 | 200 | 217 | 0 | 22 | 11 | 46 | 511 | 15 | 70 |
| Binary | 10011101 | 10000000 | 10001111 | 0 | 10010 | 1001 | 100110 | 101001001 | 1101 | 111000 |
Color Harmonies of #9D808F
Complementary color
Monochromatic Colors of #9D808F
Black with #9D808F
Text Example
Text Example
White with #9D808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D808F; }
p { color: rgb(157,128,143); }
H1.HeaderClassName
{
color: #9D808F;
}
.AnyTagClassName
{
color: #9D808F;
}
</style>
background-color css
<style>
a { background-color: #9D808F; }
a { background-color: rgb(157,128,143); }
div.DivClassName
{
background-color: #9D808F;
}
.BgClassName
{
background-color: #9D808F;
}
</style>
border-color css
<style>
span { border-color: #9D808F; }
span { border-color: rgb(157,128,143); }
td.TdClassName
{
border-color: #9D808F;
}
.TagClassName
{
border-color: #9D808F;
}
</style>