Shades of Mountbatten Pink #9D7695
Tints of Mountbatten Pink #9D7695
RGB
CMYK
RGB Variations
Color information
#9D7695 (or 0x9D7695) is known color: Mountbatten Pink. HEX triplet: 9D, 76 and 95. RGB value is (157,118,149). Sum of RGB (Red+Green+Blue) = 157+118+149=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7695 is #62896A. Grayscale: #858585. Windows color (decimal): -6457707 or 9795229. OLE color: 9795229.
HSL color Cylindrical-coordinate representation of color #9D7695: hue angle of 312.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7695 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 118 | 149 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.38 |
| HSL | 312.31º | 0.17% | 0.54% | - |
| HSV(B) | 312.31º | 0.25% | 0.62% | - |
| XYZ | 25.81 | 22.29 | 31.38 | - |
| YUV | 133.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 149 | 0 | 0.25 | 0.05 | 0.38 | 312.31 | 0.17 | 0.54 |
| Hex | 9D | 76 | 95 | 0 | 19 | 5 | 26 | 138 | 11 | 36 |
| Octal | 235 | 166 | 225 | 0 | 31 | 5 | 46 | 470 | 21 | 66 |
| Binary | 10011101 | 1110110 | 10010101 | 0 | 11001 | 101 | 100110 | 100111000 | 10001 | 110110 |
Color Harmonies of #9D7695
Complementary color
Monochromatic Colors of #9D7695
Black with #9D7695
Text Example
Text Example
White with #9D7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7695; }
p { color: rgb(157,118,149); }
H1.HeaderClassName
{
color: #9D7695;
}
.AnyTagClassName
{
color: #9D7695;
}
</style>
background-color css
<style>
a { background-color: #9D7695; }
a { background-color: rgb(157,118,149); }
div.DivClassName
{
background-color: #9D7695;
}
.BgClassName
{
background-color: #9D7695;
}
</style>
border-color css
<style>
span { border-color: #9D7695; }
span { border-color: rgb(157,118,149); }
td.TdClassName
{
border-color: #9D7695;
}
.TagClassName
{
border-color: #9D7695;
}
</style>