#8E5F6C

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

Shades of Mauve Taupe #8E5F6C

Tints of Mauve Taupe #8E5F6C

Color information

#8E5F6C (or 0x8E5F6C) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5F and 6C. RGB value is (142,95,108). Sum of RGB (Red+Green+Blue) = 142+95+108=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F6C is #71A093. Grayscale: #6E6E6E. Windows color (decimal): -7446676 or 7102350. OLE color: 7102350.

HSL color Cylindrical-coordinate representation of color #8E5F6C: hue angle of 343.4º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E5F6C is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14295108-
CMYK00.330.240.44
HSL343.4º19.83%46.47%-
HSV(B)343.4º33.1%55.69%-
XYZ17.9515.0216.14-
YUV110.53126.57150.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=41.16%
G=27.54%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429510800.330.240.44343.419.8346.47
Hex8E5F6C021182C157142e
Octal21613715404130545272456
Binary100011101011111110110001000011100010110010101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,108); }

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

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

 a { background-color: rgb(142,95,108); }

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

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

 span { border-color: rgb(142,95,108); }

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