Html Css Color HEX #8D5871 Mauve Taupe

📋 copy color: '#8D5871'

red 141 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #8D5871

Tints of Mauve Taupe #8D5871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 41.23%
G = 25.73%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D5871 (or 0x8D5871) is known color: Mauve Taupe. HEX triplet: 8D, 58 and 71. RGB value is (141,88,113). Sum of RGB (Red+Green+Blue) = 141+88+113=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5871 is #72A78E. Grayscale: #6A6A6A. Windows color (decimal): -7513999 or 7428237. OLE color: 7428237.

HSL color Cylindrical-coordinate representation of color #8D5871: hue angle of 331.7º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5871 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 88 113 -
CMYK 0 0.38 0.20 0.45
HSL 331.7º 0.23% 0.45% -
HSV(B) 331.7º 0.38% 0.55% -
XYZ 17.45 13.83 17.37 -
YUV 106.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 141 88 113 0 0.38 0.20 0.45 331.7 0.23 0.45
Hex 8D 58 71 0 26 14 2D 14C 17 2D
Octal 215 130 161 0 46 24 55 514 27 55
Binary 10001101 1011000 1110001 0 100110 10100 101101 101001100 10111 101101

Color Harmonies of #8D5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5871

Black with #8D5871

Text Example


Text Example

White with #8D5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,113); }

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

background-color css

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

 a { background-color: rgb(141,88,113); }

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

border-color css

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

 span { border-color: rgb(141,88,113); }

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