COLOR #8B5CAE

HEX: #8B5CAE
RGB: (139,92,174)

Color info

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

RGB color model

#8B5CAE color RGB value is (139,92,174).

  • red value is 139;
  • green value is 92;
  • blue value is 174.
RGB:
(139,92,174)
(55%,36%,68%)

RGB channels and saturation

R 139 of 255 = 55%
G 92 of 255 = 36%
B 174 of 255 = 68%

139
92
174

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

Portions of RGB colors in percentages

R + G + B =
139 + 92 + 174 = 405 (100%)
R 139 of 405 ~ 34.32%
G 92 of 405 ~ 22.72%
B 174 of 405 ~ 42.96%

%34.32
%22.72
%42.96

CMYK color model

#8B5CAE color CMYK value is (20,47,0,32).

  • cyan value is 20.11%
  • magenta value is 47.13%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,47,0,32)
C20M47Y0K32 
(20%,47%,0%,32%)
(0.20/0.47/0.00/0.32)	

CMYK percentages

%20.11
%47.13
%0
%31.76

Codes

Color #8B5CAE in popluar color models

8B5CAE
RGB13992174
HSL274°33.61%52.16%
HSB/HSV274°47.13%68.24%
CMYK20.11%47.13%0.00%
31.76%

Color #8B5CAE in popluar number systems.

HEX8B5CAE
Decimal13992174
Binary10001011101110010101110
Octal213134256

Shades and tints

Shades of #8B5CAE

#8B5CAE
(139,92,174)
#7F549F
(127,84,159)
#734C90
(115,76,144)
#674481
(103,68,129)
#5B3C72
(91,60,114)
#4F3463
(79,52,99)
#432C54
(67,44,84)
#372445
(55,36,69)
#2B1C36
(43,28,54)
#1F1427
(31,20,39)
#130C18
(19,12,24)
#000000
(0,0,0)

Tints of #8B5CAE

#8B5CAE
(139,92,174)
#956AB5
(149,106,181)
#9F78BC
(159,120,188)
#A986C3
(169,134,195)
#B394CA
(179,148,202)
#BDA2D1
(189,162,209)
#C7B0D8
(199,176,216)
#D1BEDF
(209,190,223)
#DBCCE6
(219,204,230)
#E5DAED
(229,218,237)
#EFE8F4
(239,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5CAE color. Also use rgb(139,92,174) instead hex code.

Text Font Color

.myTextColor { color: #8B5CAE; }

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

This text font color is #8B5CAE.


Background Color

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

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

This div background color is #8B5CAE.


Border color

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

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

This div border color is #8B5CAE.


Opacity

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

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

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

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

This text has shadow with #8B5CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5CAE on black background.


Color preview on white background

This text has color #8B5CAE on white background.



Black color preview on #8B5CAE background

This text has black color on #8B5CAE background.


White color preview on #8B5CAE background

This text has white color on #8B5CAE background.