COLOR #893ACA

HEX: #893ACA
RGB: (137,58,202)

Color info

#893ACA contains mainly blue color. Web safe color of #893ACA is #9933CC (or #93C).

RGB color model

#893ACA color RGB value is (137,58,202).

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

RGB channels and saturation

R 137 of 255 = 54%
G 58 of 255 = 23%
B 202 of 255 = 79%

137
58
202

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

Portions of RGB colors in percentages

R + G + B =
137 + 58 + 202 = 397 (100%)
R 137 of 397 ~ 34.51%
G 58 of 397 ~ 14.61%
B 202 of 397 ~ 50.88%

%34.51
%14.61
%50.88

CMYK color model

#893ACA color CMYK value is (32,71,0,21).

  • cyan value is 32.18%
  • magenta value is 71.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(32,71,0,21)
C32M71Y0K21 
(32%,71%,0%,21%)
(0.32/0.71/0.00/0.21)	

CMYK percentages

%32.18
%71.29
%0
%20.78

Codes

Color #893ACA in popluar color models

893ACA
RGB13758202
HSL273°57.60%50.98%
HSB/HSV273°71.29%79.22%
CMYK32.18%71.29%0.00%
20.78%

Color #893ACA in popluar number systems.

HEX893ACA
Decimal13758202
Binary1000100111101011001010
Octal21172312

Shades and tints

Shades of #893ACA

#893ACA
(137,58,202)
#7D35B8
(125,53,184)
#7130A6
(113,48,166)
#652B94
(101,43,148)
#592682
(89,38,130)
#4D2170
(77,33,112)
#411C5E
(65,28,94)
#35174C
(53,23,76)
#29123A
(41,18,58)
#1D0D28
(29,13,40)
#110816
(17,8,22)
#000000
(0,0,0)

Tints of #893ACA

#893ACA
(137,58,202)
#934BCE
(147,75,206)
#9D5CD2
(157,92,210)
#A76DD6
(167,109,214)
#B17EDA
(177,126,218)
#BB8FDE
(187,143,222)
#C5A0E2
(197,160,226)
#CFB1E6
(207,177,230)
#D9C2EA
(217,194,234)
#E3D3EE
(227,211,238)
#EDE4F2
(237,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893ACA; }

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

This text font color is #893ACA.


Background Color

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

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

This div background color is #893ACA.


Border color

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

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

This div border color is #893ACA.


Opacity

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

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

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

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

This text has shadow with #893ACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893ACA on black background.


Color preview on white background

This text has color #893ACA on white background.



Black color preview on #893ACA background

This text has black color on #893ACA background.


White color preview on #893ACA background

This text has white color on #893ACA background.