#9E7597

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

Shades of Mountbatten Pink #9E7597

Tints of Mountbatten Pink #9E7597

Color information

#9E7597 (or 0x9E7597) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 75 and 97. RGB value is (158,117,151). Sum of RGB (Red+Green+Blue) = 158+117+151=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7597 is #618A68. Grayscale: #858585. Windows color (decimal): -6392425 or 9926046. OLE color: 9926046.

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

Color convert

RGB158117151-
CMYK00.260.040.38
HSL310.24º17.45%53.92%-
HSV(B)310.24º25.95%61.96%-
XYZ26.0522.2332.2-
YUV133.14138.08145.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=37.09%
G=27.46%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811715100.260.040.38310.2417.4553.92
Hex9E759701A4261361136
Octal2361652270324464662166
Binary1001111011101011001011101101010010011010011011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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