#8E5974

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

Shades of Mauve Taupe #8E5974

Tints of Mauve Taupe #8E5974

Color information

#8E5974 (or 0x8E5974) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 74. RGB value is (142,89,116). Sum of RGB (Red+Green+Blue) = 142+89+116=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5974 is #71A68B. Grayscale: #6B6B6B. Windows color (decimal): -7448204 or 7625102. OLE color: 7625102.

HSL color Cylindrical-coordinate representation of color #8E5974: hue angle of 329.43º degrees, saturation: 0.23, 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 #8E5974 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14289116-
CMYK00.370.180.44
HSL329.43º22.94%45.29%-
HSV(B)329.43º37.32%55.69%-
XYZ17.8814.1618.31-
YUV107.92132.56152.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=40.92%
G=25.65%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428911600.370.180.44329.4322.9445.29
Hex8E5974025122C149172d
Octal21613116404522545112755
Binary100011101011001111010001001011001010110010100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,116); }

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

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

 a { background-color: rgb(142,89,116); }

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

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

 span { border-color: rgb(142,89,116); }

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