COLOR #8B5DC3

HEX: #8B5DC3 RGB: (139,93,195)

Color info

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

RGB color model

#8B5DC3 color RGB value is (139,93,195).

RGB: (139,93,195) (55%, 36%, 76%)

RGB channels and saturation

R 139 of 255 = 55%
G 93 of 255 = 36%
B 195 of 255 = 76%

139
93
195

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

Portions of RGB colors in percentages

R + G + B = 139 + 93 + 195 = 427 (100%)
R 139 of 427 ~ 32.55%
G 93 of 427 ~ 21.78%
B 195 of 427 ~ 45.67'%

%32.55
%21.78
%45.67

CMYK color model

#8B5DC3 color CMYK value is (29,52,0,24).

  • cyan value is 28.72%
  • magenta value is 52.31%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (29,52,0,24)
C29M52Y0K24 (29%, 52%, 0%, 24%)
(0.29 / 0.52 / 0.00 / 0.24)

CMYK percentages

%28.72
%52.31
%0
%23.53

Codes

Color #8B5DC3 in popluar color models

8B 5D C3
RGB 139 93 195
HSL 267° 45.95% 56.47%
HSB/HSV 267° 52.31% 76.47%
CMYK 28.72% 52.31% 0.00%
23.53%

Color #8B5DC3 in popluar number systems.

HEX 8B 5D C3
Decimal 139 93 195
Binary 10001011 1011101 11000011
Octal 213 135 303

Shades and tints

Shades of #8B5DC3

#8B5DC3
(139,93,195)
#7F55B2
(127,85,178)
#734DA1
(115,77,161)
#674590
(103,69,144)
#5B3D7F
(91,61,127)
#4F356E
(79,53,110)
#432D5D
(67,45,93)
#37254C
(55,37,76)
#2B1D3B
(43,29,59)
#1F152A
(31,21,42)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #8B5DC3

#8B5DC3
(139,93,195)
#956BC8
(149,107,200)
#9F79CD
(159,121,205)
#A987D2
(169,135,210)
#B395D7
(179,149,215)
#BDA3DC
(189,163,220)
#C7B1E1
(199,177,225)
#D1BFE6
(209,191,230)
#DBCDEB
(219,205,235)
#E5DBF0
(229,219,240)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5DC3 color. Also use rgb(139,93,195) instead hex code.

Text Font Color

.myTextColor { color: #8B5DC3; }

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

This text font color is #8B5DC3.

Background Color

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

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

This div background color is #8B5DC3.

Border color

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

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

This div border color is #8B5DC3.

Opacity

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

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

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

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

This text has shadow with #8B5DC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5DC3.

Preview

Color preview on black background

This text has color #8B5DC3 on black background.


Color preview on white background

This text has color #8B5DC3 on white background.


Black color preview on #8B5DC3 background

This text has black color on #8B5DC3 background.


White color preview on #8B5DC3 background

This text has white color on #8B5DC3 background.


Related colors

Complementary color

Complementary color for #hex is #74A23C.


I love getcolorcode.com

Triadic colors

1 #C38B5D and #5DC38B with #8B5DC3 are triadic colors.

2 #C35D8B and #5D8BC3 with #8B5DC3 are triadic colors.