#8F6175

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

Shades of Mauve Taupe #8F6175

Tints of Mauve Taupe #8F6175

Color information

#8F6175 (or 0x8F6175) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 61 and 75. RGB value is (143,97,117). Sum of RGB (Red+Green+Blue) = 143+97+117=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6175 is #709E8A. Grayscale: #717171. Windows color (decimal): -7380619 or 7692687. OLE color: 7692687.

HSL color Cylindrical-coordinate representation of color #8F6175: hue angle of 333.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6175 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB14397117-
CMYK00.320.180.44
HSL333.91º19.17%47.06%-
HSV(B)333.91º32.17%56.08%-
XYZ18.8115.6718.86-
YUV113.03130.24149.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=40.06%
G=27.17%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439711700.320.180.44333.9119.1747.06
Hex8F6175020122C14e132f
Octal21714116504022545162357
Binary100011111100001111010101000001001010110010100111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,117); }

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

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

 a { background-color: rgb(143,97,117); }

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

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

 span { border-color: rgb(143,97,117); }

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