COLOR #8C55AB

HEX: #8C55AB RGB: (140,85,171)

Color info

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

RGB color model

#8C55AB color RGB value is (140,85,171).

RGB: (140,85,171) (55%, 33%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 85 of 255 = 33%
B 171 of 255 = 67%

140
85
171

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

Portions of RGB colors in percentages

R + G + B = 140 + 85 + 171 = 396 (100%)
R 140 of 396 ~ 35.35%
G 85 of 396 ~ 21.46%
B 171 of 396 ~ 43.18'%

%35.35
%21.46
%43.18

CMYK color model

#8C55AB color CMYK value is (18,50,0,33).

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

CMYK: (18,50,0,33)
C18M50Y0K33 (18%, 50%, 0%, 33%)
(0.18 / 0.50 / 0.00 / 0.33)

CMYK percentages

%18.13
%50.29
%0
%32.94

Codes

Color #8C55AB in popluar color models

8C 55 AB
RGB 140 85 171
HSL 278° 33.86% 50.20%
HSB/HSV 278° 50.29% 67.06%
CMYK 18.13% 50.29% 0.00%
32.94%

Color #8C55AB in popluar number systems.

HEX 8C 55 AB
Decimal 140 85 171
Binary 10001100 1010101 10101011
Octal 214 125 253

Shades and tints

Shades of #8C55AB

#8C55AB
(140,85,171)
#804E9C
(128,78,156)
#74478D
(116,71,141)
#68407E
(104,64,126)
#5C396F
(92,57,111)
#503260
(80,50,96)
#442B51
(68,43,81)
#382442
(56,36,66)
#2C1D33
(44,29,51)
#201624
(32,22,36)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #8C55AB

#8C55AB
(140,85,171)
#9664B2
(150,100,178)
#A073B9
(160,115,185)
#AA82C0
(170,130,192)
#B491C7
(180,145,199)
#BEA0CE
(190,160,206)
#C8AFD5
(200,175,213)
#D2BEDC
(210,190,220)
#DCCDE3
(220,205,227)
#E6DCEA
(230,220,234)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C55AB; }

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

This text font color is #8C55AB.

Background Color

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

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

This div background color is #8C55AB.

Border color

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

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

This div border color is #8C55AB.

Opacity

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

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

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

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

This text has shadow with #8C55AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C55AB.

Preview

Color preview on black background

This text has color #8C55AB on black background.


Color preview on white background

This text has color #8C55AB on white background.


Black color preview on #8C55AB background

This text has black color on #8C55AB background.


White color preview on #8C55AB background

This text has white color on #8C55AB background.


Related colors

Complementary color

Complementary color for #hex is #73AA54.


I love getcolorcode.com

Triadic colors

1 #AB8C55 and #55AB8C with #8C55AB are triadic colors.

2 #AB558C and #558CAB with #8C55AB are triadic colors.