COLOR #893DE8

HEX: #893DE8
RGB: (137,61,232)

Color info

#893DE8 contains mainly blue color. Web safe color of #893DE8 is #9933FF (or #93F).

RGB color model

#893DE8 color RGB value is (137,61,232).

  • red value is 137;
  • green value is 61;
  • blue value is 232.
RGB:
(137,61,232)
(54%,24%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 61 of 255 = 24%
B 232 of 255 = 91%

137
61
232

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

Portions of RGB colors in percentages

R + G + B =
137 + 61 + 232 = 430 (100%)
R 137 of 430 ~ 31.86%
G 61 of 430 ~ 14.19%
B 232 of 430 ~ 53.95%

%31.86
%14.19
%53.95

CMYK color model

#893DE8 color CMYK value is (41,74,0,9).

  • cyan value is 40.95%
  • magenta value is 73.71%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(41,74,0,9)
C41M74Y0K9 
(41%,74%,0%,9%)
(0.41/0.74/0.00/0.09)	

CMYK percentages

%40.95
%73.71
%0
%9.02

Codes

Color #893DE8 in popluar color models

893DE8
RGB13761232
HSL267°78.80%57.45%
HSB/HSV267°73.71%90.98%
CMYK40.95%73.71%0.00%
9.02%

Color #893DE8 in popluar number systems.

HEX893DE8
Decimal13761232
Binary1000100111110111101000
Octal21175350

Shades and tints

Shades of #893DE8

#893DE8
(137,61,232)
#7D38D3
(125,56,211)
#7133BE
(113,51,190)
#652EA9
(101,46,169)
#592994
(89,41,148)
#4D247F
(77,36,127)
#411F6A
(65,31,106)
#351A55
(53,26,85)
#291540
(41,21,64)
#1D102B
(29,16,43)
#110B16
(17,11,22)
#000000
(0,0,0)

Tints of #893DE8

#893DE8
(137,61,232)
#934EEA
(147,78,234)
#9D5FEC
(157,95,236)
#A770EE
(167,112,238)
#B181F0
(177,129,240)
#BB92F2
(187,146,242)
#C5A3F4
(197,163,244)
#CFB4F6
(207,180,246)
#D9C5F8
(217,197,248)
#E3D6FA
(227,214,250)
#EDE7FC
(237,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893DE8; }

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

This text font color is #893DE8.


Background Color

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

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

This div background color is #893DE8.


Border color

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

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

This div border color is #893DE8.


Opacity

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

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

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

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

This text has shadow with #893DE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893DE8 on black background.


Color preview on white background

This text has color #893DE8 on white background.



Black color preview on #893DE8 background

This text has black color on #893DE8 background.


White color preview on #893DE8 background

This text has white color on #893DE8 background.