#93788A

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

Shades of Mountbatten Pink #93788A

Tints of Mountbatten Pink #93788A

Color information

#93788A (or 0x93788A) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 78 and 8A. RGB value is (147,120,138). Sum of RGB (Red+Green+Blue) = 147+120+138=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #93788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93788A is #6C8775. Grayscale: #828282. Windows color (decimal): -7112566 or 9074835. OLE color: 9074835.

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

Color convert

RGB147120138-
CMYK00.180.060.42
HSL320º11.11%52.35%-
HSV(B)320º18.37%57.65%-
XYZ23.3421.4726.96-
YUV130.12132.45140.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=36.30%
G=29.63%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712013800.180.060.4232011.1152.35
Hex93788A01262A140b34
Octal2231702120226525001364
Binary100100111111000100010100100101101010101010000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93788A; }

 p { color: rgb(147,120,138); }

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

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

 a { background-color: rgb(147,120,138); }

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

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

 span { border-color: rgb(147,120,138); }

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