#8F5A6A

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

Shades of Mauve Taupe #8F5A6A

Tints of Mauve Taupe #8F5A6A

Color information

#8F5A6A (or 0x8F5A6A) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 5A and 6A. RGB value is (143,90,106). Sum of RGB (Red+Green+Blue) = 143+90+106=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A6A is #70A595. Grayscale: #6B6B6B. Windows color (decimal): -7382422 or 6969999. OLE color: 6969999.

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

Color convert

RGB14390106-
CMYK00.370.260.44
HSL341.89º22.75%45.69%-
HSV(B)341.89º37.06%56.08%-
XYZ17.5914.1915.45-
YUV107.67127.06153.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=42.18%
G=26.55%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439010600.370.260.44341.8922.7545.69
Hex8F5A6A0251A2C156172e
Octal21713215204532545262756
Binary100011111011010110101001001011101010110010101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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