COLOR #893F82

HEX: #893F82
RGB: (137,63,130)

Color info

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

RGB color model

#893F82 color RGB value is (137,63,130).

  • red value is 137;
  • green value is 63;
  • blue value is 130.
RGB:
(137,63,130)
(54%,25%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 63 of 255 = 25%
B 130 of 255 = 51%

137
63
130

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

Portions of RGB colors in percentages

R + G + B =
137 + 63 + 130 = 330 (100%)
R 137 of 330 ~ 41.52%
G 63 of 330 ~ 19.09%
B 130 of 330 ~ 39.39%

%41.52
%19.09
%39.39

CMYK color model

#893F82 color CMYK value is (0,54,5,46).

  • cyan value is 0.00%
  • magenta value is 54.01%
  • yellow value is 5.11%
  • key color value is 46.27%
CMYK:
(0,54,5,46)
C0M54Y5K46 
(0%,54%,5%,46%)
(0.00/0.54/0.05/0.46)	

CMYK percentages

%0
%54.01
%5.11
%46.27

Codes

Color #893F82 in popluar color models

893F82
RGB13763130
HSL306°37.00%39.22%
HSB/HSV306°54.01%53.73%
CMYK0.00%54.01%5.11%
46.27%

Color #893F82 in popluar number systems.

HEX893F82
Decimal13763130
Binary1000100111111110000010
Octal21177202

Shades and tints

Shades of #893F82

#893F82
(137,63,130)
#7D3A77
(125,58,119)
#71356C
(113,53,108)
#653061
(101,48,97)
#592B56
(89,43,86)
#4D264B
(77,38,75)
#412140
(65,33,64)
#351C35
(53,28,53)
#29172A
(41,23,42)
#1D121F
(29,18,31)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #893F82

#893F82
(137,63,130)
#93508D
(147,80,141)
#9D6198
(157,97,152)
#A772A3
(167,114,163)
#B183AE
(177,131,174)
#BB94B9
(187,148,185)
#C5A5C4
(197,165,196)
#CFB6CF
(207,182,207)
#D9C7DA
(217,199,218)
#E3D8E5
(227,216,229)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893F82 color. Also use rgb(137,63,130) instead hex code.

Text Font Color

.myTextColor { color: #893F82; }

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

This text font color is #893F82.


Background Color

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

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

This div background color is #893F82.


Border color

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

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

This div border color is #893F82.


Opacity

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

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

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

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

This text has shadow with #893F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893F82 on black background.


Color preview on white background

This text has color #893F82 on white background.



Black color preview on #893F82 background

This text has black color on #893F82 background.


White color preview on #893F82 background

This text has white color on #893F82 background.