COLOR #893D88

HEX: #893D88
RGB: (137,61,136)

Color info

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

RGB color model

#893D88 color RGB value is (137,61,136).

  • red value is 137;
  • green value is 61;
  • blue value is 136.
RGB:
(137,61,136)
(54%,24%,53%)

RGB channels and saturation

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

137
61
136

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

Portions of RGB colors in percentages

R + G + B =
137 + 61 + 136 = 334 (100%)
R 137 of 334 ~ 41.02%
G 61 of 334 ~ 18.26%
B 136 of 334 ~ 40.72%

%41.02
%18.26
%40.72

CMYK color model

#893D88 color CMYK value is (0,55,1,46).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 0.73%
  • key color value is 46.27%
CMYK:
(0,55,1,46)
C0M55Y1K46 
(0%,55%,1%,46%)
(0.00/0.55/0.01/0.46)	

CMYK percentages

%0
%55.47
%0.73
%46.27

Codes

Color #893D88 in popluar color models

893D88
RGB13761136
HSL301°38.38%38.82%
HSB/HSV301°55.47%53.73%
CMYK0.00%55.47%0.73%
46.27%

Color #893D88 in popluar number systems.

HEX893D88
Decimal13761136
Binary1000100111110110001000
Octal21175210

Shades and tints

Shades of #893D88

#893D88
(137,61,136)
#7D387C
(125,56,124)
#713370
(113,51,112)
#652E64
(101,46,100)
#592958
(89,41,88)
#4D244C
(77,36,76)
#411F40
(65,31,64)
#351A34
(53,26,52)
#291528
(41,21,40)
#1D101C
(29,16,28)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #893D88

#893D88
(137,61,136)
#934E92
(147,78,146)
#9D5F9C
(157,95,156)
#A770A6
(167,112,166)
#B181B0
(177,129,176)
#BB92BA
(187,146,186)
#C5A3C4
(197,163,196)
#CFB4CE
(207,180,206)
#D9C5D8
(217,197,216)
#E3D6E2
(227,214,226)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893D88; }

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

This text font color is #893D88.


Background Color

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

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

This div background color is #893D88.


Border color

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

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

This div border color is #893D88.


Opacity

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

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

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

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

This text has shadow with #893D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893D88 on black background.


Color preview on white background

This text has color #893D88 on white background.



Black color preview on #893D88 background

This text has black color on #893D88 background.


White color preview on #893D88 background

This text has white color on #893D88 background.