COLOR #8C509D

HEX: #8C509D
RGB: (140,80,157)

Color info

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

RGB color model

#8C509D color RGB value is (140,80,157).

  • red value is 140;
  • green value is 80;
  • blue value is 157.
RGB:
(140,80,157)
(55%,31%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 80 of 255 = 31%
B 157 of 255 = 62%

140
80
157

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

Portions of RGB colors in percentages

R + G + B =
140 + 80 + 157 = 377 (100%)
R 140 of 377 ~ 37.14%
G 80 of 377 ~ 21.22%
B 157 of 377 ~ 41.64%

%37.14
%21.22
%41.64

CMYK color model

#8C509D color CMYK value is (11,49,0,38).

  • cyan value is 10.83%
  • magenta value is 49.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(11,49,0,38)
C11M49Y0K38 
(11%,49%,0%,38%)
(0.11/0.49/0.00/0.38)	

CMYK percentages

%10.83
%49.04
%0
%38.43

Codes

Color #8C509D in popluar color models

8C509D
RGB14080157
HSL287°32.49%46.47%
HSB/HSV287°49.04%61.57%
CMYK10.83%49.04%0.00%
38.43%

Color #8C509D in popluar number systems.

HEX8C509D
Decimal14080157
Binary10001100101000010011101
Octal214120235

Shades and tints

Shades of #8C509D

#8C509D
(140,80,157)
#80498F
(128,73,143)
#744281
(116,66,129)
#683B73
(104,59,115)
#5C3465
(92,52,101)
#502D57
(80,45,87)
#442649
(68,38,73)
#381F3B
(56,31,59)
#2C182D
(44,24,45)
#20111F
(32,17,31)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #8C509D

#8C509D
(140,80,157)
#965FA5
(150,95,165)
#A06EAD
(160,110,173)
#AA7DB5
(170,125,181)
#B48CBD
(180,140,189)
#BE9BC5
(190,155,197)
#C8AACD
(200,170,205)
#D2B9D5
(210,185,213)
#DCC8DD
(220,200,221)
#E6D7E5
(230,215,229)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C509D color. Also use rgb(140,80,157) instead hex code.

Text Font Color

.myTextColor { color: #8C509D; }

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

This text font color is #8C509D.


Background Color

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

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

This div background color is #8C509D.


Border color

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

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

This div border color is #8C509D.


Opacity

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

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

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

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

This text has shadow with #8C509D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C509D on black background.


Color preview on white background

This text has color #8C509D on white background.



Black color preview on #8C509D background

This text has black color on #8C509D background.


White color preview on #8C509D background

This text has white color on #8C509D background.