COLOR #8B589E

HEX: #8B589E
RGB: (139,88,158)

Color info

#8B589E contains mainly red and blue colors. Web safe color of #8B589E is #996699 (or #969).

RGB color model

#8B589E color RGB value is (139,88,158).

  • red value is 139;
  • green value is 88;
  • blue value is 158.
RGB:
(139,88,158)
(55%,35%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 158 of 255 = 62%

139
88
158

R + G + B ~ 51%. #8B589E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 158 = 385 (100%)
R 139 of 385 ~ 36.1%
G 88 of 385 ~ 22.86%
B 158 of 385 ~ 41.04%

%36.1
%22.86
%41.04

CMYK color model

#8B589E color CMYK value is (12,44,0,38).

  • cyan value is 12.03%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(12,44,0,38)
C12M44Y0K38 
(12%,44%,0%,38%)
(0.12/0.44/0.00/0.38)	

CMYK percentages

%12.03
%44.3
%0
%38.04

Codes

Color #8B589E in popluar color models

8B589E
RGB13988158
HSL284°28.46%48.24%
HSB/HSV284°44.30%61.96%
CMYK12.03%44.30%0.00%
38.04%

Color #8B589E in popluar number systems.

HEX8B589E
Decimal13988158
Binary10001011101100010011110
Octal213130236

Shades and tints

Shades of #8B589E

#8B589E
(139,88,158)
#7F5090
(127,80,144)
#734882
(115,72,130)
#674074
(103,64,116)
#5B3866
(91,56,102)
#4F3058
(79,48,88)
#43284A
(67,40,74)
#37203C
(55,32,60)
#2B182E
(43,24,46)
#1F1020
(31,16,32)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #8B589E

#8B589E
(139,88,158)
#9567A6
(149,103,166)
#9F76AE
(159,118,174)
#A985B6
(169,133,182)
#B394BE
(179,148,190)
#BDA3C6
(189,163,198)
#C7B2CE
(199,178,206)
#D1C1D6
(209,193,214)
#DBD0DE
(219,208,222)
#E5DFE6
(229,223,230)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B589E color. Also use rgb(139,88,158) instead hex code.

Text Font Color

.myTextColor { color: #8B589E; }

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

This text font color is #8B589E.


Background Color

.myBgColor { background-color: #8B589E; }

<div style="background-color:#8B589E">Inner text</div>

This div background color is #8B589E.


Border color

.myBorderColor { border: 1px solid #8B589E; }

<div style="border:3px solid #8B589E">Div</div>

This div border color is #8B589E.


Opacity

.myOpacity80 { color: #8B589E; opacity: 0.8; }

<p style="color:#8B589E;opacity:0.8;">80%</p>

Text with #8B589E 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 #8B589E;}

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

This text has shadow with #8B589E color.

.textShadow {text-shadow: 3px 3px 1px #8B589E, 3px 3px 1px red;}

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

This text has shadow with #8B589E primary color and red secondary color.


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

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

This text has shadow with #8B589E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B589E on black background.


Color preview on white background

This text has color #8B589E on white background.



Black color preview on #8B589E background

This text has black color on #8B589E background.


White color preview on #8B589E background

This text has white color on #8B589E background.