COLOR #974B92

HEX: #974B92
RGB: (151,75,146)

Color info

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

RGB color model

#974B92 color RGB value is (151,75,146).

  • red value is 151;
  • green value is 75;
  • blue value is 146.
RGB:
(151,75,146)
(59%,29%,57%)

RGB channels and saturation

R 151 of 255 = 59%
G 75 of 255 = 29%
B 146 of 255 = 57%

151
75
146

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

Portions of RGB colors in percentages

R + G + B =
151 + 75 + 146 = 372 (100%)
R 151 of 372 ~ 40.59%
G 75 of 372 ~ 20.16%
B 146 of 372 ~ 39.25%

%40.59
%20.16
%39.25

CMYK color model

#974B92 color CMYK value is (0,50,3,41).

  • cyan value is 0.00%
  • magenta value is 50.33%
  • yellow value is 3.31%
  • key color value is 40.78%
CMYK:
(0,50,3,41)
C0M50Y3K41 
(0%,50%,3%,41%)
(0.00/0.50/0.03/0.41)	

CMYK percentages

%0
%50.33
%3.31
%40.78

Codes

Color #974B92 in popluar color models

974B92
RGB15175146
HSL304°33.63%44.31%
HSB/HSV304°50.33%59.22%
CMYK0.00%50.33%3.31%
40.78%

Color #974B92 in popluar number systems.

HEX974B92
Decimal15175146
Binary10010111100101110010010
Octal227113222

Shades and tints

Shades of #974B92

#974B92
(151,75,146)
#8A4585
(138,69,133)
#7D3F78
(125,63,120)
#70396B
(112,57,107)
#63335E
(99,51,94)
#562D51
(86,45,81)
#492744
(73,39,68)
#3C2137
(60,33,55)
#2F1B2A
(47,27,42)
#22151D
(34,21,29)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #974B92

#974B92
(151,75,146)
#A05B9B
(160,91,155)
#A96BA4
(169,107,164)
#B27BAD
(178,123,173)
#BB8BB6
(187,139,182)
#C49BBF
(196,155,191)
#CDABC8
(205,171,200)
#D6BBD1
(214,187,209)
#DFCBDA
(223,203,218)
#E8DBE3
(232,219,227)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974B92; }

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

This text font color is #974B92.


Background Color

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

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

This div background color is #974B92.


Border color

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

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

This div border color is #974B92.


Opacity

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

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

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

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

This text has shadow with #974B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974B92 on black background.


Color preview on white background

This text has color #974B92 on white background.



Black color preview on #974B92 background

This text has black color on #974B92 background.


White color preview on #974B92 background

This text has white color on #974B92 background.