COLOR #8C4082

HEX: #8C4082
RGB: (140,64,130)

Color info

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

RGB color model

#8C4082 color RGB value is (140,64,130).

  • red value is 140;
  • green value is 64;
  • blue value is 130.
RGB:
(140,64,130)
(55%,25%,51%)

RGB channels and saturation

R 140 of 255 = 55%
G 64 of 255 = 25%
B 130 of 255 = 51%

140
64
130

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

Portions of RGB colors in percentages

R + G + B =
140 + 64 + 130 = 334 (100%)
R 140 of 334 ~ 41.92%
G 64 of 334 ~ 19.16%
B 130 of 334 ~ 38.92%

%41.92
%19.16
%38.92

CMYK color model

#8C4082 color CMYK value is (0,54,7,45).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 7.14%
  • key color value is 45.10%
CMYK:
(0,54,7,45)
C0M54Y7K45 
(0%,54%,7%,45%)
(0.00/0.54/0.07/0.45)	

CMYK percentages

%0
%54.29
%7.14
%45.1

Codes

Color #8C4082 in popluar color models

8C4082
RGB14064130
HSL308°37.25%40.00%
HSB/HSV308°54.29%54.90%
CMYK0.00%54.29%7.14%
45.10%

Color #8C4082 in popluar number systems.

HEX8C4082
Decimal14064130
Binary10001100100000010000010
Octal214100202

Shades and tints

Shades of #8C4082

#8C4082
(140,64,130)
#803B77
(128,59,119)
#74366C
(116,54,108)
#683161
(104,49,97)
#5C2C56
(92,44,86)
#50274B
(80,39,75)
#442240
(68,34,64)
#381D35
(56,29,53)
#2C182A
(44,24,42)
#20131F
(32,19,31)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8C4082

#8C4082
(140,64,130)
#96518D
(150,81,141)
#A06298
(160,98,152)
#AA73A3
(170,115,163)
#B484AE
(180,132,174)
#BE95B9
(190,149,185)
#C8A6C4
(200,166,196)
#D2B7CF
(210,183,207)
#DCC8DA
(220,200,218)
#E6D9E5
(230,217,229)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4082; }

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

This text font color is #8C4082.


Background Color

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

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

This div background color is #8C4082.


Border color

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

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

This div border color is #8C4082.


Opacity

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

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

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

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

This text has shadow with #8C4082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4082 on black background.


Color preview on white background

This text has color #8C4082 on white background.



Black color preview on #8C4082 background

This text has black color on #8C4082 background.


White color preview on #8C4082 background

This text has white color on #8C4082 background.