COLOR #974888

HEX: #974888
RGB: (151,72,136)

Color info

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

RGB color model

#974888 color RGB value is (151,72,136).

  • red value is 151;
  • green value is 72;
  • blue value is 136.
RGB:
(151,72,136)
(59%,28%,53%)

RGB channels and saturation

R 151 of 255 = 59%
G 72 of 255 = 28%
B 136 of 255 = 53%

151
72
136

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

Portions of RGB colors in percentages

R + G + B =
151 + 72 + 136 = 359 (100%)
R 151 of 359 ~ 42.06%
G 72 of 359 ~ 20.06%
B 136 of 359 ~ 37.88%

%42.06
%20.06
%37.88

CMYK color model

#974888 color CMYK value is (0,52,10,41).

  • cyan value is 0.00%
  • magenta value is 52.32%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(0,52,10,41)
C0M52Y10K41 
(0%,52%,10%,41%)
(0.00/0.52/0.10/0.41)	

CMYK percentages

%0
%52.32
%9.93
%40.78

Codes

Color #974888 in popluar color models

974888
RGB15172136
HSL311°35.43%43.73%
HSB/HSV311°52.32%59.22%
CMYK0.00%52.32%9.93%
40.78%

Color #974888 in popluar number systems.

HEX974888
Decimal15172136
Binary10010111100100010001000
Octal227110210

Shades and tints

Shades of #974888

#974888
(151,72,136)
#8A427C
(138,66,124)
#7D3C70
(125,60,112)
#703664
(112,54,100)
#633058
(99,48,88)
#562A4C
(86,42,76)
#492440
(73,36,64)
#3C1E34
(60,30,52)
#2F1828
(47,24,40)
#22121C
(34,18,28)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #974888

#974888
(151,72,136)
#A05892
(160,88,146)
#A9689C
(169,104,156)
#B278A6
(178,120,166)
#BB88B0
(187,136,176)
#C498BA
(196,152,186)
#CDA8C4
(205,168,196)
#D6B8CE
(214,184,206)
#DFC8D8
(223,200,216)
#E8D8E2
(232,216,226)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974888; }

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

This text font color is #974888.


Background Color

.myBgColor { background-color: #974888; }

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

This div background color is #974888.


Border color

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

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

This div border color is #974888.


Opacity

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

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

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

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

This text has shadow with #974888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974888 on black background.


Color preview on white background

This text has color #974888 on white background.



Black color preview on #974888 background

This text has black color on #974888 background.


White color preview on #974888 background

This text has white color on #974888 background.