COLOR #8C68B7

HEX: #8C68B7 RGB: (140,104,183)

Color info

#8C68B7 contains mainly red and blue colors. Web safe color of #8C68B7 is #9966CC (or #96C).

RGB color model

#8C68B7 color RGB value is (140,104,183).

RGB: (140,104,183) (55%, 41%, 72%)

RGB channels and saturation

R 140 of 255 = 55%
G 104 of 255 = 41%
B 183 of 255 = 72%

140
104
183

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

Portions of RGB colors in percentages

R + G + B = 140 + 104 + 183 = 427 (100%)
R 140 of 427 ~ 32.79%
G 104 of 427 ~ 24.36%
B 183 of 427 ~ 42.86'%

%32.79
%24.36
%42.86

CMYK color model

#8C68B7 color CMYK value is (23,43,0,28).

  • cyan value is 23.50%
  • magenta value is 43.17%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (23,43,0,28) C23M43Y0K28 (23%,43%,0%,28%) (0.23/0.43/0.00/0.28) 

CMYK percentages

%23.5
%43.17
%0
%28.24

Codes

Color #8C68B7 in popluar color models

8C 68 B7
RGB 140 104 183
HSL 267° 35.43% 56.27%
HSB/HSV 267° 43.17% 71.76%
CMYK 23.50% 43.17% 0.00%
28.24%

Color #8C68B7 in popluar number systems.

HEX 8C 68 B7
Decimal 140 104 183
Binary 10001100 1101000 10110111
Octal 214 150 267

Shades and tints

Shades of #8C68B7

#8C68B7
(140,104,183)
#805FA7
(128,95,167)
#745697
(116,86,151)
#684D87
(104,77,135)
#5C4477
(92,68,119)
#503B67
(80,59,103)
#443257
(68,50,87)
#382947
(56,41,71)
#2C2037
(44,32,55)
#201727
(32,23,39)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #8C68B7

#8C68B7
(140,104,183)
#9675BD
(150,117,189)
#A082C3
(160,130,195)
#AA8FC9
(170,143,201)
#B49CCF
(180,156,207)
#BEA9D5
(190,169,213)
#C8B6DB
(200,182,219)
#D2C3E1
(210,195,225)
#DCD0E7
(220,208,231)
#E6DDED
(230,221,237)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C68B7 color. Also use rgb(140,104,183) instead hex code.

Text Font Color

.myTextColor { color: #8C68B7; }

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

This text font color is #8C68B7.

Background Color

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

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

This div background color is #8C68B7.

Border color

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

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

This div border color is #8C68B7.

Opacity

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

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

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

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

This text has shadow with #8C68B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C68B7.

Preview

Color preview on black background

This text has color #8C68B7 on black background.


Color preview on white background

This text has color #8C68B7 on white background.


Black color preview on #8C68B7 background

This text has black color on #8C68B7 background.


White color preview on #8C68B7 background

This text has white color on #8C68B7 background.


Related colors

Complementary color

Complementary color for #hex is #739748.


I love getcolorcode.com

Triadic colors

1 #B78C68 and #68B78C with #8C68B7 are triadic colors.

2 #B7688C and #688CB7 with #8C68B7 are triadic colors.