COLOR #8B58C4

HEX: #8B58C4
RGB: (139,88,196)

Color info

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

RGB color model

#8B58C4 color RGB value is (139,88,196).

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

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 196 of 255 = 77%

139
88
196

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

Portions of RGB colors in percentages

R + G + B =
139 + 88 + 196 = 423 (100%)
R 139 of 423 ~ 32.86%
G 88 of 423 ~ 20.8%
B 196 of 423 ~ 46.34%

%32.86
%20.8
%46.34

CMYK color model

#8B58C4 color CMYK value is (29,55,0,23).

  • cyan value is 29.08%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(29,55,0,23)
C29M55Y0K23 
(29%,55%,0%,23%)
(0.29/0.55/0.00/0.23)	

CMYK percentages

%29.08
%55.1
%0
%23.14

Codes

Color #8B58C4 in popluar color models

8B58C4
RGB13988196
HSL268°47.79%55.69%
HSB/HSV268°55.10%76.86%
CMYK29.08%55.10%0.00%
23.14%

Color #8B58C4 in popluar number systems.

HEX8B58C4
Decimal13988196
Binary10001011101100011000100
Octal213130304

Shades and tints

Shades of #8B58C4

#8B58C4
(139,88,196)
#7F50B3
(127,80,179)
#7348A2
(115,72,162)
#674091
(103,64,145)
#5B3880
(91,56,128)
#4F306F
(79,48,111)
#43285E
(67,40,94)
#37204D
(55,32,77)
#2B183C
(43,24,60)
#1F102B
(31,16,43)
#13081A
(19,8,26)
#000000
(0,0,0)

Tints of #8B58C4

#8B58C4
(139,88,196)
#9567C9
(149,103,201)
#9F76CE
(159,118,206)
#A985D3
(169,133,211)
#B394D8
(179,148,216)
#BDA3DD
(189,163,221)
#C7B2E2
(199,178,226)
#D1C1E7
(209,193,231)
#DBD0EC
(219,208,236)
#E5DFF1
(229,223,241)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B58C4; }

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

This text font color is #8B58C4.


Background Color

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

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

This div background color is #8B58C4.


Border color

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

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

This div border color is #8B58C4.


Opacity

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

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

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

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

This text has shadow with #8B58C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B58C4 on black background.


Color preview on white background

This text has color #8B58C4 on white background.



Black color preview on #8B58C4 background

This text has black color on #8B58C4 background.


White color preview on #8B58C4 background

This text has white color on #8B58C4 background.