COLOR #971B73

HEX: #971B73
RGB: (151,27,115)

Color info

#971B73 contains mainly red and blue colors. Web safe color of #971B73 is #993366 (or #936).

RGB color model

#971B73 color RGB value is (151,27,115).

  • red value is 151;
  • green value is 27;
  • blue value is 115.
RGB:
(151,27,115)
(59%,11%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 27 of 255 = 11%
B 115 of 255 = 45%

151
27
115

R + G + B ~ 38%. #971B73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 27 + 115 = 293 (100%)
R 151 of 293 ~ 51.54%
G 27 of 293 ~ 9.22%
B 115 of 293 ~ 39.25%

%51.54
%39.25

CMYK color model

#971B73 color CMYK value is (0,82,24,41).

  • cyan value is 0.00%
  • magenta value is 82.12%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,82,24,41)
C0M82Y24K41 
(0%,82%,24%,41%)
(0.00/0.82/0.24/0.41)	

CMYK percentages

%0
%82.12
%23.84
%40.78

Codes

Color #971B73 in popluar color models

971B73
RGB15127115
HSL317°69.66%34.90%
HSB/HSV317°82.12%59.22%
CMYK0.00%82.12%23.84%
40.78%

Color #971B73 in popluar number systems.

HEX971B73
Decimal15127115
Binary10010111110111110011
Octal22733163

Shades and tints

Shades of #971B73

#971B73
(151,27,115)
#8A1969
(138,25,105)
#7D175F
(125,23,95)
#701555
(112,21,85)
#63134B
(99,19,75)
#561141
(86,17,65)
#490F37
(73,15,55)
#3C0D2D
(60,13,45)
#2F0B23
(47,11,35)
#220919
(34,9,25)
#15070F
(21,7,15)
#000000
(0,0,0)

Tints of #971B73

#971B73
(151,27,115)
#A02F7F
(160,47,127)
#A9438B
(169,67,139)
#B25797
(178,87,151)
#BB6BA3
(187,107,163)
#C47FAF
(196,127,175)
#CD93BB
(205,147,187)
#D6A7C7
(214,167,199)
#DFBBD3
(223,187,211)
#E8CFDF
(232,207,223)
#F1E3EB
(241,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #971B73 color. Also use rgb(151,27,115) instead hex code.

Text Font Color

.myTextColor { color: #971B73; }

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

This text font color is #971B73.


Background Color

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

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

This div background color is #971B73.


Border color

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

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

This div border color is #971B73.


Opacity

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

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

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

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

This text has shadow with #971B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #971B73 on black background.


Color preview on white background

This text has color #971B73 on white background.



Black color preview on #971B73 background

This text has black color on #971B73 background.


White color preview on #971B73 background

This text has white color on #971B73 background.