COLOR #986591

HEX: #986591
RGB: (152,101,145)

Color info

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

RGB color model

#986591 color RGB value is (152,101,145).

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

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 145 of 255 = 57%

152
101
145

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

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 145 = 398 (100%)
R 152 of 398 ~ 38.19%
G 101 of 398 ~ 25.38%
B 145 of 398 ~ 36.43%

%38.19
%25.38
%36.43

CMYK color model

#986591 color CMYK value is (0,34,5,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(0,34,5,40)
C0M34Y5K40 
(0%,34%,5%,40%)
(0.00/0.34/0.05/0.40)	

CMYK percentages

%0
%33.55
%4.61
%40.39

Codes

Color #986591 in popluar color models

986591
RGB152101145
HSL308°20.16%49.61%
HSB/HSV308°33.55%59.61%
CMYK0.00%33.55%4.61%
40.39%

Color #986591 in popluar number systems.

HEX986591
Decimal152101145
Binary10011000110010110010001
Octal230145221

Shades and tints

Shades of #986591

#986591
(152,101,145)
#8B5C84
(139,92,132)
#7E5377
(126,83,119)
#714A6A
(113,74,106)
#64415D
(100,65,93)
#573850
(87,56,80)
#4A2F43
(74,47,67)
#3D2636
(61,38,54)
#301D29
(48,29,41)
#23141C
(35,20,28)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #986591

#986591
(152,101,145)
#A1739B
(161,115,155)
#AA81A5
(170,129,165)
#B38FAF
(179,143,175)
#BC9DB9
(188,157,185)
#C5ABC3
(197,171,195)
#CEB9CD
(206,185,205)
#D7C7D7
(215,199,215)
#E0D5E1
(224,213,225)
#E9E3EB
(233,227,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #986591; }

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

This text font color is #986591.


Background Color

.myBgColor { background-color: #986591; }

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

This div background color is #986591.


Border color

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

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

This div border color is #986591.


Opacity

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

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

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

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

This text has shadow with #986591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986591 on black background.


Color preview on white background

This text has color #986591 on white background.



Black color preview on #986591 background

This text has black color on #986591 background.


White color preview on #986591 background

This text has white color on #986591 background.