#937E8D

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

Shades of Mountbatten Pink #937E8D

Tints of Mountbatten Pink #937E8D

Color information

#937E8D (or 0x937E8D) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 7E and 8D. RGB value is (147,126,141). Sum of RGB (Red+Green+Blue) = 147+126+141=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #937E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E8D is #6C8172. Grayscale: #858585. Windows color (decimal): -7111027 or 9272979. OLE color: 9272979.

HSL color Cylindrical-coordinate representation of color #937E8D: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937E8D is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147126141-
CMYK00.140.040.42
HSL317.14º8.86%53.53%-
HSV(B)317.14º14.29%57.65%-
XYZ24.323.0528.37-
YUV133.99131.96137.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=35.51%
G=30.43%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712614100.140.040.42317.148.8653.53
Hex937E8D0E42A13d936
Octal2231762150164524751166
Binary10010011111111010001101011101001010101001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937E8D; }

 p { color: rgb(147,126,141); }

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

<style>
 a { background-color: #937E8D; }

 a { background-color: rgb(147,126,141); }

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

<style>
 span { border-color: #937E8D; }

 span { border-color: rgb(147,126,141); }

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