COLOR #893C88

HEX: #893C88 RGB: (137,60,136)

Color info

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

RGB color model

#893C88 color RGB value is (137,60,136).

RGB: (137,60,136) (54%, 24%, 53%)

RGB channels and saturation

R 137 of 255 = 54%
G 60 of 255 = 24%
B 136 of 255 = 53%

137
60
136

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

Portions of RGB colors in percentages

R + G + B = 137 + 60 + 136 = 333 (100%)
R 137 of 333 ~ 41.14%
G 60 of 333 ~ 18.02%
B 136 of 333 ~ 40.84'%

%41.14
%18.02
%40.84

CMYK color model

#893C88 color CMYK value is (0,56,1,46).

  • cyan value is 0.00%
  • magenta value is 56.20%
  • yellow value is 0.73%
  • key color value is 46.27%

CMYK: (0,56,1,46)
C0M56Y1K46 (0%, 56%, 1%, 46%)
(0.00 / 0.56 / 0.01 / 0.46)

CMYK percentages

%0
%56.2
%0.73
%46.27

Codes

Color #893C88 in popluar color models

89 3C 88
RGB 137 60 136
HSL 301° 39.09% 38.63%
HSB/HSV 301° 56.20% 53.73%
CMYK 0.00% 56.20% 0.73%
46.27%

Color #893C88 in popluar number systems.

HEX 89 3C 88
Decimal 137 60 136
Binary 10001001 111100 10001000
Octal 211 74 210

Shades and tints

Shades of #893C88

#893C88
(137,60,136)
#7D377C
(125,55,124)
#713270
(113,50,112)
#652D64
(101,45,100)
#592858
(89,40,88)
#4D234C
(77,35,76)
#411E40
(65,30,64)
#351934
(53,25,52)
#291428
(41,20,40)
#1D0F1C
(29,15,28)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #893C88

#893C88
(137,60,136)
#934D92
(147,77,146)
#9D5E9C
(157,94,156)
#A76FA6
(167,111,166)
#B180B0
(177,128,176)
#BB91BA
(187,145,186)
#C5A2C4
(197,162,196)
#CFB3CE
(207,179,206)
#D9C4D8
(217,196,216)
#E3D5E2
(227,213,226)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893C88; }

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

This text font color is #893C88.

Background Color

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

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

This div background color is #893C88.

Border color

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

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

This div border color is #893C88.

Opacity

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

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

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

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

This text has shadow with #893C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #893C88.

Preview

Color preview on black background

This text has color #893C88 on black background.


Color preview on white background

This text has color #893C88 on white background.


Black color preview on #893C88 background

This text has black color on #893C88 background.


White color preview on #893C88 background

This text has white color on #893C88 background.


Related colors

Complementary color

Complementary color for #893C88 is #76C377.


I love getcolorcode.com

Triadic colors

1 #88893C and #3C8889 with #893C88 are triadic colors.

2 #883C89 and #3C8988 with #893C88 are triadic colors.