#957589

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

Shades of Mountbatten Pink #957589

Tints of Mountbatten Pink #957589

Color information

#957589 (or 0x957589) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 75 and 89. RGB value is (149,117,137). Sum of RGB (Red+Green+Blue) = 149+117+137=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #957589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957589 is #6A8A76. Grayscale: #808080. Windows color (decimal): -6982263 or 9008533. OLE color: 9008533.

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

Color convert

RGB149117137-
CMYK00.210.080.42
HSL322.5º13.11%52.16%-
HSV(B)322.5º21.48%58.43%-
XYZ23.2720.9226.48-
YUV128.85132.6142.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=36.97%
G=29.03%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911713700.210.080.42322.513.1152.16
Hex95758901582A142d34
Octal22516521102510525021564
Binary1001010111101011000100101010110001010101010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957589; }

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

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

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

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

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

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

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

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