#9E8791

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

Shades of Mountbatten Pink #9E8791

Tints of Mountbatten Pink #9E8791

Color information

#9E8791 (or 0x9E8791) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 87 and 91. RGB value is (158,135,145). Sum of RGB (Red+Green+Blue) = 158+135+145=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8791 is #61786E. Grayscale: #8E8E8E. Windows color (decimal): -6387823 or 9537438. OLE color: 9537438.

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

Color convert

RGB158135145-
CMYK00.150.080.38
HSL333.91º10.6%57.45%-
HSV(B)333.91º14.56%61.96%-
XYZ27.8826.6430.46-
YUV143.02129.12138.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=36.07%
G=30.82%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813514500.150.080.38333.9110.657.45
Hex9E87910F82614eb39
Octal23620722101710465161371
Binary1001111010000111100100010111110001001101010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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