#93718D

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

Shades of Mountbatten Pink #93718D

Tints of Mountbatten Pink #93718D

Color information

#93718D (or 0x93718D) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 71 and 8D. RGB value is (147,113,141). Sum of RGB (Red+Green+Blue) = 147+113+141=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93718D is #6C8E72. Grayscale: #7E7E7E. Windows color (decimal): -7114355 or 9269651. OLE color: 9269651.

HSL color Cylindrical-coordinate representation of color #93718D: hue angle of 310.59º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93718D is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147113141-
CMYK00.230.040.42
HSL310.59º13.6%50.98%-
HSV(B)310.59º23.13%57.65%-
XYZ22.7519.9427.85-
YUV126.36136.26142.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=36.66%
G=28.18%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711314100.230.040.42310.5913.650.98
Hex93718D01742A137e33
Octal2231612150274524671663
Binary100100111110001100011010101111001010101001101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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