Shades of Mountbatten Pink #9D6C90
Tints of Mountbatten Pink #9D6C90
RGB
CMYK
RGB Variations
Color information
#9D6C90 (or 0x9D6C90) is known color: Mountbatten Pink. HEX triplet: 9D, 6C and 90. RGB value is (157,108,144). Sum of RGB (Red+Green+Blue) = 157+108+144=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6C90 is #62936F. Grayscale: #7E7E7E. Windows color (decimal): -6460272 or 9464989. OLE color: 9464989.
HSL color Cylindrical-coordinate representation of color #9D6C90: hue angle of 315.92º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D6C90 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 108 | 144 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.38 |
| HSL | 315.92º | 0.2% | 0.52% | - |
| HSV(B) | 315.92º | 0.31% | 0.62% | - |
| XYZ | 24.3 | 19.91 | 28.95 | - |
| YUV | 126.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 108 | 144 | 0 | 0.31 | 0.08 | 0.38 | 315.92 | 0.2 | 0.52 |
| Hex | 9D | 6C | 90 | 0 | 1F | 8 | 26 | 13C | 14 | 34 |
| Octal | 235 | 154 | 220 | 0 | 37 | 10 | 46 | 474 | 24 | 64 |
| Binary | 10011101 | 1101100 | 10010000 | 0 | 11111 | 1000 | 100110 | 100111100 | 10100 | 110100 |
Color Harmonies of #9D6C90
Complementary color
Monochromatic Colors of #9D6C90
Black with #9D6C90
Text Example
Text Example
White with #9D6C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6C90; }
p { color: rgb(157,108,144); }
H1.HeaderClassName
{
color: #9D6C90;
}
.AnyTagClassName
{
color: #9D6C90;
}
</style>
background-color css
<style>
a { background-color: #9D6C90; }
a { background-color: rgb(157,108,144); }
div.DivClassName
{
background-color: #9D6C90;
}
.BgClassName
{
background-color: #9D6C90;
}
</style>
border-color css
<style>
span { border-color: #9D6C90; }
span { border-color: rgb(157,108,144); }
td.TdClassName
{
border-color: #9D6C90;
}
.TagClassName
{
border-color: #9D6C90;
}
</style>