COLOR #8C6184

HEX: #8C6184 RGB: (140,97,132)

Color info

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

RGB color model

#8C6184 color RGB value is (140,97,132).

RGB: (140,97,132) (55%, 38%, 52%)

RGB channels and saturation

R 140 of 255 = 55%
G 97 of 255 = 38%
B 132 of 255 = 52%

140
97
132

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

Portions of RGB colors in percentages

R + G + B = 140 + 97 + 132 = 369 (100%)
R 140 of 369 ~ 37.94%
G 97 of 369 ~ 26.29%
B 132 of 369 ~ 35.77'%

%37.94
%26.29
%35.77

CMYK color model

#8C6184 color CMYK value is (0,31,6,45).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 5.71%
  • key color value is 45.10%

CMYK: (0,31,6,45)
C0M31Y6K45 (0%, 31%, 6%, 45%)
(0.00 / 0.31 / 0.06 / 0.45)

CMYK percentages

%0
%30.71
%5.71
%45.1

Codes

Color #8C6184 in popluar color models

8C 61 84
RGB 140 97 132
HSL 311° 18.14% 46.47%
HSB/HSV 311° 30.71% 54.90%
CMYK 0.00% 30.71% 5.71%
45.10%

Color #8C6184 in popluar number systems.

HEX 8C 61 84
Decimal 140 97 132
Binary 10001100 1100001 10000100
Octal 214 141 204

Shades and tints

Shades of #8C6184

#8C6184
(140,97,132)
#805978
(128,89,120)
#74516C
(116,81,108)
#684960
(104,73,96)
#5C4154
(92,65,84)
#503948
(80,57,72)
#44313C
(68,49,60)
#382930
(56,41,48)
#2C2124
(44,33,36)
#201918
(32,25,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #8C6184

#8C6184
(140,97,132)
#966F8F
(150,111,143)
#A07D9A
(160,125,154)
#AA8BA5
(170,139,165)
#B499B0
(180,153,176)
#BEA7BB
(190,167,187)
#C8B5C6
(200,181,198)
#D2C3D1
(210,195,209)
#DCD1DC
(220,209,220)
#E6DFE7
(230,223,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6184 color. Also use rgb(140,97,132) instead hex code.

Text Font Color

.myTextColor { color: #8C6184; }

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

This text font color is #8C6184.

Background Color

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

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

This div background color is #8C6184.

Border color

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

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

This div border color is #8C6184.

Opacity

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

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

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

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

This text has shadow with #8C6184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6184.

Preview

Color preview on black background

This text has color #8C6184 on black background.


Color preview on white background

This text has color #8C6184 on white background.


Black color preview on #8C6184 background

This text has black color on #8C6184 background.


White color preview on #8C6184 background

This text has white color on #8C6184 background.


Related colors

Complementary color

Complementary color for #hex is #739E7B.


I love getcolorcode.com

Triadic colors

1 #848C61 and #61848C with #8C6184 are triadic colors.

2 #84618C and #618C84 with #8C6184 are triadic colors.