COLOR #973BA8

HEX: #973BA8
RGB: (151,59,168)

Color info

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

RGB color model

#973BA8 color RGB value is (151,59,168).

  • red value is 151;
  • green value is 59;
  • blue value is 168.
RGB:
(151,59,168)
(59%,23%,66%)

RGB channels and saturation

R 151 of 255 = 59%
G 59 of 255 = 23%
B 168 of 255 = 66%

151
59
168

R + G + B ~ 49%. #973BA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 59 + 168 = 378 (100%)
R 151 of 378 ~ 39.95%
G 59 of 378 ~ 15.61%
B 168 of 378 ~ 44.44%

%39.95
%15.61
%44.44

CMYK color model

#973BA8 color CMYK value is (10,65,0,34).

  • cyan value is 10.12%
  • magenta value is 64.88%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(10,65,0,34)
C10M65Y0K34 
(10%,65%,0%,34%)
(0.10/0.65/0.00/0.34)	

CMYK percentages

%10.12
%64.88
%0
%34.12

Codes

Color #973BA8 in popluar color models

973BA8
RGB15159168
HSL291°48.02%44.51%
HSB/HSV291°64.88%65.88%
CMYK10.12%64.88%0.00%
34.12%

Color #973BA8 in popluar number systems.

HEX973BA8
Decimal15159168
Binary1001011111101110101000
Octal22773250

Shades and tints

Shades of #973BA8

#973BA8
(151,59,168)
#8A3699
(138,54,153)
#7D318A
(125,49,138)
#702C7B
(112,44,123)
#63276C
(99,39,108)
#56225D
(86,34,93)
#491D4E
(73,29,78)
#3C183F
(60,24,63)
#2F1330
(47,19,48)
#220E21
(34,14,33)
#150912
(21,9,18)
#000000
(0,0,0)

Tints of #973BA8

#973BA8
(151,59,168)
#A04CAF
(160,76,175)
#A95DB6
(169,93,182)
#B26EBD
(178,110,189)
#BB7FC4
(187,127,196)
#C490CB
(196,144,203)
#CDA1D2
(205,161,210)
#D6B2D9
(214,178,217)
#DFC3E0
(223,195,224)
#E8D4E7
(232,212,231)
#F1E5EE
(241,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973BA8 color. Also use rgb(151,59,168) instead hex code.

Text Font Color

.myTextColor { color: #973BA8; }

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

This text font color is #973BA8.


Background Color

.myBgColor { background-color: #973BA8; }

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

This div background color is #973BA8.


Border color

.myBorderColor { border: 1px solid #973BA8; }

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

This div border color is #973BA8.


Opacity

.myOpacity80 { color: #973BA8; opacity: 0.8; }

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

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

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

This text has shadow with #973BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973BA8 on black background.


Color preview on white background

This text has color #973BA8 on white background.



Black color preview on #973BA8 background

This text has black color on #973BA8 background.


White color preview on #973BA8 background

This text has white color on #973BA8 background.