COLOR #8C6380

HEX: #8C6380 RGB: (140,99,128)

Color info

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

RGB color model

#8C6380 color RGB value is (140,99,128).

RGB: (140,99,128) (55%, 39%, 50%)

RGB channels and saturation

R 140 of 255 = 55%
G 99 of 255 = 39%
B 128 of 255 = 50%

140
99
128

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

Portions of RGB colors in percentages

R + G + B = 140 + 99 + 128 = 367 (100%)
R 140 of 367 ~ 38.15%
G 99 of 367 ~ 26.98%
B 128 of 367 ~ 34.88'%

%38.15
%26.98
%34.88

CMYK color model

#8C6380 color CMYK value is (0,29,9,45).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 8.57%
  • key color value is 45.10%
CMYK: (0,29,9,45) C0M29Y9K45 (0%,29%,9%,45%) (0.00/0.29/0.09/0.45) 

CMYK percentages

%0
%29.29
%8.57
%45.1

Codes

Color #8C6380 in popluar color models

8C 63 80
RGB 140 99 128
HSL 318° 17.15% 46.86%
HSB/HSV 318° 29.29% 54.90%
CMYK 0.00% 29.29% 8.57%
45.10%

Color #8C6380 in popluar number systems.

HEX 8C 63 80
Decimal 140 99 128
Binary 10001100 1100011 10000000
Octal 214 143 200

Shades and tints

Shades of #8C6380

#8C6380
(140,99,128)
#805A75
(128,90,117)
#74516A
(116,81,106)
#68485F
(104,72,95)
#5C3F54
(92,63,84)
#503649
(80,54,73)
#442D3E
(68,45,62)
#382433
(56,36,51)
#2C1B28
(44,27,40)
#20121D
(32,18,29)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #8C6380

#8C6380
(140,99,128)
#96718B
(150,113,139)
#A07F96
(160,127,150)
#AA8DA1
(170,141,161)
#B49BAC
(180,155,172)
#BEA9B7
(190,169,183)
#C8B7C2
(200,183,194)
#D2C5CD
(210,197,205)
#DCD3D8
(220,211,216)
#E6E1E3
(230,225,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6380 color. Also use rgb(140,99,128) instead hex code.

Text Font Color

.myTextColor { color: #8C6380; }

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

This text font color is #8C6380.

Background Color

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

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

This div background color is #8C6380.

Border color

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

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

This div border color is #8C6380.

Opacity

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

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

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

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

This text has shadow with #8C6380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6380.

Preview

Color preview on black background

This text has color #8C6380 on black background.


Color preview on white background

This text has color #8C6380 on white background.


Black color preview on #8C6380 background

This text has black color on #8C6380 background.


White color preview on #8C6380 background

This text has white color on #8C6380 background.


Related colors

Complementary color

Complementary color for #hex is #739C7F.


I love getcolorcode.com

Triadic colors

1 #808C63 and #63808C with #8C6380 are triadic colors.

2 #80638C and #638C80 with #8C6380 are triadic colors.