Html Css Color HEX #8E6174 Mauve Taupe

📋 copy color: '#8E6174'

red 142 ◦ green 97 ◦ blue 116

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

Shades of Mauve Taupe #8E6174

Tints of Mauve Taupe #8E6174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 40%
G = 27.32%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E6174 (or 0x8E6174) is known color: Mauve Taupe. HEX triplet: 8E, 61 and 74. RGB value is (142,97,116). Sum of RGB (Red+Green+Blue) = 142+97+116=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6174 is #719E8B. Grayscale: #707070. Windows color (decimal): -7446156 or 7627150. OLE color: 7627150.

HSL color Cylindrical-coordinate representation of color #8E6174: hue angle of 334.67º 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 #8E6174 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 97 116 -
CMYK 0 0.32 0.18 0.44
HSL 334.67º 0.19% 0.47% -
HSV(B) 334.67º 0.32% 0.56% -
XYZ 18.58 15.56 18.55 -
YUV 112.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 142 97 116 0 0.32 0.18 0.44 334.67 0.19 0.47
Hex 8E 61 74 0 20 12 2C 14F 13 2F
Octal 216 141 164 0 40 22 54 517 23 57
Binary 10001110 1100001 1110100 0 100000 10010 101100 101001111 10011 101111

Color Harmonies of #8E6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6174

Black with #8E6174

Text Example


Text Example

White with #8E6174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,97,116); }

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

background-color css

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

 a { background-color: rgb(142,97,116); }

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

border-color css

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

 span { border-color: rgb(142,97,116); }

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