#9E7090

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

Shades of Mountbatten Pink #9E7090

Tints of Mountbatten Pink #9E7090

Color information

#9E7090 (or 0x9E7090) is unknown color: approx Mountbatten Pink. HEX triplet: 9E, 70 and 90. RGB value is (158,112,144). Sum of RGB (Red+Green+Blue) = 158+112+144=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7090 is #618F6F. Grayscale: #818181. Windows color (decimal): -6393712 or 9466014. OLE color: 9466014.

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

Color convert

RGB158112144-
CMYK00.290.090.38
HSL318.26º19.17%52.94%-
HSV(B)318.26º29.11%61.96%-
XYZ24.9320.8729.1-
YUV129.4136.24148.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=38.16%
G=27.05%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811214400.290.090.38318.2619.1752.94
Hex9E709001D92613e1335
Octal23616022003511464762365
Binary10011110111000010010000011101100110011010011111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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