COLOR #893D9C

HEX: #893D9C
RGB: (137,61,156)

Color info

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

RGB color model

#893D9C color RGB value is (137,61,156).

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

RGB channels and saturation

R 137 of 255 = 54%
G 61 of 255 = 24%
B 156 of 255 = 61%

137
61
156

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

Portions of RGB colors in percentages

R + G + B =
137 + 61 + 156 = 354 (100%)
R 137 of 354 ~ 38.7%
G 61 of 354 ~ 17.23%
B 156 of 354 ~ 44.07%

%38.7
%17.23
%44.07

CMYK color model

#893D9C color CMYK value is (12,61,0,39).

  • cyan value is 12.18%
  • magenta value is 60.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,61,0,39)
C12M61Y0K39 
(12%,61%,0%,39%)
(0.12/0.61/0.00/0.39)	

CMYK percentages

%12.18
%60.9
%0
%38.82

Codes

Color #893D9C in popluar color models

893D9C
RGB13761156
HSL288°43.78%42.55%
HSB/HSV288°60.90%61.18%
CMYK12.18%60.90%0.00%
38.82%

Color #893D9C in popluar number systems.

HEX893D9C
Decimal13761156
Binary1000100111110110011100
Octal21175234

Shades and tints

Shades of #893D9C

#893D9C
(137,61,156)
#7D388E
(125,56,142)
#713380
(113,51,128)
#652E72
(101,46,114)
#592964
(89,41,100)
#4D2456
(77,36,86)
#411F48
(65,31,72)
#351A3A
(53,26,58)
#29152C
(41,21,44)
#1D101E
(29,16,30)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #893D9C

#893D9C
(137,61,156)
#934EA5
(147,78,165)
#9D5FAE
(157,95,174)
#A770B7
(167,112,183)
#B181C0
(177,129,192)
#BB92C9
(187,146,201)
#C5A3D2
(197,163,210)
#CFB4DB
(207,180,219)
#D9C5E4
(217,197,228)
#E3D6ED
(227,214,237)
#EDE7F6
(237,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893D9C; }

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

This text font color is #893D9C.


Background Color

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

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

This div background color is #893D9C.


Border color

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

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

This div border color is #893D9C.


Opacity

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

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

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

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

This text has shadow with #893D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893D9C on black background.


Color preview on white background

This text has color #893D9C on white background.



Black color preview on #893D9C background

This text has black color on #893D9C background.


White color preview on #893D9C background

This text has white color on #893D9C background.