COLOR #8C5FAB

HEX: #8C5FAB RGB: (140,95,171)

Color info

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

RGB color model

#8C5FAB color RGB value is (140,95,171).

RGB: (140,95,171) (55%, 37%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 95 of 255 = 37%
B 171 of 255 = 67%

140
95
171

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

Portions of RGB colors in percentages

R + G + B = 140 + 95 + 171 = 406 (100%)
R 140 of 406 ~ 34.48%
G 95 of 406 ~ 23.4%
B 171 of 406 ~ 42.12'%

%34.48
%23.4
%42.12

CMYK color model

#8C5FAB color CMYK value is (18,44,0,33).

  • cyan value is 18.13%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (18,44,0,33)
C18M44Y0K33 (18%, 44%, 0%, 33%)
(0.18 / 0.44 / 0.00 / 0.33)

CMYK percentages

%18.13
%44.44
%0
%32.94

Codes

Color #8C5FAB in popluar color models

8C 5F AB
RGB 140 95 171
HSL 276° 31.15% 52.16%
HSB/HSV 276° 44.44% 67.06%
CMYK 18.13% 44.44% 0.00%
32.94%

Color #8C5FAB in popluar number systems.

HEX 8C 5F AB
Decimal 140 95 171
Binary 10001100 1011111 10101011
Octal 214 137 253

Shades and tints

Shades of #8C5FAB

#8C5FAB
(140,95,171)
#80579C
(128,87,156)
#744F8D
(116,79,141)
#68477E
(104,71,126)
#5C3F6F
(92,63,111)
#503760
(80,55,96)
#442F51
(68,47,81)
#382742
(56,39,66)
#2C1F33
(44,31,51)
#201724
(32,23,36)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #8C5FAB

#8C5FAB
(140,95,171)
#966DB2
(150,109,178)
#A07BB9
(160,123,185)
#AA89C0
(170,137,192)
#B497C7
(180,151,199)
#BEA5CE
(190,165,206)
#C8B3D5
(200,179,213)
#D2C1DC
(210,193,220)
#DCCFE3
(220,207,227)
#E6DDEA
(230,221,234)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5FAB color. Also use rgb(140,95,171) instead hex code.

Text Font Color

.myTextColor { color: #8C5FAB; }

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

This text font color is #8C5FAB.

Background Color

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

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

This div background color is #8C5FAB.

Border color

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

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

This div border color is #8C5FAB.

Opacity

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

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

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

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

This text has shadow with #8C5FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5FAB.

Preview

Color preview on black background

This text has color #8C5FAB on black background.


Color preview on white background

This text has color #8C5FAB on white background.


Black color preview on #8C5FAB background

This text has black color on #8C5FAB background.


White color preview on #8C5FAB background

This text has white color on #8C5FAB background.


Related colors

Complementary color

Complementary color for #hex is #73A054.


I love getcolorcode.com

Triadic colors

1 #AB8C5F and #5FAB8C with #8C5FAB are triadic colors.

2 #AB5F8C and #5F8CAB with #8C5FAB are triadic colors.