COLOR #8C3B6B

HEX: #8C3B6B
RGB: (140,59,107)

Color info

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

RGB color model

#8C3B6B color RGB value is (140,59,107).

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

RGB channels and saturation

R 140 of 255 = 55%
G 59 of 255 = 23%
B 107 of 255 = 42%

140
59
107

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

Portions of RGB colors in percentages

R + G + B =
140 + 59 + 107 = 306 (100%)
R 140 of 306 ~ 45.75%
G 59 of 306 ~ 19.28%
B 107 of 306 ~ 34.97%

%45.75
%19.28
%34.97

CMYK color model

#8C3B6B color CMYK value is (0,58,24,45).

  • cyan value is 0.00%
  • magenta value is 57.86%
  • yellow value is 23.57%
  • key color value is 45.10%
CMYK:
(0,58,24,45)
C0M58Y24K45 
(0%,58%,24%,45%)
(0.00/0.58/0.24/0.45)	

CMYK percentages

%0
%57.86
%23.57
%45.1

Codes

Color #8C3B6B in popluar color models

8C3B6B
RGB14059107
HSL324°40.70%39.02%
HSB/HSV324°57.86%54.90%
CMYK0.00%57.86%23.57%
45.10%

Color #8C3B6B in popluar number systems.

HEX8C3B6B
Decimal14059107
Binary100011001110111101011
Octal21473153

Shades and tints

Shades of #8C3B6B

#8C3B6B
(140,59,107)
#803662
(128,54,98)
#743159
(116,49,89)
#682C50
(104,44,80)
#5C2747
(92,39,71)
#50223E
(80,34,62)
#441D35
(68,29,53)
#38182C
(56,24,44)
#2C1323
(44,19,35)
#200E1A
(32,14,26)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #8C3B6B

#8C3B6B
(140,59,107)
#964C78
(150,76,120)
#A05D85
(160,93,133)
#AA6E92
(170,110,146)
#B47F9F
(180,127,159)
#BE90AC
(190,144,172)
#C8A1B9
(200,161,185)
#D2B2C6
(210,178,198)
#DCC3D3
(220,195,211)
#E6D4E0
(230,212,224)
#F0E5ED
(240,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3B6B; }

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

This text font color is #8C3B6B.


Background Color

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

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

This div background color is #8C3B6B.


Border color

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

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

This div border color is #8C3B6B.


Opacity

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

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

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

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

This text has shadow with #8C3B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3B6B on black background.


Color preview on white background

This text has color #8C3B6B on white background.



Black color preview on #8C3B6B background

This text has black color on #8C3B6B background.


White color preview on #8C3B6B background

This text has white color on #8C3B6B background.