COLOR #8C6387

HEX: #8C6387
RGB: (140,99,135)

Color info

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

RGB color model

#8C6387 color RGB value is (140,99,135).

  • red value is 140;
  • green value is 99;
  • blue value is 135.
RGB:
(140,99,135)
(55%,39%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 99 of 255 = 39%
B 135 of 255 = 53%

140
99
135

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

Portions of RGB colors in percentages

R + G + B =
140 + 99 + 135 = 374 (100%)
R 140 of 374 ~ 37.43%
G 99 of 374 ~ 26.47%
B 135 of 374 ~ 36.1%

%37.43
%26.47
%36.1

CMYK color model

#8C6387 color CMYK value is (0,29,4,45).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 3.57%
  • key color value is 45.10%
CMYK:
(0,29,4,45)
C0M29Y4K45 
(0%,29%,4%,45%)
(0.00/0.29/0.04/0.45)	

CMYK percentages

%0
%29.29
%3.57
%45.1

Codes

Color #8C6387 in popluar color models

8C6387
RGB14099135
HSL307°17.15%46.86%
HSB/HSV307°29.29%54.90%
CMYK0.00%29.29%3.57%
45.10%

Color #8C6387 in popluar number systems.

HEX8C6387
Decimal14099135
Binary10001100110001110000111
Octal214143207

Shades and tints

Shades of #8C6387

#8C6387
(140,99,135)
#805A7B
(128,90,123)
#74516F
(116,81,111)
#684863
(104,72,99)
#5C3F57
(92,63,87)
#50364B
(80,54,75)
#442D3F
(68,45,63)
#382433
(56,36,51)
#2C1B27
(44,27,39)
#20121B
(32,18,27)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #8C6387

#8C6387
(140,99,135)
#967191
(150,113,145)
#A07F9B
(160,127,155)
#AA8DA5
(170,141,165)
#B49BAF
(180,155,175)
#BEA9B9
(190,169,185)
#C8B7C3
(200,183,195)
#D2C5CD
(210,197,205)
#DCD3D7
(220,211,215)
#E6E1E1
(230,225,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6387 color. Also use rgb(140,99,135) instead hex code.

Text Font Color

.myTextColor { color: #8C6387; }

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

This text font color is #8C6387.


Background Color

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

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

This div background color is #8C6387.


Border color

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

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

This div border color is #8C6387.


Opacity

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

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

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

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

This text has shadow with #8C6387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6387 on black background.


Color preview on white background

This text has color #8C6387 on white background.



Black color preview on #8C6387 background

This text has black color on #8C6387 background.


White color preview on #8C6387 background

This text has white color on #8C6387 background.