COLOR #893D84

HEX: #893D84 RGB: (137,61,132)

Color info

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

RGB color model

#893D84 color RGB value is (137,61,132).

RGB: (137,61,132) (54%, 24%, 52%)

RGB channels and saturation

R 137 of 255 = 54%
G 61 of 255 = 24%
B 132 of 255 = 52%

137
61
132

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

Portions of RGB colors in percentages

R + G + B = 137 + 61 + 132 = 330 (100%)
R 137 of 330 ~ 41.52%
G 61 of 330 ~ 18.48%
B 132 of 330 ~ 40'%

%41.52
%18.48
%40

CMYK color model

#893D84 color CMYK value is (0,55,4,46).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 3.65%
  • key color value is 46.27%

CMYK: (0,55,4,46)
C0M55Y4K46 (0%, 55%, 4%, 46%)
(0.00 / 0.55 / 0.04 / 0.46)

CMYK percentages

%0
%55.47
%3.65
%46.27

Codes

Color #893D84 in popluar color models

89 3D 84
RGB 137 61 132
HSL 304° 38.38% 38.82%
HSB/HSV 304° 55.47% 53.73%
CMYK 0.00% 55.47% 3.65%
46.27%

Color #893D84 in popluar number systems.

HEX 89 3D 84
Decimal 137 61 132
Binary 10001001 111101 10000100
Octal 211 75 204

Shades and tints

Shades of #893D84

#893D84
(137,61,132)
#7D3878
(125,56,120)
#71336C
(113,51,108)
#652E60
(101,46,96)
#592954
(89,41,84)
#4D2448
(77,36,72)
#411F3C
(65,31,60)
#351A30
(53,26,48)
#291524
(41,21,36)
#1D1018
(29,16,24)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #893D84

#893D84
(137,61,132)
#934E8F
(147,78,143)
#9D5F9A
(157,95,154)
#A770A5
(167,112,165)
#B181B0
(177,129,176)
#BB92BB
(187,146,187)
#C5A3C6
(197,163,198)
#CFB4D1
(207,180,209)
#D9C5DC
(217,197,220)
#E3D6E7
(227,214,231)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893D84; }

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

This text font color is #893D84.

Background Color

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

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

This div background color is #893D84.

Border color

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

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

This div border color is #893D84.

Opacity

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

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

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

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

This text has shadow with #893D84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #893D84.

Preview

Color preview on black background

This text has color #893D84 on black background.


Color preview on white background

This text has color #893D84 on white background.


Black color preview on #893D84 background

This text has black color on #893D84 background.


White color preview on #893D84 background

This text has white color on #893D84 background.


Related colors

Complementary color

Complementary color for #hex is #76C27B.


I love getcolorcode.com

Triadic colors

1 #84893D and #3D8489 with #893D84 are triadic colors.

2 #843D89 and #3D8984 with #893D84 are triadic colors.