COLOR #971D82

HEX: #971D82
RGB: (151,29,130)

Color info

#971D82 contains mainly red and blue colors. Web safe color of #971D82 is #993399 (or #939).

RGB color model

#971D82 color RGB value is (151,29,130).

  • red value is 151;
  • green value is 29;
  • blue value is 130.
RGB:
(151,29,130)
(59%,11%,51%)

RGB channels and saturation

R 151 of 255 = 59%
G 29 of 255 = 11%
B 130 of 255 = 51%

151
29
130

R + G + B ~ 40%. #971D82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 29 + 130 = 310 (100%)
R 151 of 310 ~ 48.71%
G 29 of 310 ~ 9.35%
B 130 of 310 ~ 41.94%

%48.71
%41.94

CMYK color model

#971D82 color CMYK value is (0,81,14,41).

  • cyan value is 0.00%
  • magenta value is 80.79%
  • yellow value is 13.91%
  • key color value is 40.78%
CMYK:
(0,81,14,41)
C0M81Y14K41 
(0%,81%,14%,41%)
(0.00/0.81/0.14/0.41)	

CMYK percentages

%0
%80.79
%13.91
%40.78

Codes

Color #971D82 in popluar color models

971D82
RGB15129130
HSL310°67.78%35.29%
HSB/HSV310°80.79%59.22%
CMYK0.00%80.79%13.91%
40.78%

Color #971D82 in popluar number systems.

HEX971D82
Decimal15129130
Binary100101111110110000010
Octal22735202

Shades and tints

Shades of #971D82

#971D82
(151,29,130)
#8A1B77
(138,27,119)
#7D196C
(125,25,108)
#701761
(112,23,97)
#631556
(99,21,86)
#56134B
(86,19,75)
#491140
(73,17,64)
#3C0F35
(60,15,53)
#2F0D2A
(47,13,42)
#220B1F
(34,11,31)
#150914
(21,9,20)
#000000
(0,0,0)

Tints of #971D82

#971D82
(151,29,130)
#A0318D
(160,49,141)
#A94598
(169,69,152)
#B259A3
(178,89,163)
#BB6DAE
(187,109,174)
#C481B9
(196,129,185)
#CD95C4
(205,149,196)
#D6A9CF
(214,169,207)
#DFBDDA
(223,189,218)
#E8D1E5
(232,209,229)
#F1E5F0
(241,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #971D82 color. Also use rgb(151,29,130) instead hex code.

Text Font Color

.myTextColor { color: #971D82; }

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

This text font color is #971D82.


Background Color

.myBgColor { background-color: #971D82; }

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

This div background color is #971D82.


Border color

.myBorderColor { border: 1px solid #971D82; }

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

This div border color is #971D82.


Opacity

.myOpacity80 { color: #971D82; opacity: 0.8; }

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

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

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

This text has shadow with #971D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #971D82 on black background.


Color preview on white background

This text has color #971D82 on white background.



Black color preview on #971D82 background

This text has black color on #971D82 background.


White color preview on #971D82 background

This text has white color on #971D82 background.