COLOR #974B90

HEX: #974B90 RGB: (151,75,144)

Color info

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

RGB color model

#974B90 color RGB value is (151,75,144).

RGB: (151,75,144) (59%, 29%, 56%)

RGB channels and saturation

R 151 of 255 = 59%
G 75 of 255 = 29%
B 144 of 255 = 56%

151
75
144

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

Portions of RGB colors in percentages

R + G + B = 151 + 75 + 144 = 370 (100%)
R 151 of 370 ~ 40.81%
G 75 of 370 ~ 20.27%
B 144 of 370 ~ 38.92'%

%40.81
%20.27
%38.92

CMYK color model

#974B90 color CMYK value is (0,50,5,41).

  • cyan value is 0.00%
  • magenta value is 50.33%
  • yellow value is 4.64%
  • key color value is 40.78%

CMYK: (0,50,5,41)
C0M50Y5K41 (0%, 50%, 5%, 41%)
(0.00 / 0.50 / 0.05 / 0.41)

CMYK percentages

%0
%50.33
%4.64
%40.78

Codes

Color #974B90 in popluar color models

97 4B 90
RGB 151 75 144
HSL 306° 33.63% 44.31%
HSB/HSV 306° 50.33% 59.22%
CMYK 0.00% 50.33% 4.64%
40.78%

Color #974B90 in popluar number systems.

HEX 97 4B 90
Decimal 151 75 144
Binary 10010111 1001011 10010000
Octal 227 113 220

Shades and tints

Shades of #974B90

#974B90
(151,75,144)
#8A4583
(138,69,131)
#7D3F76
(125,63,118)
#703969
(112,57,105)
#63335C
(99,51,92)
#562D4F
(86,45,79)
#492742
(73,39,66)
#3C2135
(60,33,53)
#2F1B28
(47,27,40)
#22151B
(34,21,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #974B90

#974B90
(151,75,144)
#A05B9A
(160,91,154)
#A96BA4
(169,107,164)
#B27BAE
(178,123,174)
#BB8BB8
(187,139,184)
#C49BC2
(196,155,194)
#CDABCC
(205,171,204)
#D6BBD6
(214,187,214)
#DFCBE0
(223,203,224)
#E8DBEA
(232,219,234)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974B90 color. Also use rgb(151,75,144) instead hex code.

Text Font Color

.myTextColor { color: #974B90; }

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

This text font color is #974B90.

Background Color

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

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

This div background color is #974B90.

Border color

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

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

This div border color is #974B90.

Opacity

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

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

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

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

This text has shadow with #974B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #974B90.

Preview

Color preview on black background

This text has color #974B90 on black background.


Color preview on white background

This text has color #974B90 on white background.


Black color preview on #974B90 background

This text has black color on #974B90 background.


White color preview on #974B90 background

This text has white color on #974B90 background.


Related colors

Complementary color

Complementary color for #hex is #68B46F.


I love getcolorcode.com

Triadic colors

1 #90974B and #4B9097 with #974B90 are triadic colors.

2 #904B97 and #4B9790 with #974B90 are triadic colors.