#9E7695

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

Shades of Mountbatten Pink #9E7695

Tints of Mountbatten Pink #9E7695

Color information

#9E7695 (or 0x9E7695) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 76 and 95. RGB value is (158,118,149). Sum of RGB (Red+Green+Blue) = 158+118+149=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7695 is #61896A. Grayscale: #858585. Windows color (decimal): -6392171 or 9795230. OLE color: 9795230.

HSL color Cylindrical-coordinate representation of color #9E7695: hue angle of 313.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E7695 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB158118149-
CMYK00.250.060.38
HSL313.5º17.09%54.12%-
HSV(B)313.5º25.32%61.96%-
XYZ2622.431.39-
YUV133.49136.75145.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=37.18%
G=27.76%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811814900.250.060.38313.517.0954.12
Hex9E769501962613a1136
Octal2361662250316464722166
Binary1001111011101101001010101100111010011010011101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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