#93738E

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

Shades of Mountbatten Pink #93738E

Tints of Mountbatten Pink #93738E

Color information

#93738E (or 0x93738E) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 73 and 8E. RGB value is (147,115,142). Sum of RGB (Red+Green+Blue) = 147+115+142=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93738E is #6C8C71. Grayscale: #7F7F7F. Windows color (decimal): -7113842 or 9335699. OLE color: 9335699.

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

Color convert

RGB147115142-
CMYK00.220.030.42
HSL309.38º12.9%51.37%-
HSV(B)309.38º21.77%57.65%-
XYZ23.0520.4228.32-
YUV127.65136.1141.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=36.39%
G=28.47%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711514200.220.030.42309.3812.951.37
Hex93738E01632A135d33
Octal2231632160263524651563
Binary10010011111001110001110010110111010101001101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93738E; }

 p { color: rgb(147,115,142); }

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

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

 a { background-color: rgb(147,115,142); }

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

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

 span { border-color: rgb(147,115,142); }

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