#957390

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

Shades of Mountbatten Pink #957390

Tints of Mountbatten Pink #957390

Color information

#957390 (or 0x957390) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 73 and 90. RGB value is (149,115,144). Sum of RGB (Red+Green+Blue) = 149+115+144=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #957390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957390 is #6A8C6F. Grayscale: #808080. Windows color (decimal): -6982768 or 9466773. OLE color: 9466773.

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

Color convert

RGB149115144-
CMYK00.230.030.42
HSL308.82º13.82%51.76%-
HSV(B)308.82º22.82%58.43%-
XYZ23.5620.6629.13-
YUV128.47136.76142.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=36.52%
G=28.19%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911514400.230.030.42308.8213.8251.76
Hex95739001732A135e34
Octal2251632200273524651664
Binary10010101111001110010000010111111010101001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957390; }

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

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

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

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

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

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

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

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