#9E7A91

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

Shades of Mountbatten Pink #9E7A91

Tints of Mountbatten Pink #9E7A91

Color information

#9E7A91 (or 0x9E7A91) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 7A and 91. RGB value is (158,122,145). Sum of RGB (Red+Green+Blue) = 158+122+145=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A91 is #61856E. Grayscale: #878787. Windows color (decimal): -6391151 or 9534110. OLE color: 9534110.

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

Color convert

RGB158122145-
CMYK00.230.080.38
HSL321.67º15.65%54.9%-
HSV(B)321.67º22.78%61.96%-
XYZ26.1723.2329.89-
YUV135.39133.43144.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=37.18%
G=28.71%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812214500.230.080.38321.6715.6554.9
Hex9E7A910178261421037
Octal23617222102710465022067
Binary10011110111101010010001010111100010011010100001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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