#9E758A

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

Shades of Mountbatten Pink #9E758A

Tints of Mountbatten Pink #9E758A

Color information

#9E758A (or 0x9E758A) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 75 and 8A. RGB value is (158,117,138). Sum of RGB (Red+Green+Blue) = 158+117+138=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E758A is #618A75. Grayscale: #838383. Windows color (decimal): -6392438 or 9074078. OLE color: 9074078.

HSL color Cylindrical-coordinate representation of color #9E758A: hue angle of 329.27º 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 #9E758A is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB158117138-
CMYK00.260.130.38
HSL329.27º17.45%53.92%-
HSV(B)329.27º25.95%61.96%-
XYZ25.0521.8326.94-
YUV131.65131.58146.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.26%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=38.26%
G=28.33%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811713800.260.130.38329.2717.4553.92
Hex9E758A01AD261491136
Octal23616521203215465112166
Binary10011110111010110001010011010110110011010100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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