COLOR #974597

HEX: #974597
RGB: (151,69,151)

Color info

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

RGB color model

#974597 color RGB value is (151,69,151).

  • red value is 151;
  • green value is 69;
  • blue value is 151.
RGB:
(151,69,151)
(59%,27%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 69 of 255 = 27%
B 151 of 255 = 59%

151
69
151

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

Portions of RGB colors in percentages

R + G + B =
151 + 69 + 151 = 371 (100%)
R 151 of 371 ~ 40.7%
G 69 of 371 ~ 18.6%
B 151 of 371 ~ 40.7%

%40.7
%18.6
%40.7

CMYK color model

#974597 color CMYK value is (0,54,0,41).

  • cyan value is 0.00%
  • magenta value is 54.30%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(0,54,0,41)
C0M54Y0K41 
(0%,54%,0%,41%)
(0.00/0.54/0.00/0.41)	

CMYK percentages

%0
%54.3
%0
%40.78

Codes

Color #974597 in popluar color models

974597
RGB15169151
HSL300°37.27%43.14%
HSB/HSV300°54.30%59.22%
CMYK0.00%54.30%0.00%
40.78%

Color #974597 in popluar number systems.

HEX974597
Decimal15169151
Binary10010111100010110010111
Octal227105227

Shades and tints

Shades of #974597

#974597
(151,69,151)
#8A3F8A
(138,63,138)
#7D397D
(125,57,125)
#703370
(112,51,112)
#632D63
(99,45,99)
#562756
(86,39,86)
#492149
(73,33,73)
#3C1B3C
(60,27,60)
#2F152F
(47,21,47)
#220F22
(34,15,34)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #974597

#974597
(151,69,151)
#A055A0
(160,85,160)
#A965A9
(169,101,169)
#B275B2
(178,117,178)
#BB85BB
(187,133,187)
#C495C4
(196,149,196)
#CDA5CD
(205,165,205)
#D6B5D6
(214,181,214)
#DFC5DF
(223,197,223)
#E8D5E8
(232,213,232)
#F1E5F1
(241,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974597 color. Also use rgb(151,69,151) instead hex code.

Text Font Color

.myTextColor { color: #974597; }

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

This text font color is #974597.


Background Color

.myBgColor { background-color: #974597; }

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

This div background color is #974597.


Border color

.myBorderColor { border: 1px solid #974597; }

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

This div border color is #974597.


Opacity

.myOpacity80 { color: #974597; opacity: 0.8; }

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

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

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

This text has shadow with #974597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974597 on black background.


Color preview on white background

This text has color #974597 on white background.



Black color preview on #974597 background

This text has black color on #974597 background.


White color preview on #974597 background

This text has white color on #974597 background.