Shades of Mountbatten Pink #9E758C
Tints of Mountbatten Pink #9E758C
RGB
CMYK
RGB Variations
Color information
#9E758C (or 0x9E758C) is known color: Mountbatten Pink. HEX triplet: 9E, 75 and 8C. RGB value is (158,117,140). Sum of RGB (Red+Green+Blue) = 158+117+140=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E758C is #618A73. Grayscale: #838383. Windows color (decimal): -6392436 or 9205150. OLE color: 9205150.
HSL color Cylindrical-coordinate representation of color #9E758C: hue angle of 326.34º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E758C is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 140 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.38 |
| HSL | 326.34º | 0.17% | 0.54% | - |
| HSV(B) | 326.34º | 0.26% | 0.62% | - |
| XYZ | 25.2 | 21.89 | 27.71 | - |
| YUV | 131.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 140 | 0 | 0.26 | 0.11 | 0.38 | 326.34 | 0.17 | 0.54 |
| Hex | 9E | 75 | 8C | 0 | 1A | B | 26 | 146 | 11 | 36 |
| Octal | 236 | 165 | 214 | 0 | 32 | 13 | 46 | 506 | 21 | 66 |
| Binary | 10011110 | 1110101 | 10001100 | 0 | 11010 | 1011 | 100110 | 101000110 | 10001 | 110110 |
Color Harmonies of #9E758C
Complementary color
Monochromatic Colors of #9E758C
Black with #9E758C
Text Example
Text Example
White with #9E758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E758C; }
p { color: rgb(158,117,140); }
H1.HeaderClassName
{
color: #9E758C;
}
.AnyTagClassName
{
color: #9E758C;
}
</style>
background-color css
<style>
a { background-color: #9E758C; }
a { background-color: rgb(158,117,140); }
div.DivClassName
{
background-color: #9E758C;
}
.BgClassName
{
background-color: #9E758C;
}
</style>
border-color css
<style>
span { border-color: #9E758C; }
span { border-color: rgb(158,117,140); }
td.TdClassName
{
border-color: #9E758C;
}
.TagClassName
{
border-color: #9E758C;
}
</style>