#9E7592

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

Shades of Mountbatten Pink #9E7592

Tints of Mountbatten Pink #9E7592

Color information

#9E7592 (or 0x9E7592) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 75 and 92. RGB value is (158,117,146). Sum of RGB (Red+Green+Blue) = 158+117+146=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7592 is #618A6D. Grayscale: #848484. Windows color (decimal): -6392430 or 9598366. OLE color: 9598366.

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

Color convert

RGB158117146-
CMYK00.260.080.38
HSL317.56º17.45%53.92%-
HSV(B)317.56º25.95%61.96%-
XYZ25.6522.0730.1-
YUV132.56135.58146.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.53%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=37.53%
G=27.79%
B=34.68%

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
Decimal15811714600.260.080.38317.5617.4553.92
Hex9E759201A82613e1136
Octal23616522203210464762166
Binary10011110111010110010010011010100010011010011111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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