Html Css Color HEX #8E5F6D Mauve Taupe

📋 copy color: '#8E5F6D'

red 142 ◦ green 95 ◦ blue 109

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

Shades of Mauve Taupe #8E5F6D

Tints of Mauve Taupe #8E5F6D

RGB

 RED value IS 142 (55.86% from 255) = 41.04%

 GREEN value IS 95 (37.5% from 255) = 27.46%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 41.04%
G = 27.46%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E5F6D (or 0x8E5F6D) is known color: Mauve Taupe. HEX triplet: 8E, 5F and 6D. RGB value is (142,95,109). Sum of RGB (Red+Green+Blue) = 142+95+109=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F6D is #71A092. Grayscale: #6E6E6E. Windows color (decimal): -7446675 or 7167886. OLE color: 7167886.

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

Color convert

RGB 142 95 109 -
CMYK 0 0.33 0.23 0.44
HSL 342.13º 0.2% 0.46% -
HSV(B) 342.13º 0.33% 0.56% -
XYZ 18.01 15.04 16.42 -
YUV 110.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 142 95 109 0 0.33 0.23 0.44 342.13 0.2 0.46
Hex 8E 5F 6D 0 21 17 2C 156 14 2E
Octal 216 137 155 0 41 27 54 526 24 56
Binary 10001110 1011111 1101101 0 100001 10111 101100 101010110 10100 101110

Color Harmonies of #8E5F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F6D

Black with #8E5F6D

Text Example


Text Example

White with #8E5F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,95,109); }

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

background-color css

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

 a { background-color: rgb(142,95,109); }

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

border-color css

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

 span { border-color: rgb(142,95,109); }

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