#957089

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

Shades of Mountbatten Pink #957089

Tints of Mountbatten Pink #957089

Color information

#957089 (or 0x957089) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 70 and 89. RGB value is (149,112,137). Sum of RGB (Red+Green+Blue) = 149+112+137=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957089 is #6A8F76. Grayscale: #7D7D7D. Windows color (decimal): -6983543 or 9007253. OLE color: 9007253.

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

Color convert

RGB149112137-
CMYK00.250.080.42
HSL319.46º14.86%51.18%-
HSV(B)319.46º24.83%58.43%-
XYZ22.719.7826.29-
YUV125.91134.26144.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=37.44%
G=28.14%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911213700.250.080.42319.4614.8651.18
Hex95708901982A13ff33
Octal22516021103110524771763
Binary1001010111100001000100101100110001010101001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957089; }

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

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

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

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

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

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

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

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