COLOR #971DD9

HEX: #971DD9 RGB: (151,29,217)

Color info

#971DD9 contains mainly blue color. Web safe color of #971DD9 is #9933CC (or #93C).

RGB color model

#971DD9 color RGB value is (151,29,217).

RGB: (151,29,217) (59%, 11%, 85%)

RGB channels and saturation

R 151 of 255 = 59%
G 29 of 255 = 11%
B 217 of 255 = 85%

151
29
217

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

Portions of RGB colors in percentages

R + G + B = 151 + 29 + 217 = 397 (100%)
R 151 of 397 ~ 38.04%
G 29 of 397 ~ 7.3%
B 217 of 397 ~ 54.66'%

%38.04
%54.66

CMYK color model

#971DD9 color CMYK value is (30,87,0,15).

  • cyan value is 30.41%
  • magenta value is 86.64%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (30,87,0,15)
C30M87Y0K15 (30%, 87%, 0%, 15%)
(0.30 / 0.87 / 0.00 / 0.15)

CMYK percentages

%30.41
%86.64
%0
%14.9

Codes

Color #971DD9 in popluar color models

97 1D D9
RGB 151 29 217
HSL 279° 76.42% 48.24%
HSB/HSV 279° 86.64% 85.10%
CMYK 30.41% 86.64% 0.00%
14.90%

Color #971DD9 in popluar number systems.

HEX 97 1D D9
Decimal 151 29 217
Binary 10010111 11101 11011001
Octal 227 35 331

Shades and tints

Shades of #971DD9

#971DD9
(151,29,217)
#8A1BC6
(138,27,198)
#7D19B3
(125,25,179)
#7017A0
(112,23,160)
#63158D
(99,21,141)
#56137A
(86,19,122)
#491167
(73,17,103)
#3C0F54
(60,15,84)
#2F0D41
(47,13,65)
#220B2E
(34,11,46)
#15091B
(21,9,27)
#000000
(0,0,0)

Tints of #971DD9

#971DD9
(151,29,217)
#A031DC
(160,49,220)
#A945DF
(169,69,223)
#B259E2
(178,89,226)
#BB6DE5
(187,109,229)
#C481E8
(196,129,232)
#CD95EB
(205,149,235)
#D6A9EE
(214,169,238)
#DFBDF1
(223,189,241)
#E8D1F4
(232,209,244)
#F1E5F7
(241,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #971DD9; }

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

This text font color is #971DD9.

Background Color

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

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

This div background color is #971DD9.

Border color

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

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

This div border color is #971DD9.

Opacity

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

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

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

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

This text has shadow with #971DD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #971DD9.

Preview

Color preview on black background

This text has color #971DD9 on black background.


Color preview on white background

This text has color #971DD9 on white background.


Black color preview on #971DD9 background

This text has black color on #971DD9 background.


White color preview on #971DD9 background

This text has white color on #971DD9 background.


Related colors

Complementary color

Complementary color for #hex is #68E226.


I love getcolorcode.com

Triadic colors

1 #D9971D and #1DD997 with #971DD9 are triadic colors.

2 #D91D97 and #1D97D9 with #971DD9 are triadic colors.