Shades of Mountbatten Pink #9D7B92
Tints of Mountbatten Pink #9D7B92
RGB
CMYK
RGB Variations
Color information
#9D7B92 (or 0x9D7B92) is known color: Mountbatten Pink. HEX triplet: 9D, 7B and 92. RGB value is (157,123,146). Sum of RGB (Red+Green+Blue) = 157+123+146=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7B92 is #62846D. Grayscale: #878787. Windows color (decimal): -6456430 or 9599901. OLE color: 9599901.
HSL color Cylindrical-coordinate representation of color #9D7B92: hue angle of 319.41º 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 #9D7B92 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 146 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.38 |
| HSL | 319.41º | 0.15% | 0.55% | - |
| HSV(B) | 319.41º | 0.22% | 0.62% | - |
| XYZ | 26.18 | 23.41 | 30.33 | - |
| YUV | 135.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 146 | 0 | 0.22 | 0.07 | 0.38 | 319.41 | 0.15 | 0.55 |
| Hex | 9D | 7B | 92 | 0 | 16 | 7 | 26 | 13F | F | 37 |
| Octal | 235 | 173 | 222 | 0 | 26 | 7 | 46 | 477 | 17 | 67 |
| Binary | 10011101 | 1111011 | 10010010 | 0 | 10110 | 111 | 100110 | 100111111 | 1111 | 110111 |
Color Harmonies of #9D7B92
Complementary color
Monochromatic Colors of #9D7B92
Black with #9D7B92
Text Example
Text Example
White with #9D7B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B92; }
p { color: rgb(157,123,146); }
H1.HeaderClassName
{
color: #9D7B92;
}
.AnyTagClassName
{
color: #9D7B92;
}
</style>
background-color css
<style>
a { background-color: #9D7B92; }
a { background-color: rgb(157,123,146); }
div.DivClassName
{
background-color: #9D7B92;
}
.BgClassName
{
background-color: #9D7B92;
}
</style>
border-color css
<style>
span { border-color: #9D7B92; }
span { border-color: rgb(157,123,146); }
td.TdClassName
{
border-color: #9D7B92;
}
.TagClassName
{
border-color: #9D7B92;
}
</style>