Shades of Mountbatten Pink #9D6991
Tints of Mountbatten Pink #9D6991
RGB
CMYK
RGB Variations
Color information
#9D6991 (or 0x9D6991) is known color: Mountbatten Pink. HEX triplet: 9D, 69 and 91. RGB value is (157,105,145). Sum of RGB (Red+Green+Blue) = 157+105+145=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6991 is #62966E. Grayscale: #7D7D7D. Windows color (decimal): -6461039 or 9529757. OLE color: 9529757.
HSL color Cylindrical-coordinate representation of color #9D6991: hue angle of 313.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D6991 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 105 | 145 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.38 |
| HSL | 313.85º | 0.21% | 0.51% | - |
| HSV(B) | 313.85º | 0.33% | 0.62% | - |
| XYZ | 24.07 | 19.32 | 29.25 | - |
| YUV | 125.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 145 | 0 | 0.33 | 0.08 | 0.38 | 313.85 | 0.21 | 0.51 |
| Hex | 9D | 69 | 91 | 0 | 21 | 8 | 26 | 13A | 15 | 33 |
| Octal | 235 | 151 | 221 | 0 | 41 | 10 | 46 | 472 | 25 | 63 |
| Binary | 10011101 | 1101001 | 10010001 | 0 | 100001 | 1000 | 100110 | 100111010 | 10101 | 110011 |
Color Harmonies of #9D6991
Complementary color
Monochromatic Colors of #9D6991
Black with #9D6991
Text Example
Text Example
White with #9D6991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6991; }
p { color: rgb(157,105,145); }
H1.HeaderClassName
{
color: #9D6991;
}
.AnyTagClassName
{
color: #9D6991;
}
</style>
background-color css
<style>
a { background-color: #9D6991; }
a { background-color: rgb(157,105,145); }
div.DivClassName
{
background-color: #9D6991;
}
.BgClassName
{
background-color: #9D6991;
}
</style>
border-color css
<style>
span { border-color: #9D6991; }
span { border-color: rgb(157,105,145); }
td.TdClassName
{
border-color: #9D6991;
}
.TagClassName
{
border-color: #9D6991;
}
</style>