#8B5B6D

Color #8B5B6D Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8B5B6D

Tints of Mauve Taupe #8B5B6D

Color information

#8B5B6D (or 0x8B5B6D) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5B and 6D. RGB value is (139,91,109). Sum of RGB (Red+Green+Blue) = 139+91+109=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B6D is #74A492. Grayscale: #6B6B6B. Windows color (decimal): -7644307 or 7166859. OLE color: 7166859.

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

Color convert

RGB13991109-
CMYK00.350.220.45
HSL337.5º20.87%45.1%-
HSV(B)337.5º34.53%54.51%-
XYZ17.1514.0816.28-
YUV107.4128.9150.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=41.00%
G=26.84%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399110900.350.220.45337.520.8745.1
Hex8B5B6D023162D152152d
Octal21313315504326555222555
Binary100010111011011110110101000111011010110110101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,109); }

 H1.HeaderClassName
 {
   color: #8B5B6D;
 }
 .AnyTagClassName
 {
   color: #8B5B6D;
 }
</style>
background-color css

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

 a { background-color: rgb(139,91,109); }

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

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

 span { border-color: rgb(139,91,109); }

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