Html Css Color HEX #8E5F6E Mauve Taupe

📋 copy color: '#8E5F6E'

red 142 ◦ green 95 ◦ blue 110

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

Shades of Mauve Taupe #8E5F6E

Tints of Mauve Taupe #8E5F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 40.92%
G = 27.38%
B = 31.7%

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

#8E5F6E (or 0x8E5F6E) is known color: Mauve Taupe. HEX triplet: 8E, 5F and 6E. RGB value is (142,95,110). Sum of RGB (Red+Green+Blue) = 142+95+110=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F6E is #71A091. Grayscale: #6E6E6E. Windows color (decimal): -7446674 or 7233422. OLE color: 7233422.

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

Color convert

RGB 142 95 110 -
CMYK 0 0.33 0.23 0.44
HSL 340.85º 0.2% 0.46% -
HSV(B) 340.85º 0.33% 0.56% -
XYZ 18.06 15.06 16.71 -
YUV 110.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 142 95 110 0 0.33 0.23 0.44 340.85 0.2 0.46
Hex 8E 5F 6E 0 21 17 2C 155 14 2E
Octal 216 137 156 0 41 27 54 525 24 56
Binary 10001110 1011111 1101110 0 100001 10111 101100 101010101 10100 101110

Color Harmonies of #8E5F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F6E

Black with #8E5F6E

Text Example


Text Example

White with #8E5F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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