COLOR #8C5892

HEX: #8C5892
RGB: (140,88,146)

Color info

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

RGB color model

#8C5892 color RGB value is (140,88,146).

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

RGB channels and saturation

R 140 of 255 = 55%
G 88 of 255 = 35%
B 146 of 255 = 57%

140
88
146

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

Portions of RGB colors in percentages

R + G + B =
140 + 88 + 146 = 374 (100%)
R 140 of 374 ~ 37.43%
G 88 of 374 ~ 23.53%
B 146 of 374 ~ 39.04%

%37.43
%23.53
%39.04

CMYK color model

#8C5892 color CMYK value is (4,40,0,43).

  • cyan value is 4.11%
  • magenta value is 39.73%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(4,40,0,43)
C4M40Y0K43 
(4%,40%,0%,43%)
(0.04/0.40/0.00/0.43)	

CMYK percentages

%4.11
%39.73
%0
%42.75

Codes

Color #8C5892 in popluar color models

8C5892
RGB14088146
HSL294°24.79%45.88%
HSB/HSV294°39.73%57.25%
CMYK4.11%39.73%0.00%
42.75%

Color #8C5892 in popluar number systems.

HEX8C5892
Decimal14088146
Binary10001100101100010010010
Octal214130222

Shades and tints

Shades of #8C5892

#8C5892
(140,88,146)
#805085
(128,80,133)
#744878
(116,72,120)
#68406B
(104,64,107)
#5C385E
(92,56,94)
#503051
(80,48,81)
#442844
(68,40,68)
#382037
(56,32,55)
#2C182A
(44,24,42)
#20101D
(32,16,29)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #8C5892

#8C5892
(140,88,146)
#96679B
(150,103,155)
#A076A4
(160,118,164)
#AA85AD
(170,133,173)
#B494B6
(180,148,182)
#BEA3BF
(190,163,191)
#C8B2C8
(200,178,200)
#D2C1D1
(210,193,209)
#DCD0DA
(220,208,218)
#E6DFE3
(230,223,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5892; }

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

This text font color is #8C5892.


Background Color

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

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

This div background color is #8C5892.


Border color

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

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

This div border color is #8C5892.


Opacity

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

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

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

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

This text has shadow with #8C5892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5892 on black background.


Color preview on white background

This text has color #8C5892 on white background.



Black color preview on #8C5892 background

This text has black color on #8C5892 background.


White color preview on #8C5892 background

This text has white color on #8C5892 background.