COLOR #8C4992

HEX: #8C4992
RGB: (140,73,146)

Color info

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

RGB color model

#8C4992 color RGB value is (140,73,146).

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

RGB channels and saturation

R 140 of 255 = 55%
G 73 of 255 = 29%
B 146 of 255 = 57%

140
73
146

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

Portions of RGB colors in percentages

R + G + B =
140 + 73 + 146 = 359 (100%)
R 140 of 359 ~ 39%
G 73 of 359 ~ 20.33%
B 146 of 359 ~ 40.67%

%39
%20.33
%40.67

CMYK color model

#8C4992 color CMYK value is (4,50,0,43).

  • cyan value is 4.11%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(4,50,0,43)
C4M50Y0K43 
(4%,50%,0%,43%)
(0.04/0.50/0.00/0.43)	

CMYK percentages

%4.11
%50
%0
%42.75

Codes

Color #8C4992 in popluar color models

8C4992
RGB14073146
HSL295°33.33%42.94%
HSB/HSV295°50.00%57.25%
CMYK4.11%50.00%0.00%
42.75%

Color #8C4992 in popluar number systems.

HEX8C4992
Decimal14073146
Binary10001100100100110010010
Octal214111222

Shades and tints

Shades of #8C4992

#8C4992
(140,73,146)
#804385
(128,67,133)
#743D78
(116,61,120)
#68376B
(104,55,107)
#5C315E
(92,49,94)
#502B51
(80,43,81)
#442544
(68,37,68)
#381F37
(56,31,55)
#2C192A
(44,25,42)
#20131D
(32,19,29)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #8C4992

#8C4992
(140,73,146)
#96599B
(150,89,155)
#A069A4
(160,105,164)
#AA79AD
(170,121,173)
#B489B6
(180,137,182)
#BE99BF
(190,153,191)
#C8A9C8
(200,169,200)
#D2B9D1
(210,185,209)
#DCC9DA
(220,201,218)
#E6D9E3
(230,217,227)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4992; }

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

This text font color is #8C4992.


Background Color

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

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

This div background color is #8C4992.


Border color

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

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

This div border color is #8C4992.


Opacity

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

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

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

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

This text has shadow with #8C4992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4992 on black background.


Color preview on white background

This text has color #8C4992 on white background.



Black color preview on #8C4992 background

This text has black color on #8C4992 background.


White color preview on #8C4992 background

This text has white color on #8C4992 background.