COLOR #893B94

HEX: #893B94
RGB: (137,59,148)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
59
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 59 + 148 = 344 (100%)
R 137 of 344 ~ 39.83%
G 59 of 344 ~ 17.15%
B 148 of 344 ~ 43.02%

%39.83
%17.15
%43.02

CMYK color model

#893B94 color CMYK value is (7,60,0,42).

  • cyan value is 7.43%
  • magenta value is 60.14%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(7,60,0,42)
C7M60Y0K42 
(7%,60%,0%,42%)
(0.07/0.60/0.00/0.42)	

CMYK percentages

%7.43
%60.14
%0
%41.96

Codes

Color #893B94 in popluar color models

893B94
RGB13759148
HSL293°43.00%40.59%
HSB/HSV293°60.14%58.04%
CMYK7.43%60.14%0.00%
41.96%

Color #893B94 in popluar number systems.

HEX893B94
Decimal13759148
Binary1000100111101110010100
Octal21173224

Shades and tints

Shades of #893B94

#893B94
(137,59,148)
#7D3687
(125,54,135)
#71317A
(113,49,122)
#652C6D
(101,44,109)
#592760
(89,39,96)
#4D2253
(77,34,83)
#411D46
(65,29,70)
#351839
(53,24,57)
#29132C
(41,19,44)
#1D0E1F
(29,14,31)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #893B94

#893B94
(137,59,148)
#934C9D
(147,76,157)
#9D5DA6
(157,93,166)
#A76EAF
(167,110,175)
#B17FB8
(177,127,184)
#BB90C1
(187,144,193)
#C5A1CA
(197,161,202)
#CFB2D3
(207,178,211)
#D9C3DC
(217,195,220)
#E3D4E5
(227,212,229)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893B94; }

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

This text font color is #893B94.


Background Color

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

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

This div background color is #893B94.


Border color

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

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

This div border color is #893B94.


Opacity

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

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

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

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

This text has shadow with #893B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893B94 on black background.


Color preview on white background

This text has color #893B94 on white background.



Black color preview on #893B94 background

This text has black color on #893B94 background.


White color preview on #893B94 background

This text has white color on #893B94 background.