COLOR #973ACE

HEX: #973ACE
RGB: (151,58,206)

Color info

#973ACE contains mainly red and blue colors. Web safe color of #973ACE is #9933CC (or #93C).

RGB color model

#973ACE color RGB value is (151,58,206).

  • red value is 151;
  • green value is 58;
  • blue value is 206.
RGB:
(151,58,206)
(59%,23%,81%)

RGB channels and saturation

R 151 of 255 = 59%
G 58 of 255 = 23%
B 206 of 255 = 81%

151
58
206

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

Portions of RGB colors in percentages

R + G + B =
151 + 58 + 206 = 415 (100%)
R 151 of 415 ~ 36.39%
G 58 of 415 ~ 13.98%
B 206 of 415 ~ 49.64%

%36.39
%13.98
%49.64

CMYK color model

#973ACE color CMYK value is (27,72,0,19).

  • cyan value is 26.70%
  • magenta value is 71.84%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,72,0,19)
C27M72Y0K19 
(27%,72%,0%,19%)
(0.27/0.72/0.00/0.19)	

CMYK percentages

%26.7
%71.84
%0
%19.22

Codes

Color #973ACE in popluar color models

973ACE
RGB15158206
HSL278°60.16%51.76%
HSB/HSV278°71.84%80.78%
CMYK26.70%71.84%0.00%
19.22%

Color #973ACE in popluar number systems.

HEX973ACE
Decimal15158206
Binary1001011111101011001110
Octal22772316

Shades and tints

Shades of #973ACE

#973ACE
(151,58,206)
#8A35BC
(138,53,188)
#7D30AA
(125,48,170)
#702B98
(112,43,152)
#632686
(99,38,134)
#562174
(86,33,116)
#491C62
(73,28,98)
#3C1750
(60,23,80)
#2F123E
(47,18,62)
#220D2C
(34,13,44)
#15081A
(21,8,26)
#000000
(0,0,0)

Tints of #973ACE

#973ACE
(151,58,206)
#A04BD2
(160,75,210)
#A95CD6
(169,92,214)
#B26DDA
(178,109,218)
#BB7EDE
(187,126,222)
#C48FE2
(196,143,226)
#CDA0E6
(205,160,230)
#D6B1EA
(214,177,234)
#DFC2EE
(223,194,238)
#E8D3F2
(232,211,242)
#F1E4F6
(241,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973ACE color. Also use rgb(151,58,206) instead hex code.

Text Font Color

.myTextColor { color: #973ACE; }

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

This text font color is #973ACE.


Background Color

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

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

This div background color is #973ACE.


Border color

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

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

This div border color is #973ACE.


Opacity

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

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

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

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

This text has shadow with #973ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973ACE on black background.


Color preview on white background

This text has color #973ACE on white background.



Black color preview on #973ACE background

This text has black color on #973ACE background.


White color preview on #973ACE background

This text has white color on #973ACE background.