#957D89

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

Shades of Mountbatten Pink #957D89

Tints of Mountbatten Pink #957D89

Color information

#957D89 (or 0x957D89) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 7D and 89. RGB value is (149,125,137). Sum of RGB (Red+Green+Blue) = 149+125+137=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #957D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D89 is #6A8276. Grayscale: #858585. Windows color (decimal): -6980215 or 9010581. OLE color: 9010581.

HSL color Cylindrical-coordinate representation of color #957D89: hue angle of 330º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #957D89 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149125137-
CMYK00.160.080.42
HSL330º10.17%53.73%-
HSV(B)330º16.11%58.43%-
XYZ24.2422.8626.8-
YUV133.54129.95139.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=36.25%
G=30.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912513700.160.080.4233010.1753.73
Hex957D8901082A14aa36
Octal22517521102010525121266
Binary1001010111111011000100101000010001010101010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957D89; }

 p { color: rgb(149,125,137); }

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

<style>
 a { background-color: #957D89; }

 a { background-color: rgb(149,125,137); }

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

<style>
 span { border-color: #957D89; }

 span { border-color: rgb(149,125,137); }

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