COLOR #893A8A

HEX: #893A8A
RGB: (137,58,138)

Color info

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

RGB color model

#893A8A color RGB value is (137,58,138).

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

RGB channels and saturation

R 137 of 255 = 54%
G 58 of 255 = 23%
B 138 of 255 = 54%

137
58
138

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

Portions of RGB colors in percentages

R + G + B =
137 + 58 + 138 = 333 (100%)
R 137 of 333 ~ 41.14%
G 58 of 333 ~ 17.42%
B 138 of 333 ~ 41.44%

%41.14
%17.42
%41.44

CMYK color model

#893A8A color CMYK value is (1,58,0,46).

  • cyan value is 0.72%
  • magenta value is 57.97%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,58,0,46)
C1M58Y0K46 
(1%,58%,0%,46%)
(0.01/0.58/0.00/0.46)	

CMYK percentages

%0.72
%57.97
%0
%45.88

Codes

Color #893A8A in popluar color models

893A8A
RGB13758138
HSL299°40.82%38.43%
HSB/HSV299°57.97%54.12%
CMYK0.72%57.97%0.00%
45.88%

Color #893A8A in popluar number systems.

HEX893A8A
Decimal13758138
Binary1000100111101010001010
Octal21172212

Shades and tints

Shades of #893A8A

#893A8A
(137,58,138)
#7D357E
(125,53,126)
#713072
(113,48,114)
#652B66
(101,43,102)
#59265A
(89,38,90)
#4D214E
(77,33,78)
#411C42
(65,28,66)
#351736
(53,23,54)
#29122A
(41,18,42)
#1D0D1E
(29,13,30)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #893A8A

#893A8A
(137,58,138)
#934B94
(147,75,148)
#9D5C9E
(157,92,158)
#A76DA8
(167,109,168)
#B17EB2
(177,126,178)
#BB8FBC
(187,143,188)
#C5A0C6
(197,160,198)
#CFB1D0
(207,177,208)
#D9C2DA
(217,194,218)
#E3D3E4
(227,211,228)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893A8A; }

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

This text font color is #893A8A.


Background Color

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

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

This div background color is #893A8A.


Border color

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

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

This div border color is #893A8A.


Opacity

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

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

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

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

This text has shadow with #893A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893A8A on black background.


Color preview on white background

This text has color #893A8A on white background.



Black color preview on #893A8A background

This text has black color on #893A8A background.


White color preview on #893A8A background

This text has white color on #893A8A background.