#93788D

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

Shades of Mountbatten Pink #93788D

Tints of Mountbatten Pink #93788D

Color information

#93788D (or 0x93788D) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 78 and 8D. RGB value is (147,120,141). Sum of RGB (Red+Green+Blue) = 147+120+141=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #93788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93788D is #6C8772. Grayscale: #828282. Windows color (decimal): -7112563 or 9271443. OLE color: 9271443.

HSL color Cylindrical-coordinate representation of color #93788D: hue angle of 313.33º 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 #93788D is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147120141-
CMYK00.180.040.42
HSL313.33º11.11%52.35%-
HSV(B)313.33º18.37%57.65%-
XYZ23.5621.5628.12-
YUV130.47133.95139.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=36.03%
G=29.41%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712014100.180.040.42313.3311.1152.35
Hex93788D01242A139b34
Octal2231702150224524711364
Binary100100111111000100011010100101001010101001110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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