#957290

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

Shades of Mountbatten Pink #957290

Tints of Mountbatten Pink #957290

Color information

#957290 (or 0x957290) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 72 and 90. RGB value is (149,114,144). Sum of RGB (Red+Green+Blue) = 149+114+144=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #957290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957290 is #6A8D6F. Grayscale: #7F7F7F. Windows color (decimal): -6983024 or 9466517. OLE color: 9466517.

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

Color convert

RGB149114144-
CMYK00.230.030.42
HSL308.57º14.17%51.57%-
HSV(B)308.57º23.49%58.43%-
XYZ23.4520.4429.09-
YUV127.88137.1143.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=36.61%
G=28.01%
B=35.38%

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
Decimal14911414400.230.030.42308.5714.1751.57
Hex95729001732A135e34
Octal2251622200273524651664
Binary10010101111001010010000010111111010101001101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957290; }

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

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

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

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

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

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

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

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