COLOR #8C749C

HEX: #8C749C RGB: (140,116,156)

Color info

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

RGB color model

#8C749C color RGB value is (140,116,156).

RGB: (140,116,156) (55%, 45%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 156 of 255 = 61%

140
116
156

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 156 = 412 (100%)
R 140 of 412 ~ 33.98%
G 116 of 412 ~ 28.16%
B 156 of 412 ~ 37.86'%

%33.98
%28.16
%37.86

CMYK color model

#8C749C color CMYK value is (10,26,0,39).

  • cyan value is 10.26%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (10,26,0,39)
C10M26Y0K39 (10%, 26%, 0%, 39%)
(0.10 / 0.26 / 0.00 / 0.39)

CMYK percentages

%10.26
%25.64
%0
%38.82

Codes

Color #8C749C in popluar color models

8C 74 9C
RGB 140 116 156
HSL 276° 16.81% 53.33%
HSB/HSV 276° 25.64% 61.18%
CMYK 10.26% 25.64% 0.00%
38.82%

Color #8C749C in popluar number systems.

HEX 8C 74 9C
Decimal 140 116 156
Binary 10001100 1110100 10011100
Octal 214 164 234

Shades and tints

Shades of #8C749C

#8C749C
(140,116,156)
#806A8E
(128,106,142)
#746080
(116,96,128)
#685672
(104,86,114)
#5C4C64
(92,76,100)
#504256
(80,66,86)
#443848
(68,56,72)
#382E3A
(56,46,58)
#2C242C
(44,36,44)
#201A1E
(32,26,30)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C749C

#8C749C
(140,116,156)
#9680A5
(150,128,165)
#A08CAE
(160,140,174)
#AA98B7
(170,152,183)
#B4A4C0
(180,164,192)
#BEB0C9
(190,176,201)
#C8BCD2
(200,188,210)
#D2C8DB
(210,200,219)
#DCD4E4
(220,212,228)
#E6E0ED
(230,224,237)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C749C color. Also use rgb(140,116,156) instead hex code.

Text Font Color

.myTextColor { color: #8C749C; }

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

This text font color is #8C749C.

Background Color

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

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

This div background color is #8C749C.

Border color

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

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

This div border color is #8C749C.

Opacity

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

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

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

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

This text has shadow with #8C749C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C749C.

Preview

Color preview on black background

This text has color #8C749C on black background.


Color preview on white background

This text has color #8C749C on white background.


Black color preview on #8C749C background

This text has black color on #8C749C background.


White color preview on #8C749C background

This text has white color on #8C749C background.


Related colors

Complementary color

Complementary color for #hex is #738B63.


I love getcolorcode.com

Triadic colors

1 #9C8C74 and #749C8C with #8C749C are triadic colors.

2 #9C748C and #748C9C with #8C749C are triadic colors.