Shades of Mountbatten Pink #9E7B90
Tints of Mountbatten Pink #9E7B90
RGB
CMYK
RGB Variations
Color information
#9E7B90 (or 0x9E7B90) is known color: Mountbatten Pink. HEX triplet: 9E, 7B and 90. RGB value is (158,123,144). Sum of RGB (Red+Green+Blue) = 158+123+144=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7B90 is #61846F. Grayscale: #878787. Windows color (decimal): -6390896 or 9468830. OLE color: 9468830.
HSL color Cylindrical-coordinate representation of color #9E7B90: hue angle of 324º 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 #9E7B90 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 144 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.38 |
| HSL | 324º | 0.15% | 0.55% | - |
| HSV(B) | 324º | 0.22% | 0.62% | - |
| XYZ | 26.22 | 23.45 | 29.53 | - |
| YUV | 135.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 144 | 0 | 0.22 | 0.09 | 0.38 | 324 | 0.15 | 0.55 |
| Hex | 9E | 7B | 90 | 0 | 16 | 9 | 26 | 144 | F | 37 |
| Octal | 236 | 173 | 220 | 0 | 26 | 11 | 46 | 504 | 17 | 67 |
| Binary | 10011110 | 1111011 | 10010000 | 0 | 10110 | 1001 | 100110 | 101000100 | 1111 | 110111 |
Color Harmonies of #9E7B90
Complementary color
Monochromatic Colors of #9E7B90
Black with #9E7B90
Text Example
Text Example
White with #9E7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B90; }
p { color: rgb(158,123,144); }
H1.HeaderClassName
{
color: #9E7B90;
}
.AnyTagClassName
{
color: #9E7B90;
}
</style>
background-color css
<style>
a { background-color: #9E7B90; }
a { background-color: rgb(158,123,144); }
div.DivClassName
{
background-color: #9E7B90;
}
.BgClassName
{
background-color: #9E7B90;
}
</style>
border-color css
<style>
span { border-color: #9E7B90; }
span { border-color: rgb(158,123,144); }
td.TdClassName
{
border-color: #9E7B90;
}
.TagClassName
{
border-color: #9E7B90;
}
</style>