Html Css Color HEX #8D5C74 Mauve Taupe

📋 copy color: '#8D5C74'

red 141 ◦ green 92 ◦ blue 116

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

Shades of Mauve Taupe #8D5C74

Tints of Mauve Taupe #8D5C74

RGB

 RED value IS 141 (55.47% from 255) = 40.4%

 GREEN value IS 92 (36.33% from 255) = 26.36%

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

R = 40.4%
G = 26.36%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D5C74 (or 0x8D5C74) is known color: Mauve Taupe. HEX triplet: 8D, 5C and 74. RGB value is (141,92,116). Sum of RGB (Red+Green+Blue) = 141+92+116=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C74 is #72A38B. Grayscale: #6D6D6D. Windows color (decimal): -7512972 or 7625869. OLE color: 7625869.

HSL color Cylindrical-coordinate representation of color #8D5C74: hue angle of 330.61º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C74 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 92 116 -
CMYK 0 0.35 0.18 0.45
HSL 330.61º 0.21% 0.46% -
HSV(B) 330.61º 0.35% 0.55% -
XYZ 17.96 14.58 18.39 -
YUV 109.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 141 92 116 0 0.35 0.18 0.45 330.61 0.21 0.46
Hex 8D 5C 74 0 23 12 2D 14B 15 2E
Octal 215 134 164 0 43 22 55 513 25 56
Binary 10001101 1011100 1110100 0 100011 10010 101101 101001011 10101 101110

Color Harmonies of #8D5C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C74

Black with #8D5C74

Text Example


Text Example

White with #8D5C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,116); }

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

background-color css

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

 a { background-color: rgb(141,92,116); }

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

border-color css

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

 span { border-color: rgb(141,92,116); }

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