COLOR #893AD5

HEX: #893AD5
RGB: (137,58,213)

Color info

#893AD5 contains mainly blue color. Web safe color of #893AD5 is #9933CC (or #93C).

RGB color model

#893AD5 color RGB value is (137,58,213).

  • red value is 137;
  • green value is 58;
  • blue value is 213.
RGB:
(137,58,213)
(54%,23%,84%)

RGB channels and saturation

R 137 of 255 = 54%
G 58 of 255 = 23%
B 213 of 255 = 84%

137
58
213

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

Portions of RGB colors in percentages

R + G + B =
137 + 58 + 213 = 408 (100%)
R 137 of 408 ~ 33.58%
G 58 of 408 ~ 14.22%
B 213 of 408 ~ 52.21%

%33.58
%14.22
%52.21

CMYK color model

#893AD5 color CMYK value is (36,73,0,16).

  • cyan value is 35.68%
  • magenta value is 72.77%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(36,73,0,16)
C36M73Y0K16 
(36%,73%,0%,16%)
(0.36/0.73/0.00/0.16)	

CMYK percentages

%35.68
%72.77
%0
%16.47

Codes

Color #893AD5 in popluar color models

893AD5
RGB13758213
HSL271°64.85%53.14%
HSB/HSV271°72.77%83.53%
CMYK35.68%72.77%0.00%
16.47%

Color #893AD5 in popluar number systems.

HEX893AD5
Decimal13758213
Binary1000100111101011010101
Octal21172325

Shades and tints

Shades of #893AD5

#893AD5
(137,58,213)
#7D35C2
(125,53,194)
#7130AF
(113,48,175)
#652B9C
(101,43,156)
#592689
(89,38,137)
#4D2176
(77,33,118)
#411C63
(65,28,99)
#351750
(53,23,80)
#29123D
(41,18,61)
#1D0D2A
(29,13,42)
#110817
(17,8,23)
#000000
(0,0,0)

Tints of #893AD5

#893AD5
(137,58,213)
#934BD8
(147,75,216)
#9D5CDB
(157,92,219)
#A76DDE
(167,109,222)
#B17EE1
(177,126,225)
#BB8FE4
(187,143,228)
#C5A0E7
(197,160,231)
#CFB1EA
(207,177,234)
#D9C2ED
(217,194,237)
#E3D3F0
(227,211,240)
#EDE4F3
(237,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893AD5 color. Also use rgb(137,58,213) instead hex code.

Text Font Color

.myTextColor { color: #893AD5; }

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

This text font color is #893AD5.


Background Color

.myBgColor { background-color: #893AD5; }

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

This div background color is #893AD5.


Border color

.myBorderColor { border: 1px solid #893AD5; }

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

This div border color is #893AD5.


Opacity

.myOpacity80 { color: #893AD5; opacity: 0.8; }

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

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

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

This text has shadow with #893AD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893AD5 on black background.


Color preview on white background

This text has color #893AD5 on white background.



Black color preview on #893AD5 background

This text has black color on #893AD5 background.


White color preview on #893AD5 background

This text has white color on #893AD5 background.