COLOR #8C69A7

HEX: #8C69A7 RGB: (140,105,167)

Color info

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

RGB color model

#8C69A7 color RGB value is (140,105,167).

RGB: (140,105,167) (55%, 41%, 65%)

RGB channels and saturation

R 140 of 255 = 55%
G 105 of 255 = 41%
B 167 of 255 = 65%

140
105
167

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

Portions of RGB colors in percentages

R + G + B = 140 + 105 + 167 = 412 (100%)
R 140 of 412 ~ 33.98%
G 105 of 412 ~ 25.49%
B 167 of 412 ~ 40.53'%

%33.98
%25.49
%40.53

CMYK color model

#8C69A7 color CMYK value is (16,37,0,35).

  • cyan value is 16.17%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (16,37,0,35)
C16M37Y0K35 (16%, 37%, 0%, 35%)
(0.16 / 0.37 / 0.00 / 0.35)

CMYK percentages

%16.17
%37.13
%0
%34.51

Codes

Color #8C69A7 in popluar color models

8C 69 A7
RGB 140 105 167
HSL 274° 26.05% 53.33%
HSB/HSV 274° 37.13% 65.49%
CMYK 16.17% 37.13% 0.00%
34.51%

Color #8C69A7 in popluar number systems.

HEX 8C 69 A7
Decimal 140 105 167
Binary 10001100 1101001 10100111
Octal 214 151 247

Shades and tints

Shades of #8C69A7

#8C69A7
(140,105,167)
#806098
(128,96,152)
#745789
(116,87,137)
#684E7A
(104,78,122)
#5C456B
(92,69,107)
#503C5C
(80,60,92)
#44334D
(68,51,77)
#382A3E
(56,42,62)
#2C212F
(44,33,47)
#201820
(32,24,32)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C69A7

#8C69A7
(140,105,167)
#9676AF
(150,118,175)
#A083B7
(160,131,183)
#AA90BF
(170,144,191)
#B49DC7
(180,157,199)
#BEAACF
(190,170,207)
#C8B7D7
(200,183,215)
#D2C4DF
(210,196,223)
#DCD1E7
(220,209,231)
#E6DEEF
(230,222,239)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C69A7 color. Also use rgb(140,105,167) instead hex code.

Text Font Color

.myTextColor { color: #8C69A7; }

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

This text font color is #8C69A7.

Background Color

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

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

This div background color is #8C69A7.

Border color

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

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

This div border color is #8C69A7.

Opacity

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

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

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

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

This text has shadow with #8C69A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C69A7.

Preview

Color preview on black background

This text has color #8C69A7 on black background.


Color preview on white background

This text has color #8C69A7 on white background.


Black color preview on #8C69A7 background

This text has black color on #8C69A7 background.


White color preview on #8C69A7 background

This text has white color on #8C69A7 background.


Related colors

Complementary color

Complementary color for #hex is #739658.


I love getcolorcode.com

Triadic colors

1 #A78C69 and #69A78C with #8C69A7 are triadic colors.

2 #A7698C and #698CA7 with #8C69A7 are triadic colors.