Shades of Mountbatten Pink #9D7A8A
Tints of Mountbatten Pink #9D7A8A
RGB
CMYK
RGB Variations
Color information
#9D7A8A (or 0x9D7A8A) is known color: Mountbatten Pink. HEX triplet: 9D, 7A and 8A. RGB value is (157,122,138). Sum of RGB (Red+Green+Blue) = 157+122+138=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7A8A is #628575. Grayscale: #868686. Windows color (decimal): -6456694 or 9075357. OLE color: 9075357.
HSL color Cylindrical-coordinate representation of color #9D7A8A: hue angle of 332.57º 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 #9D7A8A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 122 | 138 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.38 |
| HSL | 332.57º | 0.15% | 0.55% | - |
| HSV(B) | 332.57º | 0.22% | 0.62% | - |
| XYZ | 25.45 | 22.92 | 27.13 | - |
| YUV | 134.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 138 | 0 | 0.22 | 0.12 | 0.38 | 332.57 | 0.15 | 0.55 |
| Hex | 9D | 7A | 8A | 0 | 16 | C | 26 | 14D | F | 37 |
| Octal | 235 | 172 | 212 | 0 | 26 | 14 | 46 | 515 | 17 | 67 |
| Binary | 10011101 | 1111010 | 10001010 | 0 | 10110 | 1100 | 100110 | 101001101 | 1111 | 110111 |
Color Harmonies of #9D7A8A
Complementary color
Monochromatic Colors of #9D7A8A
Black with #9D7A8A
Text Example
Text Example
White with #9D7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7A8A; }
p { color: rgb(157,122,138); }
H1.HeaderClassName
{
color: #9D7A8A;
}
.AnyTagClassName
{
color: #9D7A8A;
}
</style>
background-color css
<style>
a { background-color: #9D7A8A; }
a { background-color: rgb(157,122,138); }
div.DivClassName
{
background-color: #9D7A8A;
}
.BgClassName
{
background-color: #9D7A8A;
}
</style>
border-color css
<style>
span { border-color: #9D7A8A; }
span { border-color: rgb(157,122,138); }
td.TdClassName
{
border-color: #9D7A8A;
}
.TagClassName
{
border-color: #9D7A8A;
}
</style>