COLOR #976FC9

HEX: #976FC9
RGB: (151,111,201)

Color info

#976FC9 contains mainly red and blue colors. Web safe color of #976FC9 is #9966CC (or #96C).

RGB color model

#976FC9 color RGB value is (151,111,201).

  • red value is 151;
  • green value is 111;
  • blue value is 201.
RGB:
(151,111,201)
(59%,44%,79%)

RGB channels and saturation

R 151 of 255 = 59%
G 111 of 255 = 44%
B 201 of 255 = 79%

151
111
201

R + G + B ~ 61%. #976FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 111 + 201 = 463 (100%)
R 151 of 463 ~ 32.61%
G 111 of 463 ~ 23.97%
B 201 of 463 ~ 43.41%

%32.61
%23.97
%43.41

CMYK color model

#976FC9 color CMYK value is (25,45,0,21).

  • cyan value is 24.88%
  • magenta value is 44.78%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(25,45,0,21)
C25M45Y0K21 
(25%,45%,0%,21%)
(0.25/0.45/0.00/0.21)	

CMYK percentages

%24.88
%44.78
%0
%21.18

Codes

Color #976FC9 in popluar color models

976FC9
RGB151111201
HSL267°45.45%61.18%
HSB/HSV267°44.78%78.82%
CMYK24.88%44.78%0.00%
21.18%

Color #976FC9 in popluar number systems.

HEX976FC9
Decimal151111201
Binary10010111110111111001001
Octal227157311

Shades and tints

Shades of #976FC9

#976FC9
(151,111,201)
#8A65B7
(138,101,183)
#7D5BA5
(125,91,165)
#705193
(112,81,147)
#634781
(99,71,129)
#563D6F
(86,61,111)
#49335D
(73,51,93)
#3C294B
(60,41,75)
#2F1F39
(47,31,57)
#221527
(34,21,39)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #976FC9

#976FC9
(151,111,201)
#A07CCD
(160,124,205)
#A989D1
(169,137,209)
#B296D5
(178,150,213)
#BBA3D9
(187,163,217)
#C4B0DD
(196,176,221)
#CDBDE1
(205,189,225)
#D6CAE5
(214,202,229)
#DFD7E9
(223,215,233)
#E8E4ED
(232,228,237)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976FC9 color. Also use rgb(151,111,201) instead hex code.

Text Font Color

.myTextColor { color: #976FC9; }

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

This text font color is #976FC9.


Background Color

.myBgColor { background-color: #976FC9; }

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

This div background color is #976FC9.


Border color

.myBorderColor { border: 1px solid #976FC9; }

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

This div border color is #976FC9.


Opacity

.myOpacity80 { color: #976FC9; opacity: 0.8; }

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

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

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

This text has shadow with #976FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976FC9 on black background.


Color preview on white background

This text has color #976FC9 on white background.



Black color preview on #976FC9 background

This text has black color on #976FC9 background.


White color preview on #976FC9 background

This text has white color on #976FC9 background.