#9E7396

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

Shades of Mountbatten Pink #9E7396

Tints of Mountbatten Pink #9E7396

Color information

#9E7396 (or 0x9E7396) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 73 and 96. RGB value is (158,115,150). Sum of RGB (Red+Green+Blue) = 158+115+150=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7396 is #618C69. Grayscale: #838383. Windows color (decimal): -6392938 or 9859998. OLE color: 9859998.

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

Color convert

RGB158115150-
CMYK00.270.050.38
HSL311.16º18.14%53.53%-
HSV(B)311.16º27.22%61.96%-
XYZ25.7421.7331.69-
YUV131.85138.25146.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=37.35%
G=27.19%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811515000.270.050.38311.1618.1453.53
Hex9E739601B5261371236
Octal2361632260335464672266
Binary1001111011100111001011001101110110011010011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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