COLOR #974481

HEX: #974481
RGB: (151,68,129)

Color info

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

RGB color model

#974481 color RGB value is (151,68,129).

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

RGB channels and saturation

R 151 of 255 = 59%
G 68 of 255 = 27%
B 129 of 255 = 51%

151
68
129

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

Portions of RGB colors in percentages

R + G + B =
151 + 68 + 129 = 348 (100%)
R 151 of 348 ~ 43.39%
G 68 of 348 ~ 19.54%
B 129 of 348 ~ 37.07%

%43.39
%19.54
%37.07

CMYK color model

#974481 color CMYK value is (0,55,15,41).

  • cyan value is 0.00%
  • magenta value is 54.97%
  • yellow value is 14.57%
  • key color value is 40.78%
CMYK:
(0,55,15,41)
C0M55Y15K41 
(0%,55%,15%,41%)
(0.00/0.55/0.15/0.41)	

CMYK percentages

%0
%54.97
%14.57
%40.78

Codes

Color #974481 in popluar color models

974481
RGB15168129
HSL316°37.90%42.94%
HSB/HSV316°54.97%59.22%
CMYK0.00%54.97%14.57%
40.78%

Color #974481 in popluar number systems.

HEX974481
Decimal15168129
Binary10010111100010010000001
Octal227104201

Shades and tints

Shades of #974481

#974481
(151,68,129)
#8A3E76
(138,62,118)
#7D386B
(125,56,107)
#703260
(112,50,96)
#632C55
(99,44,85)
#56264A
(86,38,74)
#49203F
(73,32,63)
#3C1A34
(60,26,52)
#2F1429
(47,20,41)
#220E1E
(34,14,30)
#150813
(21,8,19)
#000000
(0,0,0)

Tints of #974481

#974481
(151,68,129)
#A0558C
(160,85,140)
#A96697
(169,102,151)
#B277A2
(178,119,162)
#BB88AD
(187,136,173)
#C499B8
(196,153,184)
#CDAAC3
(205,170,195)
#D6BBCE
(214,187,206)
#DFCCD9
(223,204,217)
#E8DDE4
(232,221,228)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974481; }

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

This text font color is #974481.


Background Color

.myBgColor { background-color: #974481; }

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

This div background color is #974481.


Border color

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

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

This div border color is #974481.


Opacity

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

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

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

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

This text has shadow with #974481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974481 on black background.


Color preview on white background

This text has color #974481 on white background.



Black color preview on #974481 background

This text has black color on #974481 background.


White color preview on #974481 background

This text has white color on #974481 background.