Shades of Mountbatten Pink #9D8192
Tints of Mountbatten Pink #9D8192
RGB
CMYK
RGB Variations
Color information
#9D8192 (or 0x9D8192) is known color: Mountbatten Pink. HEX triplet: 9D, 81 and 92. RGB value is (157,129,146). Sum of RGB (Red+Green+Blue) = 157+129+146=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8192 is #627E6D. Grayscale: #8B8B8B. Windows color (decimal): -6454894 or 9601437. OLE color: 9601437.
HSL color Cylindrical-coordinate representation of color #9D8192: hue angle of 323.57º 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 #9D8192 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 146 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.38 |
| HSL | 323.57º | 0.13% | 0.56% | - |
| HSV(B) | 323.57º | 0.18% | 0.62% | - |
| XYZ | 26.94 | 24.94 | 30.59 | - |
| YUV | 139.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 146 | 0 | 0.18 | 0.07 | 0.38 | 323.57 | 0.13 | 0.56 |
| Hex | 9D | 81 | 92 | 0 | 12 | 7 | 26 | 144 | C | 38 |
| Octal | 235 | 201 | 222 | 0 | 22 | 7 | 46 | 504 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10010010 | 0 | 10010 | 111 | 100110 | 101000100 | 1100 | 111000 |
Color Harmonies of #9D8192
Complementary color
Monochromatic Colors of #9D8192
Black with #9D8192
Text Example
Text Example
White with #9D8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8192; }
p { color: rgb(157,129,146); }
H1.HeaderClassName
{
color: #9D8192;
}
.AnyTagClassName
{
color: #9D8192;
}
</style>
background-color css
<style>
a { background-color: #9D8192; }
a { background-color: rgb(157,129,146); }
div.DivClassName
{
background-color: #9D8192;
}
.BgClassName
{
background-color: #9D8192;
}
</style>
border-color css
<style>
span { border-color: #9D8192; }
span { border-color: rgb(157,129,146); }
td.TdClassName
{
border-color: #9D8192;
}
.TagClassName
{
border-color: #9D8192;
}
</style>