COLOR #89568C

HEX: #89568C
RGB: (137,86,140)

Color info

#89568C contains red, green and blue colors in about the same proportion. Web safe color of #89568C is #996699 (or #969).

RGB color model

#89568C color RGB value is (137,86,140).

  • red value is 137;
  • green value is 86;
  • blue value is 140.
RGB:
(137,86,140)
(54%,34%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 86 of 255 = 34%
B 140 of 255 = 55%

137
86
140

R + G + B ~ 48%. #89568C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 86 + 140 = 363 (100%)
R 137 of 363 ~ 37.74%
G 86 of 363 ~ 23.69%
B 140 of 363 ~ 38.57%

%37.74
%23.69
%38.57

CMYK color model

#89568C color CMYK value is (2,39,0,45).

  • cyan value is 2.14%
  • magenta value is 38.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(2,39,0,45)
C2M39Y0K45 
(2%,39%,0%,45%)
(0.02/0.39/0.00/0.45)	

CMYK percentages

%2.14
%38.57
%0
%45.1

Codes

Color #89568C in popluar color models

89568C
RGB13786140
HSL297°23.89%44.31%
HSB/HSV297°38.57%54.90%
CMYK2.14%38.57%0.00%
45.10%

Color #89568C in popluar number systems.

HEX89568C
Decimal13786140
Binary10001001101011010001100
Octal211126214

Shades and tints

Shades of #89568C

#89568C
(137,86,140)
#7D4F80
(125,79,128)
#714874
(113,72,116)
#654168
(101,65,104)
#593A5C
(89,58,92)
#4D3350
(77,51,80)
#412C44
(65,44,68)
#352538
(53,37,56)
#291E2C
(41,30,44)
#1D1720
(29,23,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #89568C

#89568C
(137,86,140)
#936596
(147,101,150)
#9D74A0
(157,116,160)
#A783AA
(167,131,170)
#B192B4
(177,146,180)
#BBA1BE
(187,161,190)
#C5B0C8
(197,176,200)
#CFBFD2
(207,191,210)
#D9CEDC
(217,206,220)
#E3DDE6
(227,221,230)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89568C color. Also use rgb(137,86,140) instead hex code.

Text Font Color

.myTextColor { color: #89568C; }

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

This text font color is #89568C.


Background Color

.myBgColor { background-color: #89568C; }

<div style="background-color:#89568C">Inner text</div>

This div background color is #89568C.


Border color

.myBorderColor { border: 1px solid #89568C; }

<div style="border:3px solid #89568C">Div</div>

This div border color is #89568C.


Opacity

.myOpacity80 { color: #89568C; opacity: 0.8; }

<p style="color:#89568C;opacity:0.8;">80%</p>

Text with #89568C 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 #89568C;}

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

This text has shadow with #89568C color.

.textShadow {text-shadow: 3px 3px 1px #89568C, 3px 3px 1px red;}

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

This text has shadow with #89568C primary color and red secondary color.


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

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

This text has shadow with #89568C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89568C on black background.


Color preview on white background

This text has color #89568C on white background.



Black color preview on #89568C background

This text has black color on #89568C background.


White color preview on #89568C background

This text has white color on #89568C background.