COLOR #893D74

HEX: #893D74
RGB: (137,61,116)

Color info

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

RGB color model

#893D74 color RGB value is (137,61,116).

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

RGB channels and saturation

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

137
61
116

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

Portions of RGB colors in percentages

R + G + B =
137 + 61 + 116 = 314 (100%)
R 137 of 314 ~ 43.63%
G 61 of 314 ~ 19.43%
B 116 of 314 ~ 36.94%

%43.63
%19.43
%36.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 55.47%
  • 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
%55.47
%15.33
%46.27

Codes

Color #893D74 in popluar color models

893D74
RGB13761116
HSL317°38.38%38.82%
HSB/HSV317°55.47%53.73%
CMYK0.00%55.47%15.33%
46.27%

Color #893D74 in popluar number systems.

HEX893D74
Decimal13761116
Binary100010011111011110100
Octal21175164

Shades and tints

Shades of #893D74

#893D74
(137,61,116)
#7D386A
(125,56,106)
#713360
(113,51,96)
#652E56
(101,46,86)
#59294C
(89,41,76)
#4D2442
(77,36,66)
#411F38
(65,31,56)
#351A2E
(53,26,46)
#291524
(41,21,36)
#1D101A
(29,16,26)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #893D74

#893D74
(137,61,116)
#934E80
(147,78,128)
#9D5F8C
(157,95,140)
#A77098
(167,112,152)
#B181A4
(177,129,164)
#BB92B0
(187,146,176)
#C5A3BC
(197,163,188)
#CFB4C8
(207,180,200)
#D9C5D4
(217,197,212)
#E3D6E0
(227,214,224)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893D74; }

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

This text font color is #893D74.


Background Color

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

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

This div background color is #893D74.


Border color

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

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

This div border color is #893D74.


Opacity

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

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

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

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

This text has shadow with #893D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893D74 on black background.


Color preview on white background

This text has color #893D74 on white background.



Black color preview on #893D74 background

This text has black color on #893D74 background.


White color preview on #893D74 background

This text has white color on #893D74 background.