COLOR #8C638C

HEX: #8C638C
RGB: (140,99,140)

Color info

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

RGB color model

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

  • red value is 140;
  • green value is 99;
  • blue value is 140.
RGB:
(140,99,140)
(55%,39%,55%)

RGB channels and saturation

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

140
99
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 99 + 140 = 379 (100%)
R 140 of 379 ~ 36.94%
G 99 of 379 ~ 26.12%
B 140 of 379 ~ 36.94%

%36.94
%26.12
%36.94

CMYK color model

#8C638C color CMYK value is (0,29,0,45).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,29,0,45)
C0M29Y0K45 
(0%,29%,0%,45%)
(0.00/0.29/0.00/0.45)	

CMYK percentages

%0
%29.29
%0
%45.1

Codes

Color #8C638C in popluar color models

8C638C
RGB14099140
HSL300°17.15%46.86%
HSB/HSV300°29.29%54.90%
CMYK0.00%29.29%0.00%
45.10%

Color #8C638C in popluar number systems.

HEX8C638C
Decimal14099140
Binary10001100110001110001100
Octal214143214

Shades and tints

Shades of #8C638C

#8C638C
(140,99,140)
#805A80
(128,90,128)
#745174
(116,81,116)
#684868
(104,72,104)
#5C3F5C
(92,63,92)
#503650
(80,54,80)
#442D44
(68,45,68)
#382438
(56,36,56)
#2C1B2C
(44,27,44)
#201220
(32,18,32)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #8C638C

#8C638C
(140,99,140)
#967196
(150,113,150)
#A07FA0
(160,127,160)
#AA8DAA
(170,141,170)
#B49BB4
(180,155,180)
#BEA9BE
(190,169,190)
#C8B7C8
(200,183,200)
#D2C5D2
(210,197,210)
#DCD3DC
(220,211,220)
#E6E1E6
(230,225,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C638C; }

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

This text font color is #8C638C.


Background Color

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

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

This div background color is #8C638C.


Border color

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

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

This div border color is #8C638C.


Opacity

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

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

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

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

This text has shadow with #8C638C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C638C on black background.


Color preview on white background

This text has color #8C638C on white background.



Black color preview on #8C638C background

This text has black color on #8C638C background.


White color preview on #8C638C background

This text has white color on #8C638C background.