#9E7887

Color #9E7887 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9E7887

Tints of Mountbatten Pink #9E7887

Color information

#9E7887 (or 0x9E7887) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 78 and 87. RGB value is (158,120,135). Sum of RGB (Red+Green+Blue) = 158+120+135=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7887 is #618778. Grayscale: #858585. Windows color (decimal): -6391673 or 8878238. OLE color: 8878238.

HSL color Cylindrical-coordinate representation of color #9E7887: hue angle of 336.32º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E7887 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB158120135-
CMYK00.240.150.38
HSL336.32º16.38%54.51%-
HSV(B)336.32º24.05%61.96%-
XYZ25.1922.4525.93-
YUV133.07129.09145.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=38.26%
G=29.06%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812013500.240.150.38336.3216.3854.51
Hex9E7887018F261501037
Octal23617020703017465202067
Binary10011110111100010000111011000111110011010101000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7887; }

 p { color: rgb(158,120,135); }

 H1.HeaderClassName
 {
   color: #9E7887;
 }
 .AnyTagClassName
 {
   color: #9E7887;
 }
</style>
background-color css

<style>
 a { background-color: #9E7887; }

 a { background-color: rgb(158,120,135); }

 div.DivClassName
 {
   background-color: #9E7887;
 }
 .BgClassName
 {
   background-color: #9E7887;
 }
</style>
border-color css

<style>
 span { border-color: #9E7887; }

 span { border-color: rgb(158,120,135); }

 td.TdClassName
 {
   border-color: #9E7887;
 }
 .TagClassName
 {
   border-color: #9E7887;
 }
</style>