COLOR #8C6591

HEX: #8C6591
RGB: (140,101,145)

Color info

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

RGB color model

#8C6591 color RGB value is (140,101,145).

  • red value is 140;
  • green value is 101;
  • blue value is 145.
RGB:
(140,101,145)
(55%,40%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 101 of 255 = 40%
B 145 of 255 = 57%

140
101
145

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

Portions of RGB colors in percentages

R + G + B =
140 + 101 + 145 = 386 (100%)
R 140 of 386 ~ 36.27%
G 101 of 386 ~ 26.17%
B 145 of 386 ~ 37.56%

%36.27
%26.17
%37.56

CMYK color model

#8C6591 color CMYK value is (3,30,0,43).

  • cyan value is 3.45%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,30,0,43)
C3M30Y0K43 
(3%,30%,0%,43%)
(0.03/0.30/0.00/0.43)	

CMYK percentages

%3.45
%30.34
%0
%43.14

Codes

Color #8C6591 in popluar color models

8C6591
RGB140101145
HSL293°17.89%48.24%
HSB/HSV293°30.34%56.86%
CMYK3.45%30.34%0.00%
43.14%

Color #8C6591 in popluar number systems.

HEX8C6591
Decimal140101145
Binary10001100110010110010001
Octal214145221

Shades and tints

Shades of #8C6591

#8C6591
(140,101,145)
#805C84
(128,92,132)
#745377
(116,83,119)
#684A6A
(104,74,106)
#5C415D
(92,65,93)
#503850
(80,56,80)
#442F43
(68,47,67)
#382636
(56,38,54)
#2C1D29
(44,29,41)
#20141C
(32,20,28)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #8C6591

#8C6591
(140,101,145)
#96739B
(150,115,155)
#A081A5
(160,129,165)
#AA8FAF
(170,143,175)
#B49DB9
(180,157,185)
#BEABC3
(190,171,195)
#C8B9CD
(200,185,205)
#D2C7D7
(210,199,215)
#DCD5E1
(220,213,225)
#E6E3EB
(230,227,235)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6591 color. Also use rgb(140,101,145) instead hex code.

Text Font Color

.myTextColor { color: #8C6591; }

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

This text font color is #8C6591.


Background Color

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

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

This div background color is #8C6591.


Border color

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

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

This div border color is #8C6591.


Opacity

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

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

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

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

This text has shadow with #8C6591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6591 on black background.


Color preview on white background

This text has color #8C6591 on white background.



Black color preview on #8C6591 background

This text has black color on #8C6591 background.


White color preview on #8C6591 background

This text has white color on #8C6591 background.