COLOR #8B65A6

HEX: #8B65A6
RGB: (139,101,166)

Color info

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

RGB color model

#8B65A6 color RGB value is (139,101,166).

  • red value is 139;
  • green value is 101;
  • blue value is 166.
RGB:
(139,101,166)
(55%,40%,65%)

RGB channels and saturation

R 139 of 255 = 55%
G 101 of 255 = 40%
B 166 of 255 = 65%

139
101
166

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

Portions of RGB colors in percentages

R + G + B =
139 + 101 + 166 = 406 (100%)
R 139 of 406 ~ 34.24%
G 101 of 406 ~ 24.88%
B 166 of 406 ~ 40.89%

%34.24
%24.88
%40.89

CMYK color model

#8B65A6 color CMYK value is (16,39,0,35).

  • cyan value is 16.27%
  • magenta value is 39.16%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(16,39,0,35)
C16M39Y0K35 
(16%,39%,0%,35%)
(0.16/0.39/0.00/0.35)	

CMYK percentages

%16.27
%39.16
%0
%34.9

Codes

Color #8B65A6 in popluar color models

8B65A6
RGB139101166
HSL275°26.75%52.35%
HSB/HSV275°39.16%65.10%
CMYK16.27%39.16%0.00%
34.90%

Color #8B65A6 in popluar number systems.

HEX8B65A6
Decimal139101166
Binary10001011110010110100110
Octal213145246

Shades and tints

Shades of #8B65A6

#8B65A6
(139,101,166)
#7F5C97
(127,92,151)
#735388
(115,83,136)
#674A79
(103,74,121)
#5B416A
(91,65,106)
#4F385B
(79,56,91)
#432F4C
(67,47,76)
#37263D
(55,38,61)
#2B1D2E
(43,29,46)
#1F141F
(31,20,31)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #8B65A6

#8B65A6
(139,101,166)
#9573AE
(149,115,174)
#9F81B6
(159,129,182)
#A98FBE
(169,143,190)
#B39DC6
(179,157,198)
#BDABCE
(189,171,206)
#C7B9D6
(199,185,214)
#D1C7DE
(209,199,222)
#DBD5E6
(219,213,230)
#E5E3EE
(229,227,238)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B65A6 color. Also use rgb(139,101,166) instead hex code.

Text Font Color

.myTextColor { color: #8B65A6; }

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

This text font color is #8B65A6.


Background Color

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

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

This div background color is #8B65A6.


Border color

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

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

This div border color is #8B65A6.


Opacity

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

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

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

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

This text has shadow with #8B65A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B65A6 on black background.


Color preview on white background

This text has color #8B65A6 on white background.



Black color preview on #8B65A6 background

This text has black color on #8B65A6 background.


White color preview on #8B65A6 background

This text has white color on #8B65A6 background.