Html Css Color HEX #8A5E71 Mauve Taupe

📋 copy color: '#8A5E71'

red 138 ◦ green 94 ◦ blue 113

#8A5E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #8A5E71

Tints of Mauve Taupe #8A5E71

RGB

 RED value IS 138 (54.3% from 255) = 40%

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 40%
G = 27.25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#8A5E71 (or 0x8A5E71) is known color: Mauve Taupe. HEX triplet: 8A, 5E and 71. RGB value is (138,94,113). Sum of RGB (Red+Green+Blue) = 138+94+113=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E71 is #75A18E. Grayscale: #6D6D6D. Windows color (decimal): -7709071 or 7429770. OLE color: 7429770.

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

Color convert

RGB 138 94 113 -
CMYK 0 0.32 0.18 0.46
HSL 334.09º 0.19% 0.45% -
HSV(B) 334.09º 0.32% 0.54% -
XYZ 17.46 14.6 17.52 -
YUV 109.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 138 94 113 0 0.32 0.18 0.46 334.09 0.19 0.45
Hex 8A 5E 71 0 20 12 2E 14E 13 2D
Octal 212 136 161 0 40 22 56 516 23 55
Binary 10001010 1011110 1110001 0 100000 10010 101110 101001110 10011 101101

Color Harmonies of #8A5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E71

Black with #8A5E71

Text Example


Text Example

White with #8A5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A5E71;
 }
 .AnyTagClassName
 {
   color: #8A5E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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