#937990

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

Shades of Mountbatten Pink #937990

Tints of Mountbatten Pink #937990

Color information

#937990 (or 0x937990) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 79 and 90. RGB value is (147,121,144). Sum of RGB (Red+Green+Blue) = 147+121+144=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #937990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937990 is #6C866F. Grayscale: #838383. Windows color (decimal): -7112304 or 9468307. OLE color: 9468307.

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

Color convert

RGB147121144-
CMYK00.180.020.42
HSL306.92º10.74%52.55%-
HSV(B)306.92º17.69%57.65%-
XYZ23.921.8929.35-
YUV131.4135.11139.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 121 (47.66% from 255) = 29.37%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=35.68%
G=29.37%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712114400.180.020.42306.9210.7452.55
Hex93799001222A133b35
Octal2231712200222524631365
Binary10010011111100110010000010010101010101001100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937990; }

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

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

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

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

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

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

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

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