COLOR #8B66C5

HEX: #8B66C5
RGB: (139,102,197)

Color info

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

RGB color model

#8B66C5 color RGB value is (139,102,197).

  • red value is 139;
  • green value is 102;
  • blue value is 197.
RGB:
(139,102,197)
(55%,40%,77%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 197 of 255 = 77%

139
102
197

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 197 = 438 (100%)
R 139 of 438 ~ 31.74%
G 102 of 438 ~ 23.29%
B 197 of 438 ~ 44.98%

%31.74
%23.29
%44.98

CMYK color model

#8B66C5 color CMYK value is (29,48,0,23).

  • cyan value is 29.44%
  • magenta value is 48.22%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(29,48,0,23)
C29M48Y0K23 
(29%,48%,0%,23%)
(0.29/0.48/0.00/0.23)	

CMYK percentages

%29.44
%48.22
%0
%22.75

Codes

Color #8B66C5 in popluar color models

8B66C5
RGB139102197
HSL263°45.02%58.63%
HSB/HSV263°48.22%77.25%
CMYK29.44%48.22%0.00%
22.75%

Color #8B66C5 in popluar number systems.

HEX8B66C5
Decimal139102197
Binary10001011110011011000101
Octal213146305

Shades and tints

Shades of #8B66C5

#8B66C5
(139,102,197)
#7F5DB4
(127,93,180)
#7354A3
(115,84,163)
#674B92
(103,75,146)
#5B4281
(91,66,129)
#4F3970
(79,57,112)
#43305F
(67,48,95)
#37274E
(55,39,78)
#2B1E3D
(43,30,61)
#1F152C
(31,21,44)
#130C1B
(19,12,27)
#000000
(0,0,0)

Tints of #8B66C5

#8B66C5
(139,102,197)
#9573CA
(149,115,202)
#9F80CF
(159,128,207)
#A98DD4
(169,141,212)
#B39AD9
(179,154,217)
#BDA7DE
(189,167,222)
#C7B4E3
(199,180,227)
#D1C1E8
(209,193,232)
#DBCEED
(219,206,237)
#E5DBF2
(229,219,242)
#EFE8F7
(239,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B66C5 color. Also use rgb(139,102,197) instead hex code.

Text Font Color

.myTextColor { color: #8B66C5; }

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

This text font color is #8B66C5.


Background Color

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

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

This div background color is #8B66C5.


Border color

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

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

This div border color is #8B66C5.


Opacity

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

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

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

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

This text has shadow with #8B66C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B66C5 on black background.


Color preview on white background

This text has color #8B66C5 on white background.



Black color preview on #8B66C5 background

This text has black color on #8B66C5 background.


White color preview on #8B66C5 background

This text has white color on #8B66C5 background.