#8A5C71

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

Shades of Mauve Taupe #8A5C71

Tints of Mauve Taupe #8A5C71

Color information

#8A5C71 (or 0x8A5C71) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 5C and 71. RGB value is (138,92,113). Sum of RGB (Red+Green+Blue) = 138+92+113=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C71 is #75A38E. Grayscale: #6C6C6C. Windows color (decimal): -7709583 or 7429258. OLE color: 7429258.

HSL color Cylindrical-coordinate representation of color #8A5C71: hue angle of 332.61º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5C71 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13892113-
CMYK00.330.180.46
HSL332.61º20%45.1%-
HSV(B)332.61º33.33%54.12%-
XYZ17.2914.2517.46-
YUV108.15130.74149.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=40.23%
G=26.82%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389211300.330.180.46332.612045.1
Hex8A5C71021122E14d142d
Octal21213416104122565152455
Binary100010101011100111000101000011001010111010100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,113); }

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

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

 a { background-color: rgb(138,92,113); }

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

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

 span { border-color: rgb(138,92,113); }

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