COLOR #8C4C89

HEX: #8C4C89
RGB: (140,76,137)

Color info

#8C4C89 contains mainly red and blue colors. Web safe color of #8C4C89 is #993399 (or #939).

RGB color model

#8C4C89 color RGB value is (140,76,137).

  • red value is 140;
  • green value is 76;
  • blue value is 137.
RGB:
(140,76,137)
(55%,30%,54%)

RGB channels and saturation

R 140 of 255 = 55%
G 76 of 255 = 30%
B 137 of 255 = 54%

140
76
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 76 + 137 = 353 (100%)
R 140 of 353 ~ 39.66%
G 76 of 353 ~ 21.53%
B 137 of 353 ~ 38.81%

%39.66
%21.53
%38.81

CMYK color model

#8C4C89 color CMYK value is (0,46,2,45).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 2.14%
  • key color value is 45.10%
CMYK:
(0,46,2,45)
C0M46Y2K45 
(0%,46%,2%,45%)
(0.00/0.46/0.02/0.45)	

CMYK percentages

%0
%45.71
%2.14
%45.1

Codes

Color #8C4C89 in popluar color models

8C4C89
RGB14076137
HSL303°29.63%42.35%
HSB/HSV303°45.71%54.90%
CMYK0.00%45.71%2.14%
45.10%

Color #8C4C89 in popluar number systems.

HEX8C4C89
Decimal14076137
Binary10001100100110010001001
Octal214114211

Shades and tints

Shades of #8C4C89

#8C4C89
(140,76,137)
#80467D
(128,70,125)
#744071
(116,64,113)
#683A65
(104,58,101)
#5C3459
(92,52,89)
#502E4D
(80,46,77)
#442841
(68,40,65)
#382235
(56,34,53)
#2C1C29
(44,28,41)
#20161D
(32,22,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #8C4C89

#8C4C89
(140,76,137)
#965C93
(150,92,147)
#A06C9D
(160,108,157)
#AA7CA7
(170,124,167)
#B48CB1
(180,140,177)
#BE9CBB
(190,156,187)
#C8ACC5
(200,172,197)
#D2BCCF
(210,188,207)
#DCCCD9
(220,204,217)
#E6DCE3
(230,220,227)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4C89 color. Also use rgb(140,76,137) instead hex code.

Text Font Color

.myTextColor { color: #8C4C89; }

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

This text font color is #8C4C89.


Background Color

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

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

This div background color is #8C4C89.


Border color

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

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

This div border color is #8C4C89.


Opacity

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

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

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

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

This text has shadow with #8C4C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4C89 on black background.


Color preview on white background

This text has color #8C4C89 on white background.



Black color preview on #8C4C89 background

This text has black color on #8C4C89 background.


White color preview on #8C4C89 background

This text has white color on #8C4C89 background.