#8F5A6C

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

Shades of Mauve Taupe #8F5A6C

Tints of Mauve Taupe #8F5A6C

Color information

#8F5A6C (or 0x8F5A6C) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 5A and 6C. RGB value is (143,90,108). Sum of RGB (Red+Green+Blue) = 143+90+108=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A6C is #70A593. Grayscale: #6B6B6B. Windows color (decimal): -7382420 or 7101071. OLE color: 7101071.

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

Color convert

RGB14390108-
CMYK00.370.240.44
HSL339.62º22.75%45.69%-
HSV(B)339.62º37.06%56.08%-
XYZ17.6914.2316-
YUV107.9128.06153.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.94%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=41.94%
G=26.39%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439010800.370.240.44339.6222.7545.69
Hex8F5A6C025182C154172e
Octal21713215404530545242756
Binary100011111011010110110001001011100010110010101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,90,108); }

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

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

 a { background-color: rgb(143,90,108); }

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

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

 span { border-color: rgb(143,90,108); }

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