#9E7591

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

Shades of Mountbatten Pink #9E7591

Tints of Mountbatten Pink #9E7591

Color information

#9E7591 (or 0x9E7591) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 75 and 91. RGB value is (158,117,145). Sum of RGB (Red+Green+Blue) = 158+117+145=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7591 is #618A6E. Grayscale: #848484. Windows color (decimal): -6392431 or 9532830. OLE color: 9532830.

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

Color convert

RGB158117145-
CMYK00.260.080.38
HSL319.02º17.45%53.92%-
HSV(B)319.02º25.95%61.96%-
XYZ25.5722.0429.69-
YUV132.45135.08146.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=37.62%
G=27.86%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811714500.260.080.38319.0217.4553.92
Hex9E759101A82613f1136
Octal23616522103210464772166
Binary10011110111010110010001011010100010011010011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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