COLOR #974CA5

HEX: #974CA5
RGB: (151,76,165)

Color info

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

RGB color model

#974CA5 color RGB value is (151,76,165).

  • red value is 151;
  • green value is 76;
  • blue value is 165.
RGB:
(151,76,165)
(59%,30%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 76 of 255 = 30%
B 165 of 255 = 65%

151
76
165

R + G + B ~ 51%. #974CA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 76 + 165 = 392 (100%)
R 151 of 392 ~ 38.52%
G 76 of 392 ~ 19.39%
B 165 of 392 ~ 42.09%

%38.52
%19.39
%42.09

CMYK color model

#974CA5 color CMYK value is (8,54,0,35).

  • cyan value is 8.48%
  • magenta value is 53.94%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(8,54,0,35)
C8M54Y0K35 
(8%,54%,0%,35%)
(0.08/0.54/0.00/0.35)	

CMYK percentages

%8.48
%53.94
%0
%35.29

Codes

Color #974CA5 in popluar color models

974CA5
RGB15176165
HSL291°36.93%47.25%
HSB/HSV291°53.94%64.71%
CMYK8.48%53.94%0.00%
35.29%

Color #974CA5 in popluar number systems.

HEX974CA5
Decimal15176165
Binary10010111100110010100101
Octal227114245

Shades and tints

Shades of #974CA5

#974CA5
(151,76,165)
#8A4696
(138,70,150)
#7D4087
(125,64,135)
#703A78
(112,58,120)
#633469
(99,52,105)
#562E5A
(86,46,90)
#49284B
(73,40,75)
#3C223C
(60,34,60)
#2F1C2D
(47,28,45)
#22161E
(34,22,30)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #974CA5

#974CA5
(151,76,165)
#A05CAD
(160,92,173)
#A96CB5
(169,108,181)
#B27CBD
(178,124,189)
#BB8CC5
(187,140,197)
#C49CCD
(196,156,205)
#CDACD5
(205,172,213)
#D6BCDD
(214,188,221)
#DFCCE5
(223,204,229)
#E8DCED
(232,220,237)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974CA5 color. Also use rgb(151,76,165) instead hex code.

Text Font Color

.myTextColor { color: #974CA5; }

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

This text font color is #974CA5.


Background Color

.myBgColor { background-color: #974CA5; }

<div style="background-color:#974CA5">Inner text</div>

This div background color is #974CA5.


Border color

.myBorderColor { border: 1px solid #974CA5; }

<div style="border:3px solid #974CA5">Div</div>

This div border color is #974CA5.


Opacity

.myOpacity80 { color: #974CA5; opacity: 0.8; }

<p style="color:#974CA5;opacity:0.8;">80%</p>

Text with #974CA5 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 #974CA5;}

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

This text has shadow with #974CA5 color.

.textShadow {text-shadow: 3px 3px 1px #974CA5, 3px 3px 1px red;}

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

This text has shadow with #974CA5 primary color and red secondary color.


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

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

This text has shadow with #974CA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974CA5 on black background.


Color preview on white background

This text has color #974CA5 on white background.



Black color preview on #974CA5 background

This text has black color on #974CA5 background.


White color preview on #974CA5 background

This text has white color on #974CA5 background.