COLOR #8C74CD

HEX: #8C74CD RGB: (140,116,205)

Color info

#8C74CD contains mainly blue color. Web safe color of #8C74CD is #9966CC (or #96C).

RGB color model

#8C74CD color RGB value is (140,116,205).

RGB: (140,116,205) (55%, 45%, 80%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 205 of 255 = 80%

140
116
205

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

Portions of RGB colors in percentages

R + G + B = 140 + 116 + 205 = 461 (100%)
R 140 of 461 ~ 30.37%
G 116 of 461 ~ 25.16%
B 205 of 461 ~ 44.47'%

%30.37
%25.16
%44.47

CMYK color model

#8C74CD color CMYK value is (32,43,0,20).

  • cyan value is 31.71%
  • magenta value is 43.41%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (32,43,0,20)
C32M43Y0K20 (32%, 43%, 0%, 20%)
(0.32 / 0.43 / 0.00 / 0.20)

CMYK percentages

%31.71
%43.41
%0
%19.61

Codes

Color #8C74CD in popluar color models

8C 74 CD
RGB 140 116 205
HSL 256° 47.09% 62.94%
HSB/HSV 256° 43.41% 80.39%
CMYK 31.71% 43.41% 0.00%
19.61%

Color #8C74CD in popluar number systems.

HEX 8C 74 CD
Decimal 140 116 205
Binary 10001100 1110100 11001101
Octal 214 164 315

Shades and tints

Shades of #8C74CD

#8C74CD
(140,116,205)
#806ABB
(128,106,187)
#7460A9
(116,96,169)
#685697
(104,86,151)
#5C4C85
(92,76,133)
#504273
(80,66,115)
#443861
(68,56,97)
#382E4F
(56,46,79)
#2C243D
(44,36,61)
#201A2B
(32,26,43)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #8C74CD

#8C74CD
(140,116,205)
#9680D1
(150,128,209)
#A08CD5
(160,140,213)
#AA98D9
(170,152,217)
#B4A4DD
(180,164,221)
#BEB0E1
(190,176,225)
#C8BCE5
(200,188,229)
#D2C8E9
(210,200,233)
#DCD4ED
(220,212,237)
#E6E0F1
(230,224,241)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C74CD; }

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

This text font color is #8C74CD.

Background Color

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

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

This div background color is #8C74CD.

Border color

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

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

This div border color is #8C74CD.

Opacity

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

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

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

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

This text has shadow with #8C74CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C74CD.

Preview

Color preview on black background

This text has color #8C74CD on black background.


Color preview on white background

This text has color #8C74CD on white background.


Black color preview on #8C74CD background

This text has black color on #8C74CD background.


White color preview on #8C74CD background

This text has white color on #8C74CD background.


Related colors

Complementary color

Complementary color for #hex is #738B32.


I love getcolorcode.com

Triadic colors

1 #CD8C74 and #74CD8C with #8C74CD are triadic colors.

2 #CD748C and #748CCD with #8C74CD are triadic colors.