COLOR #974F85

HEX: #974F85
RGB: (151,79,133)

Color info

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

RGB color model

#974F85 color RGB value is (151,79,133).

  • red value is 151;
  • green value is 79;
  • blue value is 133.
RGB:
(151,79,133)
(59%,31%,52%)

RGB channels and saturation

R 151 of 255 = 59%
G 79 of 255 = 31%
B 133 of 255 = 52%

151
79
133

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

Portions of RGB colors in percentages

R + G + B =
151 + 79 + 133 = 363 (100%)
R 151 of 363 ~ 41.6%
G 79 of 363 ~ 21.76%
B 133 of 363 ~ 36.64%

%41.6
%21.76
%36.64

CMYK color model

#974F85 color CMYK value is (0,48,12,41).

  • cyan value is 0.00%
  • magenta value is 47.68%
  • yellow value is 11.92%
  • key color value is 40.78%
CMYK:
(0,48,12,41)
C0M48Y12K41 
(0%,48%,12%,41%)
(0.00/0.48/0.12/0.41)	

CMYK percentages

%0
%47.68
%11.92
%40.78

Codes

Color #974F85 in popluar color models

974F85
RGB15179133
HSL315°31.30%45.10%
HSB/HSV315°47.68%59.22%
CMYK0.00%47.68%11.92%
40.78%

Color #974F85 in popluar number systems.

HEX974F85
Decimal15179133
Binary10010111100111110000101
Octal227117205

Shades and tints

Shades of #974F85

#974F85
(151,79,133)
#8A4879
(138,72,121)
#7D416D
(125,65,109)
#703A61
(112,58,97)
#633355
(99,51,85)
#562C49
(86,44,73)
#49253D
(73,37,61)
#3C1E31
(60,30,49)
#2F1725
(47,23,37)
#221019
(34,16,25)
#15090D
(21,9,13)
#000000
(0,0,0)

Tints of #974F85

#974F85
(151,79,133)
#A05F90
(160,95,144)
#A96F9B
(169,111,155)
#B27FA6
(178,127,166)
#BB8FB1
(187,143,177)
#C49FBC
(196,159,188)
#CDAFC7
(205,175,199)
#D6BFD2
(214,191,210)
#DFCFDD
(223,207,221)
#E8DFE8
(232,223,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974F85; }

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

This text font color is #974F85.


Background Color

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

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

This div background color is #974F85.


Border color

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

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

This div border color is #974F85.


Opacity

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

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

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

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

This text has shadow with #974F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974F85 on black background.


Color preview on white background

This text has color #974F85 on white background.



Black color preview on #974F85 background

This text has black color on #974F85 background.


White color preview on #974F85 background

This text has white color on #974F85 background.