COLOR #8C649E

HEX: #8C649E RGB: (140,100,158)

Color info

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

RGB color model

#8C649E color RGB value is (140,100,158).

RGB: (140,100,158) (55%, 39%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 100 of 255 = 39%
B 158 of 255 = 62%

140
100
158

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

Portions of RGB colors in percentages

R + G + B = 140 + 100 + 158 = 398 (100%)
R 140 of 398 ~ 35.18%
G 100 of 398 ~ 25.13%
B 158 of 398 ~ 39.7'%

%35.18
%25.13
%39.7

CMYK color model

#8C649E color CMYK value is (11,37,0,38).

  • cyan value is 11.39%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (11,37,0,38)
C11M37Y0K38 (11%, 37%, 0%, 38%)
(0.11 / 0.37 / 0.00 / 0.38)

CMYK percentages

%11.39
%36.71
%0
%38.04

Codes

Color #8C649E in popluar color models

8C 64 9E
RGB 140 100 158
HSL 281° 23.02% 50.59%
HSB/HSV 281° 36.71% 61.96%
CMYK 11.39% 36.71% 0.00%
38.04%

Color #8C649E in popluar number systems.

HEX 8C 64 9E
Decimal 140 100 158
Binary 10001100 1100100 10011110
Octal 214 144 236

Shades and tints

Shades of #8C649E

#8C649E
(140,100,158)
#805B90
(128,91,144)
#745282
(116,82,130)
#684974
(104,73,116)
#5C4066
(92,64,102)
#503758
(80,55,88)
#442E4A
(68,46,74)
#38253C
(56,37,60)
#2C1C2E
(44,28,46)
#201320
(32,19,32)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #8C649E

#8C649E
(140,100,158)
#9672A6
(150,114,166)
#A080AE
(160,128,174)
#AA8EB6
(170,142,182)
#B49CBE
(180,156,190)
#BEAAC6
(190,170,198)
#C8B8CE
(200,184,206)
#D2C6D6
(210,198,214)
#DCD4DE
(220,212,222)
#E6E2E6
(230,226,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C649E color. Also use rgb(140,100,158) instead hex code.

Text Font Color

.myTextColor { color: #8C649E; }

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

This text font color is #8C649E.

Background Color

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

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

This div background color is #8C649E.

Border color

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

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

This div border color is #8C649E.

Opacity

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

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

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

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

This text has shadow with #8C649E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C649E.

Preview

Color preview on black background

This text has color #8C649E on black background.


Color preview on white background

This text has color #8C649E on white background.


Black color preview on #8C649E background

This text has black color on #8C649E background.


White color preview on #8C649E background

This text has white color on #8C649E background.


Related colors

Complementary color

Complementary color for #hex is #739B61.


I love getcolorcode.com

Triadic colors

1 #9E8C64 and #649E8C with #8C649E are triadic colors.

2 #9E648C and #648C9E with #8C649E are triadic colors.