Html Css Color HEX #8E5A6C Mauve Taupe

📋 copy color: '#8E5A6C'

red 142 ◦ green 90 ◦ blue 108

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

Shades of Mauve Taupe #8E5A6C

Tints of Mauve Taupe #8E5A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 41.76%
G = 26.47%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E5A6C (or 0x8E5A6C) is known color: Mauve Taupe. HEX triplet: 8E, 5A and 6C. RGB value is (142,90,108). Sum of RGB (Red+Green+Blue) = 142+90+108=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A6C is #71A593. Grayscale: #6B6B6B. Windows color (decimal): -7447956 or 7101070. OLE color: 7101070.

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

Color convert

RGB 142 90 108 -
CMYK 0 0.37 0.24 0.44
HSL 339.23º 0.22% 0.45% -
HSV(B) 339.23º 0.37% 0.56% -
XYZ 17.52 14.15 15.99 -
YUV 107.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 142 90 108 0 0.37 0.24 0.44 339.23 0.22 0.45
Hex 8E 5A 6C 0 25 18 2C 153 16 2D
Octal 216 132 154 0 45 30 54 523 26 55
Binary 10001110 1011010 1101100 0 100101 11000 101100 101010011 10110 101101

Color Harmonies of #8E5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5A6C

Black with #8E5A6C

Text Example


Text Example

White with #8E5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,90,108); }

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

background-color css

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

 a { background-color: rgb(142,90,108); }

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

border-color css

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

 span { border-color: rgb(142,90,108); }

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