COLOR #8C619E

HEX: #8C619E RGB: (140,97,158)

Color info

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

RGB color model

#8C619E color RGB value is (140,97,158).

RGB: (140,97,158) (55%, 38%, 62%)

RGB channels and saturation

R 140 of 255 = 55%
G 97 of 255 = 38%
B 158 of 255 = 62%

140
97
158

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

Portions of RGB colors in percentages

R + G + B = 140 + 97 + 158 = 395 (100%)
R 140 of 395 ~ 35.44%
G 97 of 395 ~ 24.56%
B 158 of 395 ~ 40'%

%35.44
%24.56
%40

CMYK color model

#8C619E color CMYK value is (11,39,0,38).

  • cyan value is 11.39%
  • magenta value is 38.61%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (11,39,0,38) C11M39Y0K38 (11%,39%,0%,38%) (0.11/0.39/0.00/0.38) 

CMYK percentages

%11.39
%38.61
%0
%38.04

Codes

Color #8C619E in popluar color models

8C 61 9E
RGB 140 97 158
HSL 282° 23.92% 50.00%
HSB/HSV 282° 38.61% 61.96%
CMYK 11.39% 38.61% 0.00%
38.04%

Color #8C619E in popluar number systems.

HEX 8C 61 9E
Decimal 140 97 158
Binary 10001100 1100001 10011110
Octal 214 141 236

Shades and tints

Shades of #8C619E

#8C619E
(140,97,158)
#805990
(128,89,144)
#745182
(116,81,130)
#684974
(104,73,116)
#5C4166
(92,65,102)
#503958
(80,57,88)
#44314A
(68,49,74)
#38293C
(56,41,60)
#2C212E
(44,33,46)
#201920
(32,25,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #8C619E

#8C619E
(140,97,158)
#966FA6
(150,111,166)
#A07DAE
(160,125,174)
#AA8BB6
(170,139,182)
#B499BE
(180,153,190)
#BEA7C6
(190,167,198)
#C8B5CE
(200,181,206)
#D2C3D6
(210,195,214)
#DCD1DE
(220,209,222)
#E6DFE6
(230,223,230)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C619E; }

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

This text font color is #8C619E.

Background Color

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

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

This div background color is #8C619E.

Border color

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

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

This div border color is #8C619E.

Opacity

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

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

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

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

This text has shadow with #8C619E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C619E.

Preview

Color preview on black background

This text has color #8C619E on black background.


Color preview on white background

This text has color #8C619E on white background.


Black color preview on #8C619E background

This text has black color on #8C619E background.


White color preview on #8C619E background

This text has white color on #8C619E background.


Related colors

Complementary color

Complementary color for #hex is #739E61.


I love getcolorcode.com

Triadic colors

1 #9E8C61 and #619E8C with #8C619E are triadic colors.

2 #9E618C and #618C9E with #8C619E are triadic colors.