COLOR #8C45C6

HEX: #8C45C6
RGB: (140,69,198)

Color info

#8C45C6 contains mainly red and blue colors. Web safe color of #8C45C6 is #9933CC (or #93C).

RGB color model

#8C45C6 color RGB value is (140,69,198).

  • red value is 140;
  • green value is 69;
  • blue value is 198.
RGB:
(140,69,198)
(55%,27%,78%)

RGB channels and saturation

R 140 of 255 = 55%
G 69 of 255 = 27%
B 198 of 255 = 78%

140
69
198

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

Portions of RGB colors in percentages

R + G + B =
140 + 69 + 198 = 407 (100%)
R 140 of 407 ~ 34.4%
G 69 of 407 ~ 16.95%
B 198 of 407 ~ 48.65%

%34.4
%16.95
%48.65

CMYK color model

#8C45C6 color CMYK value is (29,65,0,22).

  • cyan value is 29.29%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(29,65,0,22)
C29M65Y0K22 
(29%,65%,0%,22%)
(0.29/0.65/0.00/0.22)	

CMYK percentages

%29.29
%65.15
%0
%22.35

Codes

Color #8C45C6 in popluar color models

8C45C6
RGB14069198
HSL273°53.09%52.35%
HSB/HSV273°65.15%77.65%
CMYK29.29%65.15%0.00%
22.35%

Color #8C45C6 in popluar number systems.

HEX8C45C6
Decimal14069198
Binary10001100100010111000110
Octal214105306

Shades and tints

Shades of #8C45C6

#8C45C6
(140,69,198)
#803FB4
(128,63,180)
#7439A2
(116,57,162)
#683390
(104,51,144)
#5C2D7E
(92,45,126)
#50276C
(80,39,108)
#44215A
(68,33,90)
#381B48
(56,27,72)
#2C1536
(44,21,54)
#200F24
(32,15,36)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #8C45C6

#8C45C6
(140,69,198)
#9655CB
(150,85,203)
#A065D0
(160,101,208)
#AA75D5
(170,117,213)
#B485DA
(180,133,218)
#BE95DF
(190,149,223)
#C8A5E4
(200,165,228)
#D2B5E9
(210,181,233)
#DCC5EE
(220,197,238)
#E6D5F3
(230,213,243)
#F0E5F8
(240,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C45C6 color. Also use rgb(140,69,198) instead hex code.

Text Font Color

.myTextColor { color: #8C45C6; }

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

This text font color is #8C45C6.


Background Color

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

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

This div background color is #8C45C6.


Border color

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

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

This div border color is #8C45C6.


Opacity

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

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

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

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

This text has shadow with #8C45C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C45C6 on black background.


Color preview on white background

This text has color #8C45C6 on white background.



Black color preview on #8C45C6 background

This text has black color on #8C45C6 background.


White color preview on #8C45C6 background

This text has white color on #8C45C6 background.