COLOR #8C74BA

HEX: #8C74BA RGB: (140,116,186)

Color info

#8C74BA contains mainly red and blue colors. Web safe color of #8C74BA is #9966CC (or #96C).

RGB color model

#8C74BA color RGB value is (140,116,186).

RGB: (140,116,186) (55%, 45%, 73%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 186 of 255 = 73%

140
116
186

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 186 = 442 (100%)
R 140 of 442 ~ 31.67%
G 116 of 442 ~ 26.24%
B 186 of 442 ~ 42.08'%

%31.67
%26.24
%42.08

CMYK color model

#8C74BA color CMYK value is (25,38,0,27).

  • cyan value is 24.73%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (25,38,0,27)
C25M38Y0K27 (25%, 38%, 0%, 27%)
(0.25 / 0.38 / 0.00 / 0.27)

CMYK percentages

%24.73
%37.63
%0
%27.06

Codes

Color #8C74BA in popluar color models

8C 74 BA
RGB 140 116 186
HSL 261° 33.65% 59.22%
HSB/HSV 261° 37.63% 72.94%
CMYK 24.73% 37.63% 0.00%
27.06%

Color #8C74BA in popluar number systems.

HEX 8C 74 BA
Decimal 140 116 186
Binary 10001100 1110100 10111010
Octal 214 164 272

Shades and tints

Shades of #8C74BA

#8C74BA
(140,116,186)
#806AAA
(128,106,170)
#74609A
(116,96,154)
#68568A
(104,86,138)
#5C4C7A
(92,76,122)
#50426A
(80,66,106)
#44385A
(68,56,90)
#382E4A
(56,46,74)
#2C243A
(44,36,58)
#201A2A
(32,26,42)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #8C74BA

#8C74BA
(140,116,186)
#9680C0
(150,128,192)
#A08CC6
(160,140,198)
#AA98CC
(170,152,204)
#B4A4D2
(180,164,210)
#BEB0D8
(190,176,216)
#C8BCDE
(200,188,222)
#D2C8E4
(210,200,228)
#DCD4EA
(220,212,234)
#E6E0F0
(230,224,240)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C74BA; }

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

This text font color is #8C74BA.

Background Color

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

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

This div background color is #8C74BA.

Border color

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

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

This div border color is #8C74BA.

Opacity

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

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

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

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

This text has shadow with #8C74BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C74BA.

Preview

Color preview on black background

This text has color #8C74BA on black background.


Color preview on white background

This text has color #8C74BA on white background.


Black color preview on #8C74BA background

This text has black color on #8C74BA background.


White color preview on #8C74BA background

This text has white color on #8C74BA background.


Related colors

Complementary color

Complementary color for #hex is #738B45.


I love getcolorcode.com

Triadic colors

1 #BA8C74 and #74BA8C with #8C74BA are triadic colors.

2 #BA748C and #748CBA with #8C74BA are triadic colors.