#8E5A6B

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

Shades of Mauve Taupe #8E5A6B

Tints of Mauve Taupe #8E5A6B

Color information

#8E5A6B (or 0x8E5A6B) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5A and 6B. RGB value is (142,90,107). Sum of RGB (Red+Green+Blue) = 142+90+107=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A6B is #71A594. Grayscale: #6B6B6B. Windows color (decimal): -7447957 or 7035534. OLE color: 7035534.

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

Color convert

RGB14290107-
CMYK00.370.250.44
HSL340.38º22.41%45.49%-
HSV(B)340.38º36.62%55.69%-
XYZ17.4714.1215.72-
YUV107.49127.73152.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=41.89%
G=26.55%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429010700.370.250.44340.3822.4145.49
Hex8E5A6B025192C154162d
Octal21613215304531545242655
Binary100011101011010110101101001011100110110010101010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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