#957588

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

Shades of Mountbatten Pink #957588

Tints of Mountbatten Pink #957588

Color information

#957588 (or 0x957588) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 75 and 88. RGB value is (149,117,136). Sum of RGB (Red+Green+Blue) = 149+117+136=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957588 is #6A8A77. Grayscale: #808080. Windows color (decimal): -6982264 or 8942997. OLE color: 8942997.

HSL color Cylindrical-coordinate representation of color #957588: hue angle of 324.38º 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 #957588 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149117136-
CMYK00.210.090.42
HSL324.38º13.11%52.16%-
HSV(B)324.38º21.48%58.43%-
XYZ23.220.8926.1-
YUV128.73132.1142.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=37.06%
G=29.10%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911713600.210.090.42324.3813.1152.16
Hex95758801592A144d34
Octal22516521002511525041564
Binary1001010111101011000100001010110011010101010001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957588; }

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

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

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

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

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

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

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

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