#8E5A6D

Color #8E5A6D Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8E5A6D

Tints of Mauve Taupe #8E5A6D

Color information

#8E5A6D (or 0x8E5A6D) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5A and 6D. RGB value is (142,90,109). Sum of RGB (Red+Green+Blue) = 142+90+109=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A6D is #71A592. Grayscale: #6B6B6B. Windows color (decimal): -7447955 or 7166606. OLE color: 7166606.

HSL color Cylindrical-coordinate representation of color #8E5A6D: hue angle of 338.08º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5A6D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14290109-
CMYK00.370.230.44
HSL338.08º22.41%45.49%-
HSV(B)338.08º36.62%55.69%-
XYZ17.5714.1716.28-
YUV107.71128.73152.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=41.64%
G=26.39%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429010900.370.230.44338.0822.4145.49
Hex8E5A6D025172C152162d
Octal21613215504527545222655
Binary100011101011010110110101001011011110110010101001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5A6D; }

 p { color: rgb(142,90,109); }

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

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

 a { background-color: rgb(142,90,109); }

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

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

 span { border-color: rgb(142,90,109); }

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