COLOR #8C69AD

HEX: #8C69AD RGB: (140,105,173)

Color info

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

RGB color model

#8C69AD color RGB value is (140,105,173).

RGB: (140,105,173) (55%, 41%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 105 of 255 = 41%
B 173 of 255 = 68%

140
105
173

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

Portions of RGB colors in percentages

R + G + B = 140 + 105 + 173 = 418 (100%)
R 140 of 418 ~ 33.49%
G 105 of 418 ~ 25.12%
B 173 of 418 ~ 41.39'%

%33.49
%25.12
%41.39

CMYK color model

#8C69AD color CMYK value is (19,39,0,32).

  • cyan value is 19.08%
  • magenta value is 39.31%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (19,39,0,32)
C19M39Y0K32 (19%, 39%, 0%, 32%)
(0.19 / 0.39 / 0.00 / 0.32)

CMYK percentages

%19.08
%39.31
%0
%32.16

Codes

Color #8C69AD in popluar color models

8C 69 AD
RGB 140 105 173
HSL 271° 29.31% 54.51%
HSB/HSV 271° 39.31% 67.84%
CMYK 19.08% 39.31% 0.00%
32.16%

Color #8C69AD in popluar number systems.

HEX 8C 69 AD
Decimal 140 105 173
Binary 10001100 1101001 10101101
Octal 214 151 255

Shades and tints

Shades of #8C69AD

#8C69AD
(140,105,173)
#80609E
(128,96,158)
#74578F
(116,87,143)
#684E80
(104,78,128)
#5C4571
(92,69,113)
#503C62
(80,60,98)
#443353
(68,51,83)
#382A44
(56,42,68)
#2C2135
(44,33,53)
#201826
(32,24,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #8C69AD

#8C69AD
(140,105,173)
#9676B4
(150,118,180)
#A083BB
(160,131,187)
#AA90C2
(170,144,194)
#B49DC9
(180,157,201)
#BEAAD0
(190,170,208)
#C8B7D7
(200,183,215)
#D2C4DE
(210,196,222)
#DCD1E5
(220,209,229)
#E6DEEC
(230,222,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C69AD; }

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

This text font color is #8C69AD.

Background Color

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

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

This div background color is #8C69AD.

Border color

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

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

This div border color is #8C69AD.

Opacity

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

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

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

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

This text has shadow with #8C69AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C69AD.

Preview

Color preview on black background

This text has color #8C69AD on black background.


Color preview on white background

This text has color #8C69AD on white background.


Black color preview on #8C69AD background

This text has black color on #8C69AD background.


White color preview on #8C69AD background

This text has white color on #8C69AD background.


Related colors

Complementary color

Complementary color for #hex is #739652.


I love getcolorcode.com

Triadic colors

1 #AD8C69 and #69AD8C with #8C69AD are triadic colors.

2 #AD698C and #698CAD with #8C69AD are triadic colors.