Html Css Color HEX #8E5E6D Mauve Taupe

📋 copy color: '#8E5E6D'

red 142 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #8E5E6D

Tints of Mauve Taupe #8E5E6D

RGB

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

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

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

R = 41.16%
G = 27.25%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E5E6D (or 0x8E5E6D) is known color: Mauve Taupe. HEX triplet: 8E, 5E and 6D. RGB value is (142,94,109). Sum of RGB (Red+Green+Blue) = 142+94+109=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E6D is #71A192. Grayscale: #6E6E6E. Windows color (decimal): -7446931 or 7167630. OLE color: 7167630.

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

Color convert

RGB 142 94 109 -
CMYK 0 0.34 0.23 0.44
HSL 341.25º 0.2% 0.46% -
HSV(B) 341.25º 0.34% 0.56% -
XYZ 17.92 14.86 16.39 -
YUV 110.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 142 94 109 0 0.34 0.23 0.44 341.25 0.2 0.46
Hex 8E 5E 6D 0 22 17 2C 155 14 2E
Octal 216 136 155 0 42 27 54 525 24 56
Binary 10001110 1011110 1101101 0 100010 10111 101100 101010101 10100 101110

Color Harmonies of #8E5E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E6D

Black with #8E5E6D

Text Example


Text Example

White with #8E5E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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