COLOR #913AAB

HEX: #913AAB
RGB: (145,58,171)

Color info

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

RGB color model

#913AAB color RGB value is (145,58,171).

  • red value is 145;
  • green value is 58;
  • blue value is 171.
RGB:
(145,58,171)
(57%,23%,67%)

RGB channels and saturation

R 145 of 255 = 57%
G 58 of 255 = 23%
B 171 of 255 = 67%

145
58
171

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

Portions of RGB colors in percentages

R + G + B =
145 + 58 + 171 = 374 (100%)
R 145 of 374 ~ 38.77%
G 58 of 374 ~ 15.51%
B 171 of 374 ~ 45.72%

%38.77
%15.51
%45.72

CMYK color model

#913AAB color CMYK value is (15,66,0,33).

  • cyan value is 15.20%
  • magenta value is 66.08%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(15,66,0,33)
C15M66Y0K33 
(15%,66%,0%,33%)
(0.15/0.66/0.00/0.33)	

CMYK percentages

%15.2
%66.08
%0
%32.94

Codes

Color #913AAB in popluar color models

913AAB
RGB14558171
HSL286°49.34%44.90%
HSB/HSV286°66.08%67.06%
CMYK15.20%66.08%0.00%
32.94%

Color #913AAB in popluar number systems.

HEX913AAB
Decimal14558171
Binary1001000111101010101011
Octal22172253

Shades and tints

Shades of #913AAB

#913AAB
(145,58,171)
#84359C
(132,53,156)
#77308D
(119,48,141)
#6A2B7E
(106,43,126)
#5D266F
(93,38,111)
#502160
(80,33,96)
#431C51
(67,28,81)
#361742
(54,23,66)
#291233
(41,18,51)
#1C0D24
(28,13,36)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #913AAB

#913AAB
(145,58,171)
#9B4BB2
(155,75,178)
#A55CB9
(165,92,185)
#AF6DC0
(175,109,192)
#B97EC7
(185,126,199)
#C38FCE
(195,143,206)
#CDA0D5
(205,160,213)
#D7B1DC
(215,177,220)
#E1C2E3
(225,194,227)
#EBD3EA
(235,211,234)
#F5E4F1
(245,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #913AAB color. Also use rgb(145,58,171) instead hex code.

Text Font Color

.myTextColor { color: #913AAB; }

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

This text font color is #913AAB.


Background Color

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

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

This div background color is #913AAB.


Border color

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

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

This div border color is #913AAB.


Opacity

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

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

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

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

This text has shadow with #913AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #913AAB on black background.


Color preview on white background

This text has color #913AAB on white background.



Black color preview on #913AAB background

This text has black color on #913AAB background.


White color preview on #913AAB background

This text has white color on #913AAB background.