COLOR #913EA6

HEX: #913EA6
RGB: (145,62,166)

Color info

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

RGB color model

#913EA6 color RGB value is (145,62,166).

  • red value is 145;
  • green value is 62;
  • blue value is 166.
RGB:
(145,62,166)
(57%,24%,65%)

RGB channels and saturation

R 145 of 255 = 57%
G 62 of 255 = 24%
B 166 of 255 = 65%

145
62
166

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

Portions of RGB colors in percentages

R + G + B =
145 + 62 + 166 = 373 (100%)
R 145 of 373 ~ 38.87%
G 62 of 373 ~ 16.62%
B 166 of 373 ~ 44.5%

%38.87
%16.62
%44.5

CMYK color model

#913EA6 color CMYK value is (13,63,0,35).

  • cyan value is 12.65%
  • magenta value is 62.65%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(13,63,0,35)
C13M63Y0K35 
(13%,63%,0%,35%)
(0.13/0.63/0.00/0.35)	

CMYK percentages

%12.65
%62.65
%0
%34.9

Codes

Color #913EA6 in popluar color models

913EA6
RGB14562166
HSL288°45.61%44.71%
HSB/HSV288°62.65%65.10%
CMYK12.65%62.65%0.00%
34.90%

Color #913EA6 in popluar number systems.

HEX913EA6
Decimal14562166
Binary1001000111111010100110
Octal22176246

Shades and tints

Shades of #913EA6

#913EA6
(145,62,166)
#843997
(132,57,151)
#773488
(119,52,136)
#6A2F79
(106,47,121)
#5D2A6A
(93,42,106)
#50255B
(80,37,91)
#43204C
(67,32,76)
#361B3D
(54,27,61)
#29162E
(41,22,46)
#1C111F
(28,17,31)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #913EA6

#913EA6
(145,62,166)
#9B4FAE
(155,79,174)
#A560B6
(165,96,182)
#AF71BE
(175,113,190)
#B982C6
(185,130,198)
#C393CE
(195,147,206)
#CDA4D6
(205,164,214)
#D7B5DE
(215,181,222)
#E1C6E6
(225,198,230)
#EBD7EE
(235,215,238)
#F5E8F6
(245,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #913EA6 color. Also use rgb(145,62,166) instead hex code.

Text Font Color

.myTextColor { color: #913EA6; }

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

This text font color is #913EA6.


Background Color

.myBgColor { background-color: #913EA6; }

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

This div background color is #913EA6.


Border color

.myBorderColor { border: 1px solid #913EA6; }

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

This div border color is #913EA6.


Opacity

.myOpacity80 { color: #913EA6; opacity: 0.8; }

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

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

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

This text has shadow with #913EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #913EA6 on black background.


Color preview on white background

This text has color #913EA6 on white background.



Black color preview on #913EA6 background

This text has black color on #913EA6 background.


White color preview on #913EA6 background

This text has white color on #913EA6 background.