#9E738A

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

Shades of Mountbatten Pink #9E738A

Tints of Mountbatten Pink #9E738A

Color information

#9E738A (or 0x9E738A) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 73 and 8A. RGB value is (158,115,138). Sum of RGB (Red+Green+Blue) = 158+115+138=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E738A is #618C75. Grayscale: #828282. Windows color (decimal): -6392950 or 9073566. OLE color: 9073566.

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

Color convert

RGB158115138-
CMYK00.270.130.38
HSL327.91º18.14%53.53%-
HSV(B)327.91º27.22%61.96%-
XYZ24.8221.3726.86-
YUV130.48132.25147.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=38.44%
G=27.98%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811513800.270.130.38327.9118.1453.53
Hex9E738A01BD261481236
Octal23616321203315465102266
Binary10011110111001110001010011011110110011010100100010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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