COLOR #8C5AB0

HEX: #8C5AB0
RGB: (140,90,176)

Color info

#8C5AB0 contains mainly red and blue colors. Web safe color of #8C5AB0 is #996699 (or #969).

RGB color model

#8C5AB0 color RGB value is (140,90,176).

  • red value is 140;
  • green value is 90;
  • blue value is 176.
RGB:
(140,90,176)
(55%,35%,69%)

RGB channels and saturation

R 140 of 255 = 55%
G 90 of 255 = 35%
B 176 of 255 = 69%

140
90
176

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

Portions of RGB colors in percentages

R + G + B =
140 + 90 + 176 = 406 (100%)
R 140 of 406 ~ 34.48%
G 90 of 406 ~ 22.17%
B 176 of 406 ~ 43.35%

%34.48
%22.17
%43.35

CMYK color model

#8C5AB0 color CMYK value is (20,49,0,31).

  • cyan value is 20.45%
  • magenta value is 48.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(20,49,0,31)
C20M49Y0K31 
(20%,49%,0%,31%)
(0.20/0.49/0.00/0.31)	

CMYK percentages

%20.45
%48.86
%0
%30.98

Codes

Color #8C5AB0 in popluar color models

8C5AB0
RGB14090176
HSL275°35.25%52.16%
HSB/HSV275°48.86%69.02%
CMYK20.45%48.86%0.00%
30.98%

Color #8C5AB0 in popluar number systems.

HEX8C5AB0
Decimal14090176
Binary10001100101101010110000
Octal214132260

Shades and tints

Shades of #8C5AB0

#8C5AB0
(140,90,176)
#8052A0
(128,82,160)
#744A90
(116,74,144)
#684280
(104,66,128)
#5C3A70
(92,58,112)
#503260
(80,50,96)
#442A50
(68,42,80)
#382240
(56,34,64)
#2C1A30
(44,26,48)
#201220
(32,18,32)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #8C5AB0

#8C5AB0
(140,90,176)
#9669B7
(150,105,183)
#A078BE
(160,120,190)
#AA87C5
(170,135,197)
#B496CC
(180,150,204)
#BEA5D3
(190,165,211)
#C8B4DA
(200,180,218)
#D2C3E1
(210,195,225)
#DCD2E8
(220,210,232)
#E6E1EF
(230,225,239)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5AB0; }

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

This text font color is #8C5AB0.


Background Color

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

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

This div background color is #8C5AB0.


Border color

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

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

This div border color is #8C5AB0.


Opacity

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

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

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

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

This text has shadow with #8C5AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5AB0 on black background.


Color preview on white background

This text has color #8C5AB0 on white background.



Black color preview on #8C5AB0 background

This text has black color on #8C5AB0 background.


White color preview on #8C5AB0 background

This text has white color on #8C5AB0 background.