COLOR #8C5F8D

HEX: #8C5F8D RGB: (140,95,141)

Color info

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

RGB color model

#8C5F8D color RGB value is (140,95,141).

RGB: (140,95,141) (55%, 37%, 55%)

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 141 of 255 = 55%

140
95
141

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

Portions of RGB colors in percentages

R + G + B = 140 + 95 + 141 = 376 (100%)
R 140 of 376 ~ 37.23%
G 95 of 376 ~ 25.27%
B 141 of 376 ~ 37.5'%

%37.23
%25.27
%37.5

CMYK color model

#8C5F8D color CMYK value is (1,33,0,45).

  • cyan value is 0.71%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (1,33,0,45)
C1M33Y0K45 (1%, 33%, 0%, 45%)
(0.01 / 0.33 / 0.00 / 0.45)

CMYK percentages

%0.71
%32.62
%0
%44.71

Codes

Color #8C5F8D in popluar color models

8C 5F 8D
RGB 140 95 141
HSL 299° 19.49% 46.27%
HSB/HSV 299° 32.62% 55.29%
CMYK 0.71% 32.62% 0.00%
44.71%

Color #8C5F8D in popluar number systems.

HEX 8C 5F 8D
Decimal 140 95 141
Binary 10001100 1011111 10001101
Octal 214 137 215

Shades and tints

Shades of #8C5F8D

#8C5F8D
(140,95,141)
#805781
(128,87,129)
#744F75
(116,79,117)
#684769
(104,71,105)
#5C3F5D
(92,63,93)
#503751
(80,55,81)
#442F45
(68,47,69)
#382739
(56,39,57)
#2C1F2D
(44,31,45)
#201721
(32,23,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #8C5F8D

#8C5F8D
(140,95,141)
#966D97
(150,109,151)
#A07BA1
(160,123,161)
#AA89AB
(170,137,171)
#B497B5
(180,151,181)
#BEA5BF
(190,165,191)
#C8B3C9
(200,179,201)
#D2C1D3
(210,193,211)
#DCCFDD
(220,207,221)
#E6DDE7
(230,221,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5F8D; }

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

This text font color is #8C5F8D.

Background Color

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

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

This div background color is #8C5F8D.

Border color

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

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

This div border color is #8C5F8D.

Opacity

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

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

Text with #8C5F8D 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 #8C5F8D;}

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

This text has shadow with #8C5F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5F8D.

Preview

Color preview on black background

This text has color #8C5F8D on black background.


Color preview on white background

This text has color #8C5F8D on white background.


Black color preview on #8C5F8D background

This text has black color on #8C5F8D background.


White color preview on #8C5F8D background

This text has white color on #8C5F8D background.


Related colors

Complementary color

Complementary color for #hex is #73A072.


I love getcolorcode.com

Triadic colors

1 #8D8C5F and #5F8D8C with #8C5F8D are triadic colors.

2 #8D5F8C and #5F8C8D with #8C5F8D are triadic colors.