#9E7794

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

Shades of Mountbatten Pink #9E7794

Tints of Mountbatten Pink #9E7794

Color information

#9E7794 (or 0x9E7794) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 77 and 94. RGB value is (158,119,148). Sum of RGB (Red+Green+Blue) = 158+119+148=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7794 is #61886B. Grayscale: #858585. Windows color (decimal): -6391916 or 9729950. OLE color: 9729950.

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

Color convert

RGB158119148-
CMYK00.250.060.38
HSL315.38º16.74%54.31%-
HSV(B)315.38º24.68%61.96%-
XYZ26.0422.631.01-
YUV133.97135.92145.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=37.18%
G=28%
B=34.82%

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
Decimal15811914800.250.060.38315.3816.7454.31
Hex9E779401962613b1136
Octal2361672240316464732166
Binary1001111011101111001010001100111010011010011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,119,148); }

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

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

 a { background-color: rgb(158,119,148); }

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

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

 span { border-color: rgb(158,119,148); }

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