COLOR #893E74

HEX: #893E74
RGB: (137,62,116)

Color info

#893E74 contains mainly red and blue colors. Web safe color of #893E74 is #993366 (or #936).

RGB color model

#893E74 color RGB value is (137,62,116).

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

RGB channels and saturation

R 137 of 255 = 54%
G 62 of 255 = 24%
B 116 of 255 = 45%

137
62
116

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

Portions of RGB colors in percentages

R + G + B =
137 + 62 + 116 = 315 (100%)
R 137 of 315 ~ 43.49%
G 62 of 315 ~ 19.68%
B 116 of 315 ~ 36.83%

%43.49
%19.68
%36.83

CMYK color model

#893E74 color CMYK value is (0,55,15,46).

  • cyan value is 0.00%
  • magenta value is 54.74%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(0,55,15,46)
C0M55Y15K46 
(0%,55%,15%,46%)
(0.00/0.55/0.15/0.46)	

CMYK percentages

%0
%54.74
%15.33
%46.27

Codes

Color #893E74 in popluar color models

893E74
RGB13762116
HSL317°37.69%39.02%
HSB/HSV317°54.74%53.73%
CMYK0.00%54.74%15.33%
46.27%

Color #893E74 in popluar number systems.

HEX893E74
Decimal13762116
Binary100010011111101110100
Octal21176164

Shades and tints

Shades of #893E74

#893E74
(137,62,116)
#7D396A
(125,57,106)
#713460
(113,52,96)
#652F56
(101,47,86)
#592A4C
(89,42,76)
#4D2542
(77,37,66)
#412038
(65,32,56)
#351B2E
(53,27,46)
#291624
(41,22,36)
#1D111A
(29,17,26)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #893E74

#893E74
(137,62,116)
#934F80
(147,79,128)
#9D608C
(157,96,140)
#A77198
(167,113,152)
#B182A4
(177,130,164)
#BB93B0
(187,147,176)
#C5A4BC
(197,164,188)
#CFB5C8
(207,181,200)
#D9C6D4
(217,198,212)
#E3D7E0
(227,215,224)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893E74; }

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

This text font color is #893E74.


Background Color

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

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

This div background color is #893E74.


Border color

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

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

This div border color is #893E74.


Opacity

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

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

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

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

This text has shadow with #893E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893E74 on black background.


Color preview on white background

This text has color #893E74 on white background.



Black color preview on #893E74 background

This text has black color on #893E74 background.


White color preview on #893E74 background

This text has white color on #893E74 background.