#8E5F6F

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

Shades of Mauve Taupe #8E5F6F

Tints of Mauve Taupe #8E5F6F

Color information

#8E5F6F (or 0x8E5F6F) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5F and 6F. RGB value is (142,95,111). Sum of RGB (Red+Green+Blue) = 142+95+111=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F6F is #71A090. Grayscale: #6E6E6E. Windows color (decimal): -7446673 or 7298958. OLE color: 7298958.

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

Color convert

RGB14295111-
CMYK00.330.220.44
HSL339.57º19.83%46.47%-
HSV(B)339.57º33.1%55.69%-
XYZ18.1215.0817-
YUV110.88128.07150.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=40.80%
G=27.30%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429511100.330.220.44339.5719.8346.47
Hex8E5F6F021162C154142e
Octal21613715704126545242456
Binary100011101011111110111101000011011010110010101010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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