#9E7595

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

Shades of Mountbatten Pink #9E7595

Tints of Mountbatten Pink #9E7595

Color information

#9E7595 (or 0x9E7595) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 75 and 95. RGB value is (158,117,149). Sum of RGB (Red+Green+Blue) = 158+117+149=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7595 is #618A6A. Grayscale: #848484. Windows color (decimal): -6392427 or 9794974. OLE color: 9794974.

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

Color convert

RGB158117149-
CMYK00.260.060.38
HSL313.17º17.45%53.92%-
HSV(B)313.17º25.95%61.96%-
XYZ25.8922.1631.35-
YUV132.91137.08145.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=37.26%
G=27.59%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811714900.260.060.38313.1717.4553.92
Hex9E759501A6261391136
Octal2361652250326464712166
Binary1001111011101011001010101101011010011010011100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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