COLOR #8C4783

HEX: #8C4783
RGB: (140,71,131)

Color info

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

RGB color model

#8C4783 color RGB value is (140,71,131).

  • red value is 140;
  • green value is 71;
  • blue value is 131.
RGB:
(140,71,131)
(55%,28%,51%)

RGB channels and saturation

R 140 of 255 = 55%
G 71 of 255 = 28%
B 131 of 255 = 51%

140
71
131

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

Portions of RGB colors in percentages

R + G + B =
140 + 71 + 131 = 342 (100%)
R 140 of 342 ~ 40.94%
G 71 of 342 ~ 20.76%
B 131 of 342 ~ 38.3%

%40.94
%20.76
%38.3

CMYK color model

#8C4783 color CMYK value is (0,49,6,45).

  • cyan value is 0.00%
  • magenta value is 49.29%
  • yellow value is 6.43%
  • key color value is 45.10%
CMYK:
(0,49,6,45)
C0M49Y6K45 
(0%,49%,6%,45%)
(0.00/0.49/0.06/0.45)	

CMYK percentages

%0
%49.29
%6.43
%45.1

Codes

Color #8C4783 in popluar color models

8C4783
RGB14071131
HSL308°32.70%41.37%
HSB/HSV308°49.29%54.90%
CMYK0.00%49.29%6.43%
45.10%

Color #8C4783 in popluar number systems.

HEX8C4783
Decimal14071131
Binary10001100100011110000011
Octal214107203

Shades and tints

Shades of #8C4783

#8C4783
(140,71,131)
#804178
(128,65,120)
#743B6D
(116,59,109)
#683562
(104,53,98)
#5C2F57
(92,47,87)
#50294C
(80,41,76)
#442341
(68,35,65)
#381D36
(56,29,54)
#2C172B
(44,23,43)
#201120
(32,17,32)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #8C4783

#8C4783
(140,71,131)
#96578E
(150,87,142)
#A06799
(160,103,153)
#AA77A4
(170,119,164)
#B487AF
(180,135,175)
#BE97BA
(190,151,186)
#C8A7C5
(200,167,197)
#D2B7D0
(210,183,208)
#DCC7DB
(220,199,219)
#E6D7E6
(230,215,230)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4783 color. Also use rgb(140,71,131) instead hex code.

Text Font Color

.myTextColor { color: #8C4783; }

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

This text font color is #8C4783.


Background Color

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

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

This div background color is #8C4783.


Border color

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

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

This div border color is #8C4783.


Opacity

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

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

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

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

This text has shadow with #8C4783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4783 on black background.


Color preview on white background

This text has color #8C4783 on white background.



Black color preview on #8C4783 background

This text has black color on #8C4783 background.


White color preview on #8C4783 background

This text has white color on #8C4783 background.