COLOR #8C517B

HEX: #8C517B RGB: (140,81,123)

Color info

#8C517B contains red, green and blue colors in about the same proportion. Web safe color of #8C517B is #996666 (or #966).

RGB color model

#8C517B color RGB value is (140,81,123).

RGB: (140,81,123) (55%, 32%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 123 of 255 = 48%

140
81
123

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

Portions of RGB colors in percentages

R + G + B = 140 + 81 + 123 = 344 (100%)
R 140 of 344 ~ 40.7%
G 81 of 344 ~ 23.55%
B 123 of 344 ~ 35.76'%

%40.7
%23.55
%35.76

CMYK color model

#8C517B color CMYK value is (0,42,12,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 12.14%
  • key color value is 45.10%
CMYK: (0,42,12,45) C0M42Y12K45 (0%,42%,12%,45%) (0.00/0.42/0.12/0.45) 

CMYK percentages

%0
%42.14
%12.14
%45.1

Codes

Color #8C517B in popluar color models

8C 51 7B
RGB 140 81 123
HSL 317° 26.70% 43.33%
HSB/HSV 317° 42.14% 54.90%
CMYK 0.00% 42.14% 12.14%
45.10%

Color #8C517B in popluar number systems.

HEX 8C 51 7B
Decimal 140 81 123
Binary 10001100 1010001 1111011
Octal 214 121 173

Shades and tints

Shades of #8C517B

#8C517B
(140,81,123)
#804A70
(128,74,112)
#744365
(116,67,101)
#683C5A
(104,60,90)
#5C354F
(92,53,79)
#502E44
(80,46,68)
#442739
(68,39,57)
#38202E
(56,32,46)
#2C1923
(44,25,35)
#201218
(32,18,24)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #8C517B

#8C517B
(140,81,123)
#966087
(150,96,135)
#A06F93
(160,111,147)
#AA7E9F
(170,126,159)
#B48DAB
(180,141,171)
#BE9CB7
(190,156,183)
#C8ABC3
(200,171,195)
#D2BACF
(210,186,207)
#DCC9DB
(220,201,219)
#E6D8E7
(230,216,231)
#F0E7F3
(240,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C517B color. Also use rgb(140,81,123) instead hex code.

Text Font Color

.myTextColor { color: #8C517B; }

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

This text font color is #8C517B.

Background Color

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

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

This div background color is #8C517B.

Border color

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

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

This div border color is #8C517B.

Opacity

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

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

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

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

This text has shadow with #8C517B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C517B.

Preview

Color preview on black background

This text has color #8C517B on black background.


Color preview on white background

This text has color #8C517B on white background.


Black color preview on #8C517B background

This text has black color on #8C517B background.


White color preview on #8C517B background

This text has white color on #8C517B background.


Related colors

Complementary color

Complementary color for #hex is #73AE84.


I love getcolorcode.com

Triadic colors

1 #7B8C51 and #517B8C with #8C517B are triadic colors.

2 #7B518C and #518C7B with #8C517B are triadic colors.