#957389

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

Shades of Mountbatten Pink #957389

Tints of Mountbatten Pink #957389

Color information

#957389 (or 0x957389) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 73 and 89. RGB value is (149,115,137). Sum of RGB (Red+Green+Blue) = 149+115+137=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #957389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957389 is #6A8C76. Grayscale: #7F7F7F. Windows color (decimal): -6982775 or 9008021. OLE color: 9008021.

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

Color convert

RGB149115137-
CMYK00.230.080.42
HSL321.18º13.82%51.76%-
HSV(B)321.18º22.82%58.43%-
XYZ23.0420.4626.4-
YUV127.67133.26143.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=37.16%
G=28.68%
B=34.16%

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
Decimal14911513700.230.080.42321.1813.8251.76
Hex95738901782A141e34
Octal22516321102710525011664
Binary1001010111100111000100101011110001010101010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957389; }

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

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

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

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

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

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

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

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