#9E7C90

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

Shades of Mountbatten Pink #9E7C90

Tints of Mountbatten Pink #9E7C90

Color information

#9E7C90 (or 0x9E7C90) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 7C and 90. RGB value is (158,124,144). Sum of RGB (Red+Green+Blue) = 158+124+144=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7C90 is #61836F. Grayscale: #888888. Windows color (decimal): -6390640 or 9469086. OLE color: 9469086.

HSL color Cylindrical-coordinate representation of color #9E7C90: hue angle of 324.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E7C90 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB158124144-
CMYK00.220.090.38
HSL324.71º14.91%55.29%-
HSV(B)324.71º21.52%61.96%-
XYZ26.3423.729.57-
YUV136.45132.26143.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=37.09%
G=29.11%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812414400.220.090.38324.7114.9155.29
Hex9E7C90016926145f37
Octal23617422002611465051767
Binary1001111011111001001000001011010011001101010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,144); }

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

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

 a { background-color: rgb(158,124,144); }

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

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

 span { border-color: rgb(158,124,144); }

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