#936E89

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

Shades of Mountbatten Pink #936E89

Tints of Mountbatten Pink #936E89

Color information

#936E89 (or 0x936E89) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 6E and 89. RGB value is (147,110,137). Sum of RGB (Red+Green+Blue) = 147+110+137=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #936E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936E89 is #6C9176. Grayscale: #7C7C7C. Windows color (decimal): -7115127 or 9006739. OLE color: 9006739.

HSL color Cylindrical-coordinate representation of color #936E89: hue angle of 316.22º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #936E89 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB147110137-
CMYK00.250.070.42
HSL316.22º14.62%50.39%-
HSV(B)316.22º25.17%57.65%-
XYZ22.1219.1626.2-
YUV124.14135.26144.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=37.31%
G=27.92%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711013700.250.070.42316.2214.6250.39
Hex936E8901972A13cf32
Octal2231562110317524741762
Binary100100111101110100010010110011111010101001111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936E89; }

 p { color: rgb(147,110,137); }

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

<style>
 a { background-color: #936E89; }

 a { background-color: rgb(147,110,137); }

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

<style>
 span { border-color: #936E89; }

 span { border-color: rgb(147,110,137); }

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