COLOR #89387F

HEX: #89387F
RGB: (137,56,127)

Color info

#89387F contains mainly red and blue colors. Web safe color of #89387F is #993366 (or #936).

RGB color model

#89387F color RGB value is (137,56,127).

  • red value is 137;
  • green value is 56;
  • blue value is 127.
RGB:
(137,56,127)
(54%,22%,50%)

RGB channels and saturation

R 137 of 255 = 54%
G 56 of 255 = 22%
B 127 of 255 = 50%

137
56
127

R + G + B ~ 42%. #89387F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 56 + 127 = 320 (100%)
R 137 of 320 ~ 42.81%
G 56 of 320 ~ 17.5%
B 127 of 320 ~ 39.69%

%42.81
%17.5
%39.69

CMYK color model

#89387F color CMYK value is (0,59,7,46).

  • cyan value is 0.00%
  • magenta value is 59.12%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(0,59,7,46)
C0M59Y7K46 
(0%,59%,7%,46%)
(0.00/0.59/0.07/0.46)	

CMYK percentages

%0
%59.12
%7.3
%46.27

Codes

Color #89387F in popluar color models

89387F
RGB13756127
HSL307°41.97%37.84%
HSB/HSV307°59.12%53.73%
CMYK0.00%59.12%7.30%
46.27%

Color #89387F in popluar number systems.

HEX89387F
Decimal13756127
Binary100010011110001111111
Octal21170177

Shades and tints

Shades of #89387F

#89387F
(137,56,127)
#7D3374
(125,51,116)
#712E69
(113,46,105)
#65295E
(101,41,94)
#592453
(89,36,83)
#4D1F48
(77,31,72)
#411A3D
(65,26,61)
#351532
(53,21,50)
#291027
(41,16,39)
#1D0B1C
(29,11,28)
#110611
(17,6,17)
#000000
(0,0,0)

Tints of #89387F

#89387F
(137,56,127)
#934A8A
(147,74,138)
#9D5C95
(157,92,149)
#A76EA0
(167,110,160)
#B180AB
(177,128,171)
#BB92B6
(187,146,182)
#C5A4C1
(197,164,193)
#CFB6CC
(207,182,204)
#D9C8D7
(217,200,215)
#E3DAE2
(227,218,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89387F color. Also use rgb(137,56,127) instead hex code.

Text Font Color

.myTextColor { color: #89387F; }

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

This text font color is #89387F.


Background Color

.myBgColor { background-color: #89387F; }

<div style="background-color:#89387F">Inner text</div>

This div background color is #89387F.


Border color

.myBorderColor { border: 1px solid #89387F; }

<div style="border:3px solid #89387F">Div</div>

This div border color is #89387F.


Opacity

.myOpacity80 { color: #89387F; opacity: 0.8; }

<p style="color:#89387F;opacity:0.8;">80%</p>

Text with #89387F 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 #89387F;}

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

This text has shadow with #89387F color.

.textShadow {text-shadow: 3px 3px 1px #89387F, 3px 3px 1px red;}

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

This text has shadow with #89387F primary color and red secondary color.


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

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

This text has shadow with #89387F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89387F on black background.


Color preview on white background

This text has color #89387F on white background.



Black color preview on #89387F background

This text has black color on #89387F background.


White color preview on #89387F background

This text has white color on #89387F background.