COLOR #893DE2

HEX: #893DE2 RGB: (137,61,226)

Color info

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

RGB color model

#893DE2 color RGB value is (137,61,226).

RGB: (137,61,226) (54%, 24%, 89%)

RGB channels and saturation

R 137 of 255 = 54%
G 61 of 255 = 24%
B 226 of 255 = 89%

137
61
226

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

Portions of RGB colors in percentages

R + G + B = 137 + 61 + 226 = 424 (100%)
R 137 of 424 ~ 32.31%
G 61 of 424 ~ 14.39%
B 226 of 424 ~ 53.3'%

%32.31
%14.39
%53.3

CMYK color model

#893DE2 color CMYK value is (39,73,0,11).

  • cyan value is 39.38%
  • magenta value is 73.01%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (39,73,0,11)
C39M73Y0K11 (39%, 73%, 0%, 11%)
(0.39 / 0.73 / 0.00 / 0.11)

CMYK percentages

%39.38
%73.01
%0
%11.37

Codes

Color #893DE2 in popluar color models

89 3D E2
RGB 137 61 226
HSL 268° 73.99% 56.27%
HSB/HSV 268° 73.01% 88.63%
CMYK 39.38% 73.01% 0.00%
11.37%

Color #893DE2 in popluar number systems.

HEX 89 3D E2
Decimal 137 61 226
Binary 10001001 111101 11100010
Octal 211 75 342

Shades and tints

Shades of #893DE2

#893DE2
(137,61,226)
#7D38CE
(125,56,206)
#7133BA
(113,51,186)
#652EA6
(101,46,166)
#592992
(89,41,146)
#4D247E
(77,36,126)
#411F6A
(65,31,106)
#351A56
(53,26,86)
#291542
(41,21,66)
#1D102E
(29,16,46)
#110B1A
(17,11,26)
#000000
(0,0,0)

Tints of #893DE2

#893DE2
(137,61,226)
#934EE4
(147,78,228)
#9D5FE6
(157,95,230)
#A770E8
(167,112,232)
#B181EA
(177,129,234)
#BB92EC
(187,146,236)
#C5A3EE
(197,163,238)
#CFB4F0
(207,180,240)
#D9C5F2
(217,197,242)
#E3D6F4
(227,214,244)
#EDE7F6
(237,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893DE2 color. Also use rgb(137,61,226) instead hex code.

Text Font Color

.myTextColor { color: #893DE2; }

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

This text font color is #893DE2.

Background Color

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

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

This div background color is #893DE2.

Border color

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

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

This div border color is #893DE2.

Opacity

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

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

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

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

This text has shadow with #893DE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #893DE2.

Preview

Color preview on black background

This text has color #893DE2 on black background.


Color preview on white background

This text has color #893DE2 on white background.


Black color preview on #893DE2 background

This text has black color on #893DE2 background.


White color preview on #893DE2 background

This text has white color on #893DE2 background.


Related colors

Complementary color

Complementary color for #hex is #76C21D.


I love getcolorcode.com

Triadic colors

1 #E2893D and #3DE289 with #893DE2 are triadic colors.

2 #E23D89 and #3D89E2 with #893DE2 are triadic colors.