COLOR #8C5891

HEX: #8C5891 RGB: (140,88,145)

Color info

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

RGB color model

#8C5891 color RGB value is (140,88,145).

RGB: (140,88,145) (55%, 35%, 57%)

RGB channels and saturation

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

140
88
145

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

Portions of RGB colors in percentages

R + G + B = 140 + 88 + 145 = 373 (100%)
R 140 of 373 ~ 37.53%
G 88 of 373 ~ 23.59%
B 145 of 373 ~ 38.87'%

%37.53
%23.59
%38.87

CMYK color model

#8C5891 color CMYK value is (3,39,0,43).

  • cyan value is 3.45%
  • magenta value is 39.31%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (3,39,0,43)
C3M39Y0K43 (3%, 39%, 0%, 43%)
(0.03 / 0.39 / 0.00 / 0.43)

CMYK percentages

%3.45
%39.31
%0
%43.14

Codes

Color #8C5891 in popluar color models

8C 58 91
RGB 140 88 145
HSL 295° 24.46% 45.69%
HSB/HSV 295° 39.31% 56.86%
CMYK 3.45% 39.31% 0.00%
43.14%

Color #8C5891 in popluar number systems.

HEX 8C 58 91
Decimal 140 88 145
Binary 10001100 1011000 10010001
Octal 214 130 221

Shades and tints

Shades of #8C5891

#8C5891
(140,88,145)
#805084
(128,80,132)
#744877
(116,72,119)
#68406A
(104,64,106)
#5C385D
(92,56,93)
#503050
(80,48,80)
#442843
(68,40,67)
#382036
(56,32,54)
#2C1829
(44,24,41)
#20101C
(32,16,28)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #8C5891

#8C5891
(140,88,145)
#96679B
(150,103,155)
#A076A5
(160,118,165)
#AA85AF
(170,133,175)
#B494B9
(180,148,185)
#BEA3C3
(190,163,195)
#C8B2CD
(200,178,205)
#D2C1D7
(210,193,215)
#DCD0E1
(220,208,225)
#E6DFEB
(230,223,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5891; }

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

This text font color is #8C5891.

Background Color

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

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

This div background color is #8C5891.

Border color

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

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

This div border color is #8C5891.

Opacity

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

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

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

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

This text has shadow with #8C5891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5891.

Preview

Color preview on black background

This text has color #8C5891 on black background.


Color preview on white background

This text has color #8C5891 on white background.


Black color preview on #8C5891 background

This text has black color on #8C5891 background.


White color preview on #8C5891 background

This text has white color on #8C5891 background.


Related colors

Complementary color

Complementary color for #hex is #73A76E.


I love getcolorcode.com

Triadic colors

1 #918C58 and #58918C with #8C5891 are triadic colors.

2 #91588C and #588C91 with #8C5891 are triadic colors.