COLOR #8B6CAE

HEX: #8B6CAE
RGB: (139,108,174)

Color info

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

RGB color model

#8B6CAE color RGB value is (139,108,174).

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

RGB channels and saturation

R 139 of 255 = 55%
G 108 of 255 = 42%
B 174 of 255 = 68%

139
108
174

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

Portions of RGB colors in percentages

R + G + B =
139 + 108 + 174 = 421 (100%)
R 139 of 421 ~ 33.02%
G 108 of 421 ~ 25.65%
B 174 of 421 ~ 41.33%

%33.02
%25.65
%41.33

CMYK color model

#8B6CAE color CMYK value is (20,38,0,32).

  • cyan value is 20.11%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,38,0,32)
C20M38Y0K32 
(20%,38%,0%,32%)
(0.20/0.38/0.00/0.32)	

CMYK percentages

%20.11
%37.93
%0
%31.76

Codes

Color #8B6CAE in popluar color models

8B6CAE
RGB139108174
HSL268°28.95%55.29%
HSB/HSV268°37.93%68.24%
CMYK20.11%37.93%0.00%
31.76%

Color #8B6CAE in popluar number systems.

HEX8B6CAE
Decimal139108174
Binary10001011110110010101110
Octal213154256

Shades and tints

Shades of #8B6CAE

#8B6CAE
(139,108,174)
#7F639F
(127,99,159)
#735A90
(115,90,144)
#675181
(103,81,129)
#5B4872
(91,72,114)
#4F3F63
(79,63,99)
#433654
(67,54,84)
#372D45
(55,45,69)
#2B2436
(43,36,54)
#1F1B27
(31,27,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #8B6CAE

#8B6CAE
(139,108,174)
#9579B5
(149,121,181)
#9F86BC
(159,134,188)
#A993C3
(169,147,195)
#B3A0CA
(179,160,202)
#BDADD1
(189,173,209)
#C7BAD8
(199,186,216)
#D1C7DF
(209,199,223)
#DBD4E6
(219,212,230)
#E5E1ED
(229,225,237)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6CAE; }

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

This text font color is #8B6CAE.


Background Color

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

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

This div background color is #8B6CAE.


Border color

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

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

This div border color is #8B6CAE.


Opacity

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

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

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

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

This text has shadow with #8B6CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6CAE on black background.


Color preview on white background

This text has color #8B6CAE on white background.



Black color preview on #8B6CAE background

This text has black color on #8B6CAE background.


White color preview on #8B6CAE background

This text has white color on #8B6CAE background.