COLOR #893E97

HEX: #893E97
RGB: (137,62,151)

Color info

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

RGB color model

#893E97 color RGB value is (137,62,151).

  • red value is 137;
  • green value is 62;
  • blue value is 151.
RGB:
(137,62,151)
(54%,24%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 62 of 255 = 24%
B 151 of 255 = 59%

137
62
151

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

Portions of RGB colors in percentages

R + G + B =
137 + 62 + 151 = 350 (100%)
R 137 of 350 ~ 39.14%
G 62 of 350 ~ 17.71%
B 151 of 350 ~ 43.14%

%39.14
%17.71
%43.14

CMYK color model

#893E97 color CMYK value is (9,59,0,41).

  • cyan value is 9.27%
  • magenta value is 58.94%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(9,59,0,41)
C9M59Y0K41 
(9%,59%,0%,41%)
(0.09/0.59/0.00/0.41)	

CMYK percentages

%9.27
%58.94
%0
%40.78

Codes

Color #893E97 in popluar color models

893E97
RGB13762151
HSL291°41.78%41.76%
HSB/HSV291°58.94%59.22%
CMYK9.27%58.94%0.00%
40.78%

Color #893E97 in popluar number systems.

HEX893E97
Decimal13762151
Binary1000100111111010010111
Octal21176227

Shades and tints

Shades of #893E97

#893E97
(137,62,151)
#7D398A
(125,57,138)
#71347D
(113,52,125)
#652F70
(101,47,112)
#592A63
(89,42,99)
#4D2556
(77,37,86)
#412049
(65,32,73)
#351B3C
(53,27,60)
#29162F
(41,22,47)
#1D1122
(29,17,34)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #893E97

#893E97
(137,62,151)
#934FA0
(147,79,160)
#9D60A9
(157,96,169)
#A771B2
(167,113,178)
#B182BB
(177,130,187)
#BB93C4
(187,147,196)
#C5A4CD
(197,164,205)
#CFB5D6
(207,181,214)
#D9C6DF
(217,198,223)
#E3D7E8
(227,215,232)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893E97 color. Also use rgb(137,62,151) instead hex code.

Text Font Color

.myTextColor { color: #893E97; }

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

This text font color is #893E97.


Background Color

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

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

This div background color is #893E97.


Border color

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

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

This div border color is #893E97.


Opacity

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

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

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

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

This text has shadow with #893E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893E97 on black background.


Color preview on white background

This text has color #893E97 on white background.



Black color preview on #893E97 background

This text has black color on #893E97 background.


White color preview on #893E97 background

This text has white color on #893E97 background.