Html Css Color HEX #8B5871 Mauve Taupe

📋 copy color: '#8B5871'

red 139 ◦ green 88 ◦ blue 113

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

Shades of Mauve Taupe #8B5871

Tints of Mauve Taupe #8B5871

RGB

 RED value IS 139 (54.69% from 255) = 40.88%

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

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

R = 40.88%
G = 25.88%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B5871 (or 0x8B5871) is known color: Mauve Taupe. HEX triplet: 8B, 58 and 71. RGB value is (139,88,113). Sum of RGB (Red+Green+Blue) = 139+88+113=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5871 is #74A78E. Grayscale: #6A6A6A. Windows color (decimal): -7645071 or 7428235. OLE color: 7428235.

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

Color convert

RGB 139 88 113 -
CMYK 0 0.37 0.19 0.45
HSL 330.59º 0.22% 0.45% -
HSV(B) 330.59º 0.37% 0.55% -
XYZ 17.12 13.66 17.36 -
YUV 106.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 139 88 113 0 0.37 0.19 0.45 330.59 0.22 0.45
Hex 8B 58 71 0 25 13 2D 14B 16 2D
Octal 213 130 161 0 45 23 55 513 26 55
Binary 10001011 1011000 1110001 0 100101 10011 101101 101001011 10110 101101

Color Harmonies of #8B5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5871

Black with #8B5871

Text Example


Text Example

White with #8B5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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