COLOR #8C3B78

HEX: #8C3B78
RGB: (140,59,120)

Color info

#8C3B78 contains mainly red and blue colors. Web safe color of #8C3B78 is #993366 (or #936).

RGB color model

#8C3B78 color RGB value is (140,59,120).

  • red value is 140;
  • green value is 59;
  • blue value is 120.
RGB:
(140,59,120)
(55%,23%,47%)

RGB channels and saturation

R 140 of 255 = 55%
G 59 of 255 = 23%
B 120 of 255 = 47%

140
59
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 59 + 120 = 319 (100%)
R 140 of 319 ~ 43.89%
G 59 of 319 ~ 18.5%
B 120 of 319 ~ 37.62%

%43.89
%18.5
%37.62

CMYK color model

#8C3B78 color CMYK value is (0,58,14,45).

  • cyan value is 0.00%
  • magenta value is 57.86%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(0,58,14,45)
C0M58Y14K45 
(0%,58%,14%,45%)
(0.00/0.58/0.14/0.45)	

CMYK percentages

%0
%57.86
%14.29
%45.1

Codes

Color #8C3B78 in popluar color models

8C3B78
RGB14059120
HSL315°40.70%39.02%
HSB/HSV315°57.86%54.90%
CMYK0.00%57.86%14.29%
45.10%

Color #8C3B78 in popluar number systems.

HEX8C3B78
Decimal14059120
Binary100011001110111111000
Octal21473170

Shades and tints

Shades of #8C3B78

#8C3B78
(140,59,120)
#80366E
(128,54,110)
#743164
(116,49,100)
#682C5A
(104,44,90)
#5C2750
(92,39,80)
#502246
(80,34,70)
#441D3C
(68,29,60)
#381832
(56,24,50)
#2C1328
(44,19,40)
#200E1E
(32,14,30)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #8C3B78

#8C3B78
(140,59,120)
#964C84
(150,76,132)
#A05D90
(160,93,144)
#AA6E9C
(170,110,156)
#B47FA8
(180,127,168)
#BE90B4
(190,144,180)
#C8A1C0
(200,161,192)
#D2B2CC
(210,178,204)
#DCC3D8
(220,195,216)
#E6D4E4
(230,212,228)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3B78 color. Also use rgb(140,59,120) instead hex code.

Text Font Color

.myTextColor { color: #8C3B78; }

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

This text font color is #8C3B78.


Background Color

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

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

This div background color is #8C3B78.


Border color

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

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

This div border color is #8C3B78.


Opacity

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

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

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

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

This text has shadow with #8C3B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3B78 on black background.


Color preview on white background

This text has color #8C3B78 on white background.



Black color preview on #8C3B78 background

This text has black color on #8C3B78 background.


White color preview on #8C3B78 background

This text has white color on #8C3B78 background.