COLOR #987591

HEX: #987591
RGB: (152,117,145)

Color info

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

RGB color model

#987591 color RGB value is (152,117,145).

  • red value is 152;
  • green value is 117;
  • blue value is 145.
RGB:
(152,117,145)
(60%,46%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 117 of 255 = 46%
B 145 of 255 = 57%

152
117
145

R + G + B ~ 54%. #987591 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 117 + 145 = 414 (100%)
R 152 of 414 ~ 36.71%
G 117 of 414 ~ 28.26%
B 145 of 414 ~ 35.02%

%36.71
%28.26
%35.02

CMYK color model

#987591 color CMYK value is (0,23,5,40).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(0,23,5,40)
C0M23Y5K40 
(0%,23%,5%,40%)
(0.00/0.23/0.05/0.40)	

CMYK percentages

%0
%23.03
%4.61
%40.39

Codes

Color #987591 in popluar color models

987591
RGB152117145
HSL312°14.52%52.75%
HSB/HSV312°23.03%59.61%
CMYK0.00%23.03%4.61%
40.39%

Color #987591 in popluar number systems.

HEX987591
Decimal152117145
Binary10011000111010110010001
Octal230165221

Shades and tints

Shades of #987591

#987591
(152,117,145)
#8B6B84
(139,107,132)
#7E6177
(126,97,119)
#71576A
(113,87,106)
#644D5D
(100,77,93)
#574350
(87,67,80)
#4A3943
(74,57,67)
#3D2F36
(61,47,54)
#302529
(48,37,41)
#231B1C
(35,27,28)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #987591

#987591
(152,117,145)
#A1819B
(161,129,155)
#AA8DA5
(170,141,165)
#B399AF
(179,153,175)
#BCA5B9
(188,165,185)
#C5B1C3
(197,177,195)
#CEBDCD
(206,189,205)
#D7C9D7
(215,201,215)
#E0D5E1
(224,213,225)
#E9E1EB
(233,225,235)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987591 color. Also use rgb(152,117,145) instead hex code.

Text Font Color

.myTextColor { color: #987591; }

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

This text font color is #987591.


Background Color

.myBgColor { background-color: #987591; }

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

This div background color is #987591.


Border color

.myBorderColor { border: 1px solid #987591; }

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

This div border color is #987591.


Opacity

.myOpacity80 { color: #987591; opacity: 0.8; }

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

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

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

This text has shadow with #987591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987591 on black background.


Color preview on white background

This text has color #987591 on white background.



Black color preview on #987591 background

This text has black color on #987591 background.


White color preview on #987591 background

This text has white color on #987591 background.