COLOR #8C468C

HEX: #8C468C
RGB: (140,70,140)

Color info

#8C468C contains mainly red and blue colors. Web safe color of #8C468C is #993399 (or #939).

RGB color model

#8C468C color RGB value is (140,70,140).

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

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 140 of 255 = 55%

140
70
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 70 + 140 = 350 (100%)
R 140 of 350 ~ 40%
G 70 of 350 ~ 20%
B 140 of 350 ~ 40%

%40
%20
%40

CMYK color model

#8C468C color CMYK value is (0,50,0,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,50,0,45)
C0M50Y0K45 
(0%,50%,0%,45%)
(0.00/0.50/0.00/0.45)	

CMYK percentages

%0
%50
%0
%45.1

Codes

Color #8C468C in popluar color models

8C468C
RGB14070140
HSL300°33.33%41.18%
HSB/HSV300°50.00%54.90%
CMYK0.00%50.00%0.00%
45.10%

Color #8C468C in popluar number systems.

HEX8C468C
Decimal14070140
Binary10001100100011010001100
Octal214106214

Shades and tints

Shades of #8C468C

#8C468C
(140,70,140)
#804080
(128,64,128)
#743A74
(116,58,116)
#683468
(104,52,104)
#5C2E5C
(92,46,92)
#502850
(80,40,80)
#442244
(68,34,68)
#381C38
(56,28,56)
#2C162C
(44,22,44)
#201020
(32,16,32)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #8C468C

#8C468C
(140,70,140)
#965696
(150,86,150)
#A066A0
(160,102,160)
#AA76AA
(170,118,170)
#B486B4
(180,134,180)
#BE96BE
(190,150,190)
#C8A6C8
(200,166,200)
#D2B6D2
(210,182,210)
#DCC6DC
(220,198,220)
#E6D6E6
(230,214,230)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C468C; }

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

This text font color is #8C468C.


Background Color

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

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

This div background color is #8C468C.


Border color

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

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

This div border color is #8C468C.


Opacity

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

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

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

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

This text has shadow with #8C468C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C468C on black background.


Color preview on white background

This text has color #8C468C on white background.



Black color preview on #8C468C background

This text has black color on #8C468C background.


White color preview on #8C468C background

This text has white color on #8C468C background.