COLOR #893B89

HEX: #893B89
RGB: (137,59,137)

Color info

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

RGB color model

#893B89 color RGB value is (137,59,137).

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

RGB channels and saturation

R 137 of 255 = 54%
G 59 of 255 = 23%
B 137 of 255 = 54%

137
59
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 59 + 137 = 333 (100%)
R 137 of 333 ~ 41.14%
G 59 of 333 ~ 17.72%
B 137 of 333 ~ 41.14%

%41.14
%17.72
%41.14

CMYK color model

#893B89 color CMYK value is (0,57,0,46).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(0,57,0,46)
C0M57Y0K46 
(0%,57%,0%,46%)
(0.00/0.57/0.00/0.46)	

CMYK percentages

%0
%56.93
%0
%46.27

Codes

Color #893B89 in popluar color models

893B89
RGB13759137
HSL300°39.80%38.43%
HSB/HSV300°56.93%53.73%
CMYK0.00%56.93%0.00%
46.27%

Color #893B89 in popluar number systems.

HEX893B89
Decimal13759137
Binary1000100111101110001001
Octal21173211

Shades and tints

Shades of #893B89

#893B89
(137,59,137)
#7D367D
(125,54,125)
#713171
(113,49,113)
#652C65
(101,44,101)
#592759
(89,39,89)
#4D224D
(77,34,77)
#411D41
(65,29,65)
#351835
(53,24,53)
#291329
(41,19,41)
#1D0E1D
(29,14,29)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #893B89

#893B89
(137,59,137)
#934C93
(147,76,147)
#9D5D9D
(157,93,157)
#A76EA7
(167,110,167)
#B17FB1
(177,127,177)
#BB90BB
(187,144,187)
#C5A1C5
(197,161,197)
#CFB2CF
(207,178,207)
#D9C3D9
(217,195,217)
#E3D4E3
(227,212,227)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893B89; }

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

This text font color is #893B89.


Background Color

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

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

This div background color is #893B89.


Border color

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

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

This div border color is #893B89.


Opacity

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

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

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

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

This text has shadow with #893B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893B89 on black background.


Color preview on white background

This text has color #893B89 on white background.



Black color preview on #893B89 background

This text has black color on #893B89 background.


White color preview on #893B89 background

This text has white color on #893B89 background.