COLOR #971B99

HEX: #971B99
RGB: (151,27,153)

Color info

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

RGB color model

#971B99 color RGB value is (151,27,153).

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

RGB channels and saturation

R 151 of 255 = 59%
G 27 of 255 = 11%
B 153 of 255 = 60%

151
27
153

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

Portions of RGB colors in percentages

R + G + B =
151 + 27 + 153 = 331 (100%)
R 151 of 331 ~ 45.62%
G 27 of 331 ~ 8.16%
B 153 of 331 ~ 46.22%

%45.62
%46.22

CMYK color model

#971B99 color CMYK value is (1,82,0,40).

  • cyan value is 1.31%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,82,0,40)
C1M82Y0K40 
(1%,82%,0%,40%)
(0.01/0.82/0.00/0.40)	

CMYK percentages

%1.31
%82.35
%0
%40

Codes

Color #971B99 in popluar color models

971B99
RGB15127153
HSL299°70.00%35.29%
HSB/HSV299°82.35%60.00%
CMYK1.31%82.35%0.00%
40.00%

Color #971B99 in popluar number systems.

HEX971B99
Decimal15127153
Binary100101111101110011001
Octal22733231

Shades and tints

Shades of #971B99

#971B99
(151,27,153)
#8A198C
(138,25,140)
#7D177F
(125,23,127)
#701572
(112,21,114)
#631365
(99,19,101)
#561158
(86,17,88)
#490F4B
(73,15,75)
#3C0D3E
(60,13,62)
#2F0B31
(47,11,49)
#220924
(34,9,36)
#150717
(21,7,23)
#000000
(0,0,0)

Tints of #971B99

#971B99
(151,27,153)
#A02FA2
(160,47,162)
#A943AB
(169,67,171)
#B257B4
(178,87,180)
#BB6BBD
(187,107,189)
#C47FC6
(196,127,198)
#CD93CF
(205,147,207)
#D6A7D8
(214,167,216)
#DFBBE1
(223,187,225)
#E8CFEA
(232,207,234)
#F1E3F3
(241,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #971B99; }

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

This text font color is #971B99.


Background Color

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

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

This div background color is #971B99.


Border color

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

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

This div border color is #971B99.


Opacity

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

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

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

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

This text has shadow with #971B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #971B99 on black background.


Color preview on white background

This text has color #971B99 on white background.



Black color preview on #971B99 background

This text has black color on #971B99 background.


White color preview on #971B99 background

This text has white color on #971B99 background.