COLOR #8C7BAE

HEX: #8C7BAE
RGB: (140,123,174)

Color info

#8C7BAE contains red, green and blue colors in about the same proportion. Web safe color of #8C7BAE is #996699 (or #969).

RGB color model

#8C7BAE color RGB value is (140,123,174).

  • red value is 140;
  • green value is 123;
  • blue value is 174.
RGB:
(140,123,174)
(55%,48%,68%)

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 174 of 255 = 68%

140
123
174

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 174 = 437 (100%)
R 140 of 437 ~ 32.04%
G 123 of 437 ~ 28.15%
B 174 of 437 ~ 39.82%

%32.04
%28.15
%39.82

CMYK color model

#8C7BAE color CMYK value is (20,29,0,32).

  • cyan value is 19.54%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,29,0,32)
C20M29Y0K32 
(20%,29%,0%,32%)
(0.20/0.29/0.00/0.32)	

CMYK percentages

%19.54
%29.31
%0
%31.76

Codes

Color #8C7BAE in popluar color models

8C7BAE
RGB140123174
HSL260°23.94%58.24%
HSB/HSV260°29.31%68.24%
CMYK19.54%29.31%0.00%
31.76%

Color #8C7BAE in popluar number systems.

HEX8C7BAE
Decimal140123174
Binary10001100111101110101110
Octal214173256

Shades and tints

Shades of #8C7BAE

#8C7BAE
(140,123,174)
#80709F
(128,112,159)
#746590
(116,101,144)
#685A81
(104,90,129)
#5C4F72
(92,79,114)
#504463
(80,68,99)
#443954
(68,57,84)
#382E45
(56,46,69)
#2C2336
(44,35,54)
#201827
(32,24,39)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #8C7BAE

#8C7BAE
(140,123,174)
#9687B5
(150,135,181)
#A093BC
(160,147,188)
#AA9FC3
(170,159,195)
#B4ABCA
(180,171,202)
#BEB7D1
(190,183,209)
#C8C3D8
(200,195,216)
#D2CFDF
(210,207,223)
#DCDBE6
(220,219,230)
#E6E7ED
(230,231,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7BAE color. Also use rgb(140,123,174) instead hex code.

Text Font Color

.myTextColor { color: #8C7BAE; }

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

This text font color is #8C7BAE.


Background Color

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

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

This div background color is #8C7BAE.


Border color

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

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

This div border color is #8C7BAE.


Opacity

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

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

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

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

This text has shadow with #8C7BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7BAE on black background.


Color preview on white background

This text has color #8C7BAE on white background.



Black color preview on #8C7BAE background

This text has black color on #8C7BAE background.


White color preview on #8C7BAE background

This text has white color on #8C7BAE background.