Shades of Mountbatten Pink #9D7B96
Tints of Mountbatten Pink #9D7B96
RGB
CMYK
RGB Variations
Color information
#9D7B96 (or 0x9D7B96) is known color: Mountbatten Pink. HEX triplet: 9D, 7B and 96. RGB value is (157,123,150). Sum of RGB (Red+Green+Blue) = 157+123+150=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7B96 is #628469. Grayscale: #888888. Windows color (decimal): -6456426 or 9862045. OLE color: 9862045.
HSL color Cylindrical-coordinate representation of color #9D7B96: hue angle of 312.35º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7B96 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 150 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.38 |
| HSL | 312.35º | 0.15% | 0.55% | - |
| HSV(B) | 312.35º | 0.22% | 0.62% | - |
| XYZ | 26.49 | 23.54 | 32 | - |
| YUV | 136.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 150 | 0 | 0.22 | 0.04 | 0.38 | 312.35 | 0.15 | 0.55 |
| Hex | 9D | 7B | 96 | 0 | 16 | 4 | 26 | 138 | F | 37 |
| Octal | 235 | 173 | 226 | 0 | 26 | 4 | 46 | 470 | 17 | 67 |
| Binary | 10011101 | 1111011 | 10010110 | 0 | 10110 | 100 | 100110 | 100111000 | 1111 | 110111 |
Color Harmonies of #9D7B96
Complementary color
Monochromatic Colors of #9D7B96
Black with #9D7B96
Text Example
Text Example
White with #9D7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B96; }
p { color: rgb(157,123,150); }
H1.HeaderClassName
{
color: #9D7B96;
}
.AnyTagClassName
{
color: #9D7B96;
}
</style>
background-color css
<style>
a { background-color: #9D7B96; }
a { background-color: rgb(157,123,150); }
div.DivClassName
{
background-color: #9D7B96;
}
.BgClassName
{
background-color: #9D7B96;
}
</style>
border-color css
<style>
span { border-color: #9D7B96; }
span { border-color: rgb(157,123,150); }
td.TdClassName
{
border-color: #9D7B96;
}
.TagClassName
{
border-color: #9D7B96;
}
</style>