#937290

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

Shades of Mountbatten Pink #937290

Tints of Mountbatten Pink #937290

Color information

#937290 (or 0x937290) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 72 and 90. RGB value is (147,114,144). Sum of RGB (Red+Green+Blue) = 147+114+144=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #937290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937290 is #6C8D6F. Grayscale: #7F7F7F. Windows color (decimal): -7114096 or 9466515. OLE color: 9466515.

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

Color convert

RGB147114144-
CMYK00.220.020.42
HSL305.45º13.25%51.18%-
HSV(B)305.45º22.45%57.65%-
XYZ23.0820.2529.08-
YUV127.29137.43142.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=36.30%
G=28.15%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711414400.220.020.42305.4513.2551.18
Hex93729001622A131d33
Octal2231622200262524611563
Binary10010011111001010010000010110101010101001100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937290; }

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

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

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

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

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

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

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

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