COLOR #8B58CB

HEX: #8B58CB RGB: (139,88,203)

Color info

#8B58CB contains mainly blue color. Web safe color of #8B58CB is #9966CC (or #96C).

RGB color model

#8B58CB color RGB value is (139,88,203).

RGB: (139,88,203) (55%, 35%, 80%)

RGB channels and saturation

R 139 of 255 = 55%
G 88 of 255 = 35%
B 203 of 255 = 80%

139
88
203

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

Portions of RGB colors in percentages

R + G + B = 139 + 88 + 203 = 430 (100%)
R 139 of 430 ~ 32.33%
G 88 of 430 ~ 20.47%
B 203 of 430 ~ 47.21'%

%32.33
%20.47
%47.21

CMYK color model

#8B58CB color CMYK value is (32,57,0,20).

  • cyan value is 31.53%
  • magenta value is 56.65%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (32,57,0,20)
C32M57Y0K20 (32%, 57%, 0%, 20%)
(0.32 / 0.57 / 0.00 / 0.20)

CMYK percentages

%31.53
%56.65
%0
%20.39

Codes

Color #8B58CB in popluar color models

8B 58 CB
RGB 139 88 203
HSL 267° 52.51% 57.06%
HSB/HSV 267° 56.65% 79.61%
CMYK 31.53% 56.65% 0.00%
20.39%

Color #8B58CB in popluar number systems.

HEX 8B 58 CB
Decimal 139 88 203
Binary 10001011 1011000 11001011
Octal 213 130 313

Shades and tints

Shades of #8B58CB

#8B58CB
(139,88,203)
#7F50B9
(127,80,185)
#7348A7
(115,72,167)
#674095
(103,64,149)
#5B3883
(91,56,131)
#4F3071
(79,48,113)
#43285F
(67,40,95)
#37204D
(55,32,77)
#2B183B
(43,24,59)
#1F1029
(31,16,41)
#130817
(19,8,23)
#000000
(0,0,0)

Tints of #8B58CB

#8B58CB
(139,88,203)
#9567CF
(149,103,207)
#9F76D3
(159,118,211)
#A985D7
(169,133,215)
#B394DB
(179,148,219)
#BDA3DF
(189,163,223)
#C7B2E3
(199,178,227)
#D1C1E7
(209,193,231)
#DBD0EB
(219,208,235)
#E5DFEF
(229,223,239)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B58CB; }

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

This text font color is #8B58CB.

Background Color

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

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

This div background color is #8B58CB.

Border color

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

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

This div border color is #8B58CB.

Opacity

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

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

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

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

This text has shadow with #8B58CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B58CB.

Preview

Color preview on black background

This text has color #8B58CB on black background.


Color preview on white background

This text has color #8B58CB on white background.


Black color preview on #8B58CB background

This text has black color on #8B58CB background.


White color preview on #8B58CB background

This text has white color on #8B58CB background.


Related colors

Complementary color

Complementary color for #hex is #74A734.


I love getcolorcode.com

Triadic colors

1 #CB8B58 and #58CB8B with #8B58CB are triadic colors.

2 #CB588B and #588BCB with #8B58CB are triadic colors.