COLOR #8D65AB

HEX: #8D65AB
RGB: (141,101,171)

Color info

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

RGB color model

#8D65AB color RGB value is (141,101,171).

  • red value is 141;
  • green value is 101;
  • blue value is 171.
RGB:
(141,101,171)
(55%,40%,67%)

RGB channels and saturation

R 141 of 255 = 55%
G 101 of 255 = 40%
B 171 of 255 = 67%

141
101
171

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

Portions of RGB colors in percentages

R + G + B =
141 + 101 + 171 = 413 (100%)
R 141 of 413 ~ 34.14%
G 101 of 413 ~ 24.46%
B 171 of 413 ~ 41.4%

%34.14
%24.46
%41.4

CMYK color model

#8D65AB color CMYK value is (18,41,0,33).

  • cyan value is 17.54%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(18,41,0,33)
C18M41Y0K33 
(18%,41%,0%,33%)
(0.18/0.41/0.00/0.33)	

CMYK percentages

%17.54
%40.94
%0
%32.94

Codes

Color #8D65AB in popluar color models

8D65AB
RGB141101171
HSL274°29.41%53.33%
HSB/HSV274°40.94%67.06%
CMYK17.54%40.94%0.00%
32.94%

Color #8D65AB in popluar number systems.

HEX8D65AB
Decimal141101171
Binary10001101110010110101011
Octal215145253

Shades and tints

Shades of #8D65AB

#8D65AB
(141,101,171)
#815C9C
(129,92,156)
#75538D
(117,83,141)
#694A7E
(105,74,126)
#5D416F
(93,65,111)
#513860
(81,56,96)
#452F51
(69,47,81)
#392642
(57,38,66)
#2D1D33
(45,29,51)
#211424
(33,20,36)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #8D65AB

#8D65AB
(141,101,171)
#9773B2
(151,115,178)
#A181B9
(161,129,185)
#AB8FC0
(171,143,192)
#B59DC7
(181,157,199)
#BFABCE
(191,171,206)
#C9B9D5
(201,185,213)
#D3C7DC
(211,199,220)
#DDD5E3
(221,213,227)
#E7E3EA
(231,227,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D65AB color. Also use rgb(141,101,171) instead hex code.

Text Font Color

.myTextColor { color: #8D65AB; }

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

This text font color is #8D65AB.


Background Color

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

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

This div background color is #8D65AB.


Border color

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

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

This div border color is #8D65AB.


Opacity

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

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

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

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

This text has shadow with #8D65AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D65AB on black background.


Color preview on white background

This text has color #8D65AB on white background.



Black color preview on #8D65AB background

This text has black color on #8D65AB background.


White color preview on #8D65AB background

This text has white color on #8D65AB background.