COLOR #8E55A8

HEX: #8E55A8 RGB: (142,85,168)

Color info

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

RGB color model

#8E55A8 color RGB value is (142,85,168).

RGB: (142,85,168) (56%, 33%, 66%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 168 of 255 = 66%

142
85
168

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

Portions of RGB colors in percentages

R + G + B = 142 + 85 + 168 = 395 (100%)
R 142 of 395 ~ 35.95%
G 85 of 395 ~ 21.52%
B 168 of 395 ~ 42.53'%

%35.95
%21.52
%42.53

CMYK color model

#8E55A8 color CMYK value is (15,49,0,34).

  • cyan value is 15.48%
  • magenta value is 49.40%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (15,49,0,34)
C15M49Y0K34 (15%, 49%, 0%, 34%)
(0.15 / 0.49 / 0.00 / 0.34)

CMYK percentages

%15.48
%49.4
%0
%34.12

Codes

Color #8E55A8 in popluar color models

8E 55 A8
RGB 142 85 168
HSL 281° 32.81% 49.61%
HSB/HSV 281° 49.40% 65.88%
CMYK 15.48% 49.40% 0.00%
34.12%

Color #8E55A8 in popluar number systems.

HEX 8E 55 A8
Decimal 142 85 168
Binary 10001110 1010101 10101000
Octal 216 125 250

Shades and tints

Shades of #8E55A8

#8E55A8
(142,85,168)
#824E99
(130,78,153)
#76478A
(118,71,138)
#6A407B
(106,64,123)
#5E396C
(94,57,108)
#52325D
(82,50,93)
#462B4E
(70,43,78)
#3A243F
(58,36,63)
#2E1D30
(46,29,48)
#221621
(34,22,33)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8E55A8

#8E55A8
(142,85,168)
#9864AF
(152,100,175)
#A273B6
(162,115,182)
#AC82BD
(172,130,189)
#B691C4
(182,145,196)
#C0A0CB
(192,160,203)
#CAAFD2
(202,175,210)
#D4BED9
(212,190,217)
#DECDE0
(222,205,224)
#E8DCE7
(232,220,231)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E55A8 color. Also use rgb(142,85,168) instead hex code.

Text Font Color

.myTextColor { color: #8E55A8; }

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

This text font color is #8E55A8.

Background Color

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

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

This div background color is #8E55A8.

Border color

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

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

This div border color is #8E55A8.

Opacity

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

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

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

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

This text has shadow with #8E55A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E55A8.

Preview

Color preview on black background

This text has color #8E55A8 on black background.


Color preview on white background

This text has color #8E55A8 on white background.


Black color preview on #8E55A8 background

This text has black color on #8E55A8 background.


White color preview on #8E55A8 background

This text has white color on #8E55A8 background.


Related colors

Complementary color

Complementary color for #hex is #71AA57.


I love getcolorcode.com

Triadic colors

1 #A88E55 and #55A88E with #8E55A8 are triadic colors.

2 #A8558E and #558EA8 with #8E55A8 are triadic colors.