Html Css Color HEX #8E5673 Mauve Taupe

📋 copy color: '#8E5673'

red 142 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #8E5673

Tints of Mauve Taupe #8E5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 41.4%
G = 25.07%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E5673 (or 0x8E5673) is known color: Mauve Taupe. HEX triplet: 8E, 56 and 73. RGB value is (142,86,115). Sum of RGB (Red+Green+Blue) = 142+86+115=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5673 is #71A98C. Grayscale: #696969. Windows color (decimal): -7448973 or 7558798. OLE color: 7558798.

HSL color Cylindrical-coordinate representation of color #8E5673: hue angle of 328.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5673 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 86 115 -
CMYK 0 0.39 0.19 0.44
HSL 328.93º 0.25% 0.45% -
HSV(B) 328.93º 0.39% 0.56% -
XYZ 17.58 13.64 17.93 -
YUV 106.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 142 86 115 0 0.39 0.19 0.44 328.93 0.25 0.45
Hex 8E 56 73 0 27 13 2C 149 19 2D
Octal 216 126 163 0 47 23 54 511 31 55
Binary 10001110 1010110 1110011 0 100111 10011 101100 101001001 11001 101101

Color Harmonies of #8E5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5673

Black with #8E5673

Text Example


Text Example

White with #8E5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,86,115); }

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

background-color css

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

 a { background-color: rgb(142,86,115); }

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

border-color css

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

 span { border-color: rgb(142,86,115); }

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