COLOR #8B58BD

HEX: #8B58BD
RGB: (139,88,189)

Color info

#8B58BD contains mainly red and blue colors. Web safe color of #8B58BD is #9966CC (or #96C).

RGB color model

#8B58BD color RGB value is (139,88,189).

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

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 189 of 255 = 74%

139
88
189

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

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 189 = 416 (100%)
R 139 of 416 ~ 33.41%
G 88 of 416 ~ 21.15%
B 189 of 416 ~ 45.43%

%33.41
%21.15
%45.43

CMYK color model

#8B58BD color CMYK value is (26,53,0,26).

  • cyan value is 26.46%
  • magenta value is 53.44%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(26,53,0,26)
C26M53Y0K26 
(26%,53%,0%,26%)
(0.26/0.53/0.00/0.26)	

CMYK percentages

%26.46
%53.44
%0
%25.88

Codes

Color #8B58BD in popluar color models

8B58BD
RGB13988189
HSL270°43.35%54.31%
HSB/HSV270°53.44%74.12%
CMYK26.46%53.44%0.00%
25.88%

Color #8B58BD in popluar number systems.

HEX8B58BD
Decimal13988189
Binary10001011101100010111101
Octal213130275

Shades and tints

Shades of #8B58BD

#8B58BD
(139,88,189)
#7F50AC
(127,80,172)
#73489B
(115,72,155)
#67408A
(103,64,138)
#5B3879
(91,56,121)
#4F3068
(79,48,104)
#432857
(67,40,87)
#372046
(55,32,70)
#2B1835
(43,24,53)
#1F1024
(31,16,36)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #8B58BD

#8B58BD
(139,88,189)
#9567C3
(149,103,195)
#9F76C9
(159,118,201)
#A985CF
(169,133,207)
#B394D5
(179,148,213)
#BDA3DB
(189,163,219)
#C7B2E1
(199,178,225)
#D1C1E7
(209,193,231)
#DBD0ED
(219,208,237)
#E5DFF3
(229,223,243)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B58BD; }

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

This text font color is #8B58BD.


Background Color

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

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

This div background color is #8B58BD.


Border color

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

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

This div border color is #8B58BD.


Opacity

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

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

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

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

This text has shadow with #8B58BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B58BD on black background.


Color preview on white background

This text has color #8B58BD on white background.



Black color preview on #8B58BD background

This text has black color on #8B58BD background.


White color preview on #8B58BD background

This text has white color on #8B58BD background.