Shades of Mountbatten Pink #9E7D93
Tints of Mountbatten Pink #9E7D93
RGB
CMYK
RGB Variations
Color information
#9E7D93 (or 0x9E7D93) is known color: Mountbatten Pink. HEX triplet: 9E, 7D and 93. RGB value is (158,125,147). Sum of RGB (Red+Green+Blue) = 158+125+147=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D93 is #61826C. Grayscale: #898989. Windows color (decimal): -6390381 or 9665950. OLE color: 9665950.
HSL color Cylindrical-coordinate representation of color #9E7D93: hue angle of 320º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E7D93 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 147 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.38 |
| HSL | 320º | 0.15% | 0.55% | - |
| HSV(B) | 320º | 0.21% | 0.62% | - |
| XYZ | 26.7 | 24.04 | 30.84 | - |
| YUV | 137.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 147 | 0 | 0.21 | 0.07 | 0.38 | 320 | 0.15 | 0.55 |
| Hex | 9E | 7D | 93 | 0 | 15 | 7 | 26 | 140 | F | 37 |
| Octal | 236 | 175 | 223 | 0 | 25 | 7 | 46 | 500 | 17 | 67 |
| Binary | 10011110 | 1111101 | 10010011 | 0 | 10101 | 111 | 100110 | 101000000 | 1111 | 110111 |
Color Harmonies of #9E7D93
Complementary color
Monochromatic Colors of #9E7D93
Black with #9E7D93
Text Example
Text Example
White with #9E7D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D93; }
p { color: rgb(158,125,147); }
H1.HeaderClassName
{
color: #9E7D93;
}
.AnyTagClassName
{
color: #9E7D93;
}
</style>
background-color css
<style>
a { background-color: #9E7D93; }
a { background-color: rgb(158,125,147); }
div.DivClassName
{
background-color: #9E7D93;
}
.BgClassName
{
background-color: #9E7D93;
}
</style>
border-color css
<style>
span { border-color: #9E7D93; }
span { border-color: rgb(158,125,147); }
td.TdClassName
{
border-color: #9E7D93;
}
.TagClassName
{
border-color: #9E7D93;
}
</style>