COLOR #8C638F

HEX: #8C638F RGB: (140,99,143)

Color info

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

RGB color model

#8C638F color RGB value is (140,99,143).

RGB: (140,99,143) (55%, 39%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 99 of 255 = 39%
B 143 of 255 = 56%

140
99
143

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

Portions of RGB colors in percentages

R + G + B = 140 + 99 + 143 = 382 (100%)
R 140 of 382 ~ 36.65%
G 99 of 382 ~ 25.92%
B 143 of 382 ~ 37.43'%

%36.65
%25.92
%37.43

CMYK color model

#8C638F color CMYK value is (2,31,0,44).

  • cyan value is 2.10%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (2,31,0,44)
C2M31Y0K44 (2%, 31%, 0%, 44%)
(0.02 / 0.31 / 0.00 / 0.44)

CMYK percentages

%2.1
%30.77
%0
%43.92

Codes

Color #8C638F in popluar color models

8C 63 8F
RGB 140 99 143
HSL 296° 18.18% 47.45%
HSB/HSV 296° 30.77% 56.08%
CMYK 2.10% 30.77% 0.00%
43.92%

Color #8C638F in popluar number systems.

HEX 8C 63 8F
Decimal 140 99 143
Binary 10001100 1100011 10001111
Octal 214 143 217

Shades and tints

Shades of #8C638F

#8C638F
(140,99,143)
#805A82
(128,90,130)
#745175
(116,81,117)
#684868
(104,72,104)
#5C3F5B
(92,63,91)
#50364E
(80,54,78)
#442D41
(68,45,65)
#382434
(56,36,52)
#2C1B27
(44,27,39)
#20121A
(32,18,26)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #8C638F

#8C638F
(140,99,143)
#967199
(150,113,153)
#A07FA3
(160,127,163)
#AA8DAD
(170,141,173)
#B49BB7
(180,155,183)
#BEA9C1
(190,169,193)
#C8B7CB
(200,183,203)
#D2C5D5
(210,197,213)
#DCD3DF
(220,211,223)
#E6E1E9
(230,225,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C638F color. Also use rgb(140,99,143) instead hex code.

Text Font Color

.myTextColor { color: #8C638F; }

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

This text font color is #8C638F.

Background Color

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

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

This div background color is #8C638F.

Border color

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

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

This div border color is #8C638F.

Opacity

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

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

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

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

This text has shadow with #8C638F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C638F.

Preview

Color preview on black background

This text has color #8C638F on black background.


Color preview on white background

This text has color #8C638F on white background.


Black color preview on #8C638F background

This text has black color on #8C638F background.


White color preview on #8C638F background

This text has white color on #8C638F background.


Related colors

Complementary color

Complementary color for #hex is #739C70.


I love getcolorcode.com

Triadic colors

1 #8F8C63 and #638F8C with #8C638F are triadic colors.

2 #8F638C and #638C8F with #8C638F are triadic colors.