COLOR #974FB1

HEX: #974FB1 RGB: (151,79,177)

Color info

#974FB1 contains mainly red and blue colors. Web safe color of #974FB1 is #996699 (or #969).

RGB color model

#974FB1 color RGB value is (151,79,177).

RGB: (151,79,177) (59%, 31%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 79 of 255 = 31%
B 177 of 255 = 69%

151
79
177

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

Portions of RGB colors in percentages

R + G + B = 151 + 79 + 177 = 407 (100%)
R 151 of 407 ~ 37.1%
G 79 of 407 ~ 19.41%
B 177 of 407 ~ 43.49'%

%37.1
%19.41
%43.49

CMYK color model

#974FB1 color CMYK value is (15,55,0,31).

  • cyan value is 14.69%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (15,55,0,31)
C15M55Y0K31 (15%, 55%, 0%, 31%)
(0.15 / 0.55 / 0.00 / 0.31)

CMYK percentages

%14.69
%55.37
%0
%30.59

Codes

Color #974FB1 in popluar color models

97 4F B1
RGB 151 79 177
HSL 284° 38.58% 50.20%
HSB/HSV 284° 55.37% 69.41%
CMYK 14.69% 55.37% 0.00%
30.59%

Color #974FB1 in popluar number systems.

HEX 97 4F B1
Decimal 151 79 177
Binary 10010111 1001111 10110001
Octal 227 117 261

Shades and tints

Shades of #974FB1

#974FB1
(151,79,177)
#8A48A1
(138,72,161)
#7D4191
(125,65,145)
#703A81
(112,58,129)
#633371
(99,51,113)
#562C61
(86,44,97)
#492551
(73,37,81)
#3C1E41
(60,30,65)
#2F1731
(47,23,49)
#221021
(34,16,33)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #974FB1

#974FB1
(151,79,177)
#A05FB8
(160,95,184)
#A96FBF
(169,111,191)
#B27FC6
(178,127,198)
#BB8FCD
(187,143,205)
#C49FD4
(196,159,212)
#CDAFDB
(205,175,219)
#D6BFE2
(214,191,226)
#DFCFE9
(223,207,233)
#E8DFF0
(232,223,240)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974FB1 color. Also use rgb(151,79,177) instead hex code.

Text Font Color

.myTextColor { color: #974FB1; }

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

This text font color is #974FB1.

Background Color

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

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

This div background color is #974FB1.

Border color

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

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

This div border color is #974FB1.

Opacity

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

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

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

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

This text has shadow with #974FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #974FB1.

Preview

Color preview on black background

This text has color #974FB1 on black background.


Color preview on white background

This text has color #974FB1 on white background.


Black color preview on #974FB1 background

This text has black color on #974FB1 background.


White color preview on #974FB1 background

This text has white color on #974FB1 background.


Related colors

Complementary color

Complementary color for #hex is #68B04E.


I love getcolorcode.com

Triadic colors

1 #B1974F and #4FB197 with #974FB1 are triadic colors.

2 #B14F97 and #4F97B1 with #974FB1 are triadic colors.