COLOR #8C3BAC

HEX: #8C3BAC
RGB: (140,59,172)

Color info

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

RGB color model

#8C3BAC color RGB value is (140,59,172).

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

RGB channels and saturation

R 140 of 255 = 55%
G 59 of 255 = 23%
B 172 of 255 = 67%

140
59
172

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

Portions of RGB colors in percentages

R + G + B =
140 + 59 + 172 = 371 (100%)
R 140 of 371 ~ 37.74%
G 59 of 371 ~ 15.9%
B 172 of 371 ~ 46.36%

%37.74
%15.9
%46.36

CMYK color model

#8C3BAC color CMYK value is (19,66,0,33).

  • cyan value is 18.60%
  • magenta value is 65.70%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(19,66,0,33)
C19M66Y0K33 
(19%,66%,0%,33%)
(0.19/0.66/0.00/0.33)	

CMYK percentages

%18.6
%65.7
%0
%32.55

Codes

Color #8C3BAC in popluar color models

8C3BAC
RGB14059172
HSL283°48.92%45.29%
HSB/HSV283°65.70%67.45%
CMYK18.60%65.70%0.00%
32.55%

Color #8C3BAC in popluar number systems.

HEX8C3BAC
Decimal14059172
Binary1000110011101110101100
Octal21473254

Shades and tints

Shades of #8C3BAC

#8C3BAC
(140,59,172)
#80369D
(128,54,157)
#74318E
(116,49,142)
#682C7F
(104,44,127)
#5C2770
(92,39,112)
#502261
(80,34,97)
#441D52
(68,29,82)
#381843
(56,24,67)
#2C1334
(44,19,52)
#200E25
(32,14,37)
#140916
(20,9,22)
#000000
(0,0,0)

Tints of #8C3BAC

#8C3BAC
(140,59,172)
#964CB3
(150,76,179)
#A05DBA
(160,93,186)
#AA6EC1
(170,110,193)
#B47FC8
(180,127,200)
#BE90CF
(190,144,207)
#C8A1D6
(200,161,214)
#D2B2DD
(210,178,221)
#DCC3E4
(220,195,228)
#E6D4EB
(230,212,235)
#F0E5F2
(240,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3BAC; }

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

This text font color is #8C3BAC.


Background Color

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

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

This div background color is #8C3BAC.


Border color

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

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

This div border color is #8C3BAC.


Opacity

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

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

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

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

This text has shadow with #8C3BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3BAC on black background.


Color preview on white background

This text has color #8C3BAC on white background.



Black color preview on #8C3BAC background

This text has black color on #8C3BAC background.


White color preview on #8C3BAC background

This text has white color on #8C3BAC background.