#9E7E8B

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

Shades of Mountbatten Pink #9E7E8B

Tints of Mountbatten Pink #9E7E8B

Color information

#9E7E8B (or 0x9E7E8B) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 7E and 8B. RGB value is (158,126,139). Sum of RGB (Red+Green+Blue) = 158+126+139=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7E8B is #618174. Grayscale: #898989. Windows color (decimal): -6390133 or 9141918. OLE color: 9141918.

HSL color Cylindrical-coordinate representation of color #9E7E8B: hue angle of 335.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E7E8B is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158126139-
CMYK00.200.120.38
HSL335.62º14.16%55.69%-
HSV(B)335.62º20.25%61.96%-
XYZ26.2224.0527.69-
YUV137.05129.1142.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=37.35%
G=29.79%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812613900.200.120.38335.6214.1655.69
Hex9E7E8B014C26150e38
Octal23617621302414465201670
Binary1001111011111101000101101010011001001101010100001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,126,139); }

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

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

 a { background-color: rgb(158,126,139); }

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

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

 span { border-color: rgb(158,126,139); }

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