Shades of Mountbatten Pink #9D828D
Tints of Mountbatten Pink #9D828D
RGB
CMYK
RGB Variations
Color information
#9D828D (or 0x9D828D) is known color: Mountbatten Pink. HEX triplet: 9D, 82 and 8D. RGB value is (157,130,141). Sum of RGB (Red+Green+Blue) = 157+130+141=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D828D is #627D72. Grayscale: #8B8B8B. Windows color (decimal): -6454643 or 9274013. OLE color: 9274013.
HSL color Cylindrical-coordinate representation of color #9D828D: hue angle of 335.56º 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 #9D828D is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 141 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.38 |
| HSL | 335.56º | 0.12% | 0.56% | - |
| HSV(B) | 335.56º | 0.17% | 0.62% | - |
| XYZ | 26.69 | 25.06 | 28.63 | - |
| YUV | 139.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 141 | 0 | 0.17 | 0.10 | 0.38 | 335.56 | 0.12 | 0.56 |
| Hex | 9D | 82 | 8D | 0 | 11 | A | 26 | 150 | C | 38 |
| Octal | 235 | 202 | 215 | 0 | 21 | 12 | 46 | 520 | 14 | 70 |
| Binary | 10011101 | 10000010 | 10001101 | 0 | 10001 | 1010 | 100110 | 101010000 | 1100 | 111000 |
Color Harmonies of #9D828D
Complementary color
Monochromatic Colors of #9D828D
Black with #9D828D
Text Example
Text Example
White with #9D828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D828D; }
p { color: rgb(157,130,141); }
H1.HeaderClassName
{
color: #9D828D;
}
.AnyTagClassName
{
color: #9D828D;
}
</style>
background-color css
<style>
a { background-color: #9D828D; }
a { background-color: rgb(157,130,141); }
div.DivClassName
{
background-color: #9D828D;
}
.BgClassName
{
background-color: #9D828D;
}
</style>
border-color css
<style>
span { border-color: #9D828D; }
span { border-color: rgb(157,130,141); }
td.TdClassName
{
border-color: #9D828D;
}
.TagClassName
{
border-color: #9D828D;
}
</style>