COLOR #976591

HEX: #976591
RGB: (151,101,145)

Color info

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

RGB color model

#976591 color RGB value is (151,101,145).

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

RGB channels and saturation

R 151 of 255 = 59%
G 101 of 255 = 40%
B 145 of 255 = 57%

151
101
145

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

Portions of RGB colors in percentages

R + G + B =
151 + 101 + 145 = 397 (100%)
R 151 of 397 ~ 38.04%
G 101 of 397 ~ 25.44%
B 145 of 397 ~ 36.52%

%38.04
%25.44
%36.52

CMYK color model

#976591 color CMYK value is (0,33,4,41).

  • cyan value is 0.00%
  • magenta value is 33.11%
  • yellow value is 3.97%
  • key color value is 40.78%
CMYK:
(0,33,4,41)
C0M33Y4K41 
(0%,33%,4%,41%)
(0.00/0.33/0.04/0.41)	

CMYK percentages

%0
%33.11
%3.97
%40.78

Codes

Color #976591 in popluar color models

976591
RGB151101145
HSL307°19.84%49.41%
HSB/HSV307°33.11%59.22%
CMYK0.00%33.11%3.97%
40.78%

Color #976591 in popluar number systems.

HEX976591
Decimal151101145
Binary10010111110010110010001
Octal227145221

Shades and tints

Shades of #976591

#976591
(151,101,145)
#8A5C84
(138,92,132)
#7D5377
(125,83,119)
#704A6A
(112,74,106)
#63415D
(99,65,93)
#563850
(86,56,80)
#492F43
(73,47,67)
#3C2636
(60,38,54)
#2F1D29
(47,29,41)
#22141C
(34,20,28)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #976591

#976591
(151,101,145)
#A0739B
(160,115,155)
#A981A5
(169,129,165)
#B28FAF
(178,143,175)
#BB9DB9
(187,157,185)
#C4ABC3
(196,171,195)
#CDB9CD
(205,185,205)
#D6C7D7
(214,199,215)
#DFD5E1
(223,213,225)
#E8E3EB
(232,227,235)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976591; }

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

This text font color is #976591.


Background Color

.myBgColor { background-color: #976591; }

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

This div background color is #976591.


Border color

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

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

This div border color is #976591.


Opacity

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

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

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

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

This text has shadow with #976591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976591 on black background.


Color preview on white background

This text has color #976591 on white background.



Black color preview on #976591 background

This text has black color on #976591 background.


White color preview on #976591 background

This text has white color on #976591 background.