COLOR #8C5F8F

HEX: #8C5F8F RGB: (140,95,143)

Color info

#8C5F8F contains red, green and blue colors in about the same proportion. Web safe color of #8C5F8F is #996699 (or #969).

RGB color model

#8C5F8F color RGB value is (140,95,143).

RGB: (140,95,143) (55%, 37%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 143 of 255 = 56%

140
95
143

R + G + B ~ 49%. #8C5F8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 95 + 143 = 378 (100%)
R 140 of 378 ~ 37.04%
G 95 of 378 ~ 25.13%
B 143 of 378 ~ 37.83'%

%37.04
%25.13
%37.83

CMYK color model

#8C5F8F color CMYK value is (2,34,0,44).

  • cyan value is 2.10%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (2,34,0,44)
C2M34Y0K44 (2%, 34%, 0%, 44%)
(0.02 / 0.34 / 0.00 / 0.44)

CMYK percentages

%2.1
%33.57
%0
%43.92

Codes

Color #8C5F8F in popluar color models

8C 5F 8F
RGB 140 95 143
HSL 296° 20.17% 46.67%
HSB/HSV 296° 33.57% 56.08%
CMYK 2.10% 33.57% 0.00%
43.92%

Color #8C5F8F in popluar number systems.

HEX 8C 5F 8F
Decimal 140 95 143
Binary 10001100 1011111 10001111
Octal 214 137 217

Shades and tints

Shades of #8C5F8F

#8C5F8F
(140,95,143)
#805782
(128,87,130)
#744F75
(116,79,117)
#684768
(104,71,104)
#5C3F5B
(92,63,91)
#50374E
(80,55,78)
#442F41
(68,47,65)
#382734
(56,39,52)
#2C1F27
(44,31,39)
#20171A
(32,23,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #8C5F8F

#8C5F8F
(140,95,143)
#966D99
(150,109,153)
#A07BA3
(160,123,163)
#AA89AD
(170,137,173)
#B497B7
(180,151,183)
#BEA5C1
(190,165,193)
#C8B3CB
(200,179,203)
#D2C1D5
(210,193,213)
#DCCFDF
(220,207,223)
#E6DDE9
(230,221,233)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5F8F color. Also use rgb(140,95,143) instead hex code.

Text Font Color

.myTextColor { color: #8C5F8F; }

<p style="color:#8C5F8F">This sample text font color is #8C5F8F.</p>

This text font color is #8C5F8F.

Background Color

.myBgColor { background-color: #8C5F8F; }

<div style="background-color:#8C5F8F">Inner text</div>

This div background color is #8C5F8F.

Border color

.myBorderColor { border: 1px solid #8C5F8F; }

<div style="border:3px solid #8C5F8F">Div</div>

This div border color is #8C5F8F.

Opacity

.myOpacity80 { color: #8C5F8F; opacity: 0.8; }

<p style="color:#8C5F8F;opacity:0.8;">80%</p>

Text with #8C5F8F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8C5F8F;}

<p style="text-shadow: 3px 3px 1px #8C5F8F">Text here.</p>

This text has shadow with #8C5F8F color.


.textShadow {text-shadow: 3px 3px 1px #8C5F8F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8C5F8F, 5px 5px 20px red">Text here.</p>

This text has shadow with #8C5F8F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C5F8F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8C5F8F, Direction=45, Strength=4)">Text</p>

This text has shadow with #8C5F8F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8C5F8F;
-webkit-box-shadow: 1px 1px 3px 2px #8C5F8F;
box-shadow: 1px 1px 3px 2px #8C5F8F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C5F8F; -webkit-box-shadow: 1px 1px 3px 2px #8C5F8F; box-shadow:1px 1px 3px 2px #8C5F8F;">
Div content here
</div>

This div box has shadow with color #8C5F8F.

Preview

Color preview on black background

This text has color #8C5F8F on black background.


Color preview on white background

This text has color #8C5F8F on white background.


Black color preview on #8C5F8F background

This text has black color on #8C5F8F background.


White color preview on #8C5F8F background

This text has white color on #8C5F8F background.


Related colors

Complementary color

Complementary color for #hex is #73A070.


I love getcolorcode.com

Triadic colors

1 #8F8C5F and #5F8F8C with #8C5F8F are triadic colors.

2 #8F5F8C and #5F8C8F with #8C5F8F are triadic colors.