COLOR #8C4982

HEX: #8C4982
RGB: (140,73,130)

Color info

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

RGB color model

#8C4982 color RGB value is (140,73,130).

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

RGB channels and saturation

R 140 of 255 = 55%
G 73 of 255 = 29%
B 130 of 255 = 51%

140
73
130

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

Portions of RGB colors in percentages

R + G + B =
140 + 73 + 130 = 343 (100%)
R 140 of 343 ~ 40.82%
G 73 of 343 ~ 21.28%
B 130 of 343 ~ 37.9%

%40.82
%21.28
%37.9

CMYK color model

#8C4982 color CMYK value is (0,48,7,45).

  • cyan value is 0.00%
  • magenta value is 47.86%
  • yellow value is 7.14%
  • key color value is 45.10%
CMYK:
(0,48,7,45)
C0M48Y7K45 
(0%,48%,7%,45%)
(0.00/0.48/0.07/0.45)	

CMYK percentages

%0
%47.86
%7.14
%45.1

Codes

Color #8C4982 in popluar color models

8C4982
RGB14073130
HSL309°31.46%41.76%
HSB/HSV309°47.86%54.90%
CMYK0.00%47.86%7.14%
45.10%

Color #8C4982 in popluar number systems.

HEX8C4982
Decimal14073130
Binary10001100100100110000010
Octal214111202

Shades and tints

Shades of #8C4982

#8C4982
(140,73,130)
#804377
(128,67,119)
#743D6C
(116,61,108)
#683761
(104,55,97)
#5C3156
(92,49,86)
#502B4B
(80,43,75)
#442540
(68,37,64)
#381F35
(56,31,53)
#2C192A
(44,25,42)
#20131F
(32,19,31)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #8C4982

#8C4982
(140,73,130)
#96598D
(150,89,141)
#A06998
(160,105,152)
#AA79A3
(170,121,163)
#B489AE
(180,137,174)
#BE99B9
(190,153,185)
#C8A9C4
(200,169,196)
#D2B9CF
(210,185,207)
#DCC9DA
(220,201,218)
#E6D9E5
(230,217,229)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4982; }

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

This text font color is #8C4982.


Background Color

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

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

This div background color is #8C4982.


Border color

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

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

This div border color is #8C4982.


Opacity

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

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

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

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

This text has shadow with #8C4982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4982 on black background.


Color preview on white background

This text has color #8C4982 on white background.



Black color preview on #8C4982 background

This text has black color on #8C4982 background.


White color preview on #8C4982 background

This text has white color on #8C4982 background.