#957289

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

Shades of Mountbatten Pink #957289

Tints of Mountbatten Pink #957289

Color information

#957289 (or 0x957289) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 72 and 89. RGB value is (149,114,137). Sum of RGB (Red+Green+Blue) = 149+114+137=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957289 is #6A8D76. Grayscale: #7F7F7F. Windows color (decimal): -6983031 or 9007765. OLE color: 9007765.

HSL color Cylindrical-coordinate representation of color #957289: hue angle of 320.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957289 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149114137-
CMYK00.230.080.42
HSL320.57º14.17%51.57%-
HSV(B)320.57º23.49%58.43%-
XYZ22.9320.2326.36-
YUV127.09133.6143.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 114 (44.92% from 255) = 28.5%
BLUE value IS 137 (53.91% from 255) = 34.25%
R=37.25%
G=28.5%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911413700.230.080.42320.5714.1751.57
Hex95728901782A141e34
Octal22516221102710525011664
Binary1001010111100101000100101011110001010101010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957289; }

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

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

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

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

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

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

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

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