COLOR #893D81

HEX: #893D81
RGB: (137,61,129)

Color info

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

RGB color model

#893D81 color RGB value is (137,61,129).

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

RGB channels and saturation

R 137 of 255 = 54%
G 61 of 255 = 24%
B 129 of 255 = 51%

137
61
129

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

Portions of RGB colors in percentages

R + G + B =
137 + 61 + 129 = 327 (100%)
R 137 of 327 ~ 41.9%
G 61 of 327 ~ 18.65%
B 129 of 327 ~ 39.45%

%41.9
%18.65
%39.45

CMYK color model

#893D81 color CMYK value is (0,55,6,46).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 5.84%
  • key color value is 46.27%
CMYK:
(0,55,6,46)
C0M55Y6K46 
(0%,55%,6%,46%)
(0.00/0.55/0.06/0.46)	

CMYK percentages

%0
%55.47
%5.84
%46.27

Codes

Color #893D81 in popluar color models

893D81
RGB13761129
HSL306°38.38%38.82%
HSB/HSV306°55.47%53.73%
CMYK0.00%55.47%5.84%
46.27%

Color #893D81 in popluar number systems.

HEX893D81
Decimal13761129
Binary1000100111110110000001
Octal21175201

Shades and tints

Shades of #893D81

#893D81
(137,61,129)
#7D3876
(125,56,118)
#71336B
(113,51,107)
#652E60
(101,46,96)
#592955
(89,41,85)
#4D244A
(77,36,74)
#411F3F
(65,31,63)
#351A34
(53,26,52)
#291529
(41,21,41)
#1D101E
(29,16,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #893D81

#893D81
(137,61,129)
#934E8C
(147,78,140)
#9D5F97
(157,95,151)
#A770A2
(167,112,162)
#B181AD
(177,129,173)
#BB92B8
(187,146,184)
#C5A3C3
(197,163,195)
#CFB4CE
(207,180,206)
#D9C5D9
(217,197,217)
#E3D6E4
(227,214,228)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893D81; }

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

This text font color is #893D81.


Background Color

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

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

This div background color is #893D81.


Border color

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

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

This div border color is #893D81.


Opacity

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

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

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

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

This text has shadow with #893D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893D81 on black background.


Color preview on white background

This text has color #893D81 on white background.



Black color preview on #893D81 background

This text has black color on #893D81 background.


White color preview on #893D81 background

This text has white color on #893D81 background.