#9E758B

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

Shades of Mountbatten Pink #9E758B

Tints of Mountbatten Pink #9E758B

Color information

#9E758B (or 0x9E758B) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 75 and 8B. RGB value is (158,117,139). Sum of RGB (Red+Green+Blue) = 158+117+139=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E758B is #618A74. Grayscale: #838383. Windows color (decimal): -6392437 or 9139614. OLE color: 9139614.

HSL color Cylindrical-coordinate representation of color #9E758B: hue angle of 327.8º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E758B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158117139-
CMYK00.260.120.38
HSL327.8º17.45%53.92%-
HSV(B)327.8º25.95%61.96%-
XYZ25.1221.8627.32-
YUV131.77132.08146.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=38.16%
G=28.26%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811713900.260.120.38327.817.4553.92
Hex9E758B01AC261481136
Octal23616521303214465102166
Binary10011110111010110001011011010110010011010100100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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