#957287

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

Shades of Mountbatten Pink #957287

Tints of Mountbatten Pink #957287

Color information

#957287 (or 0x957287) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 72 and 87. RGB value is (149,114,135). Sum of RGB (Red+Green+Blue) = 149+114+135=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957287 is #6A8D78. Grayscale: #7E7E7E. Windows color (decimal): -6983033 or 8876693. OLE color: 8876693.

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

Color convert

RGB149114135-
CMYK00.230.090.42
HSL324º14.17%51.57%-
HSV(B)324º23.49%58.43%-
XYZ22.7820.1725.61-
YUV126.86132.6143.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 135 (53.12% from 255) = 33.92%
R=37.44%
G=28.64%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911413500.230.090.4232414.1751.57
Hex95728701792A144e34
Octal22516220702711525041664
Binary1001010111100101000011101011110011010101010001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957287; }

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

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

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

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

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

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

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

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