COLOR #893A98

HEX: #893A98
RGB: (137,58,152)

Color info

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

RGB color model

#893A98 color RGB value is (137,58,152).

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

RGB channels and saturation

R 137 of 255 = 54%
G 58 of 255 = 23%
B 152 of 255 = 60%

137
58
152

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

Portions of RGB colors in percentages

R + G + B =
137 + 58 + 152 = 347 (100%)
R 137 of 347 ~ 39.48%
G 58 of 347 ~ 16.71%
B 152 of 347 ~ 43.8%

%39.48
%16.71
%43.8

CMYK color model

#893A98 color CMYK value is (10,62,0,40).

  • cyan value is 9.87%
  • magenta value is 61.84%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(10,62,0,40)
C10M62Y0K40 
(10%,62%,0%,40%)
(0.10/0.62/0.00/0.40)	

CMYK percentages

%9.87
%61.84
%0
%40.39

Codes

Color #893A98 in popluar color models

893A98
RGB13758152
HSL290°44.76%41.18%
HSB/HSV290°61.84%59.61%
CMYK9.87%61.84%0.00%
40.39%

Color #893A98 in popluar number systems.

HEX893A98
Decimal13758152
Binary1000100111101010011000
Octal21172230

Shades and tints

Shades of #893A98

#893A98
(137,58,152)
#7D358B
(125,53,139)
#71307E
(113,48,126)
#652B71
(101,43,113)
#592664
(89,38,100)
#4D2157
(77,33,87)
#411C4A
(65,28,74)
#35173D
(53,23,61)
#291230
(41,18,48)
#1D0D23
(29,13,35)
#110816
(17,8,22)
#000000
(0,0,0)

Tints of #893A98

#893A98
(137,58,152)
#934BA1
(147,75,161)
#9D5CAA
(157,92,170)
#A76DB3
(167,109,179)
#B17EBC
(177,126,188)
#BB8FC5
(187,143,197)
#C5A0CE
(197,160,206)
#CFB1D7
(207,177,215)
#D9C2E0
(217,194,224)
#E3D3E9
(227,211,233)
#EDE4F2
(237,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893A98; }

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

This text font color is #893A98.


Background Color

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

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

This div background color is #893A98.


Border color

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

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

This div border color is #893A98.


Opacity

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

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

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

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

This text has shadow with #893A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893A98 on black background.


Color preview on white background

This text has color #893A98 on white background.



Black color preview on #893A98 background

This text has black color on #893A98 background.


White color preview on #893A98 background

This text has white color on #893A98 background.