COLOR #8C5ACC

HEX: #8C5ACC RGB: (140,90,204)

Color info

#8C5ACC contains mainly blue color. Web safe color of #8C5ACC is #9966CC (or #96C).

RGB color model

#8C5ACC color RGB value is (140,90,204).

RGB: (140,90,204) (55%, 35%, 80%)

RGB channels and saturation

R 140 of 255 = 55%
G 90 of 255 = 35%
B 204 of 255 = 80%

140
90
204

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

Portions of RGB colors in percentages

R + G + B = 140 + 90 + 204 = 434 (100%)
R 140 of 434 ~ 32.26%
G 90 of 434 ~ 20.74%
B 204 of 434 ~ 47'%

%32.26
%20.74
%47

CMYK color model

#8C5ACC color CMYK value is (31,56,0,20).

  • cyan value is 31.37%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (31,56,0,20)
C31M56Y0K20 (31%, 56%, 0%, 20%)
(0.31 / 0.56 / 0.00 / 0.20)

CMYK percentages

%31.37
%55.88
%0
%20

Codes

Color #8C5ACC in popluar color models

8C 5A CC
RGB 140 90 204
HSL 266° 52.78% 57.65%
HSB/HSV 266° 55.88% 80.00%
CMYK 31.37% 55.88% 0.00%
20.00%

Color #8C5ACC in popluar number systems.

HEX 8C 5A CC
Decimal 140 90 204
Binary 10001100 1011010 11001100
Octal 214 132 314

Shades and tints

Shades of #8C5ACC

#8C5ACC
(140,90,204)
#8052BA
(128,82,186)
#744AA8
(116,74,168)
#684296
(104,66,150)
#5C3A84
(92,58,132)
#503272
(80,50,114)
#442A60
(68,42,96)
#38224E
(56,34,78)
#2C1A3C
(44,26,60)
#20122A
(32,18,42)
#140A18
(20,10,24)
#000000
(0,0,0)

Tints of #8C5ACC

#8C5ACC
(140,90,204)
#9669D0
(150,105,208)
#A078D4
(160,120,212)
#AA87D8
(170,135,216)
#B496DC
(180,150,220)
#BEA5E0
(190,165,224)
#C8B4E4
(200,180,228)
#D2C3E8
(210,195,232)
#DCD2EC
(220,210,236)
#E6E1F0
(230,225,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5ACC color. Also use rgb(140,90,204) instead hex code.

Text Font Color

.myTextColor { color: #8C5ACC; }

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

This text font color is #8C5ACC.

Background Color

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

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

This div background color is #8C5ACC.

Border color

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

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

This div border color is #8C5ACC.

Opacity

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

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

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

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

This text has shadow with #8C5ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5ACC.

Preview

Color preview on black background

This text has color #8C5ACC on black background.


Color preview on white background

This text has color #8C5ACC on white background.


Black color preview on #8C5ACC background

This text has black color on #8C5ACC background.


White color preview on #8C5ACC background

This text has white color on #8C5ACC background.


Related colors

Complementary color

Complementary color for #hex is #73A533.


I love getcolorcode.com

Triadic colors

1 #CC8C5A and #5ACC8C with #8C5ACC are triadic colors.

2 #CC5A8C and #5A8CCC with #8C5ACC are triadic colors.