COLOR #8D74BC

HEX: #8D74BC RGB: (141,116,188)

Color info

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

RGB color model

#8D74BC color RGB value is (141,116,188).

RGB: (141,116,188) (55%, 45%, 74%)

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 188 of 255 = 74%

141
116
188

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

Portions of RGB colors in percentages

R + G + B = 141 + 116 + 188 = 445 (100%)
R 141 of 445 ~ 31.69%
G 116 of 445 ~ 26.07%
B 188 of 445 ~ 42.25'%

%31.69
%26.07
%42.25

CMYK color model

#8D74BC color CMYK value is (25,38,0,26).

  • cyan value is 25.00%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (25,38,0,26)
C25M38Y0K26 (25%, 38%, 0%, 26%)
(0.25 / 0.38 / 0.00 / 0.26)

CMYK percentages

%25
%38.3
%0
%26.27

Codes

Color #8D74BC in popluar color models

8D 74 BC
RGB 141 116 188
HSL 261° 34.95% 59.61%
HSB/HSV 261° 38.30% 73.73%
CMYK 25.00% 38.30% 0.00%
26.27%

Color #8D74BC in popluar number systems.

HEX 8D 74 BC
Decimal 141 116 188
Binary 10001101 1110100 10111100
Octal 215 164 274

Shades and tints

Shades of #8D74BC

#8D74BC
(141,116,188)
#816AAB
(129,106,171)
#75609A
(117,96,154)
#695689
(105,86,137)
#5D4C78
(93,76,120)
#514267
(81,66,103)
#453856
(69,56,86)
#392E45
(57,46,69)
#2D2434
(45,36,52)
#211A23
(33,26,35)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #8D74BC

#8D74BC
(141,116,188)
#9780C2
(151,128,194)
#A18CC8
(161,140,200)
#AB98CE
(171,152,206)
#B5A4D4
(181,164,212)
#BFB0DA
(191,176,218)
#C9BCE0
(201,188,224)
#D3C8E6
(211,200,230)
#DDD4EC
(221,212,236)
#E7E0F2
(231,224,242)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D74BC color. Also use rgb(141,116,188) instead hex code.

Text Font Color

.myTextColor { color: #8D74BC; }

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

This text font color is #8D74BC.

Background Color

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

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

This div background color is #8D74BC.

Border color

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

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

This div border color is #8D74BC.

Opacity

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

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

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

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

This text has shadow with #8D74BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D74BC.

Preview

Color preview on black background

This text has color #8D74BC on black background.


Color preview on white background

This text has color #8D74BC on white background.


Black color preview on #8D74BC background

This text has black color on #8D74BC background.


White color preview on #8D74BC background

This text has white color on #8D74BC background.


Related colors

Complementary color

Complementary color for #hex is #728B43.


I love getcolorcode.com

Triadic colors

1 #BC8D74 and #74BC8D with #8D74BC are triadic colors.

2 #BC748D and #748DBC with #8D74BC are triadic colors.