COLOR #8E55C6

HEX: #8E55C6
RGB: (142,85,198)

Renk bilgisi

#8E55C6 contains mainly red and blue colors. #8E55C6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8E55C6 color RGB value is (142,85,198).

  • kırmız ton 142;
  • yeşil ton 85;
  • mavi ton 198.
RGB:
(142,85,198)
(56%,33%,78%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 85 of 255 = 33%
B 198 of 255 = 78%

142
85
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 85 + 198 = 425 (100%)
R 142 of 425 ~ 33.41%
G 85 of 425 ~ 20%
B 198 of 425 ~ 46.59%

%33.41
%20
%46.59

CMYK RENK MODELİ

#8E55C6 rengi CMYK tonu (28,57,0,22).

  • camgöbeği tonu 28.28%
  • eflatun tonu 57.07%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(28,57,0,22)
C28M57Y0K22 
(28%,57%,0%,22%)
(0.28/0.57/0.00/0.22)	

CMYK yüzdeleri

%28.28
%57.07
%0
%22.35

Codes

Color #8E55C6 in popluar color models

8E55C6
RGB14285198
HSL270°49.78%55.49%
HSB/HSV270°57.07%77.65%
CMYK28.28%57.07%0.00%
22.35%

Color #8E55C6 in popluar number systems.

HEX8E55C6
Decimal14285198
Binary10001110101010111000110
Octal216125306

Shades and tints

Shades of #8E55C6

#8E55C6
(142,85,198)
#824EB4
(130,78,180)
#7647A2
(118,71,162)
#6A4090
(106,64,144)
#5E397E
(94,57,126)
#52326C
(82,50,108)
#462B5A
(70,43,90)
#3A2448
(58,36,72)
#2E1D36
(46,29,54)
#221624
(34,22,36)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8E55C6

#8E55C6
(142,85,198)
#9864CB
(152,100,203)
#A273D0
(162,115,208)
#AC82D5
(172,130,213)
#B691DA
(182,145,218)
#C0A0DF
(192,160,223)
#CAAFE4
(202,175,228)
#D4BEE9
(212,190,233)
#DECDEE
(222,205,238)
#E8DCF3
(232,220,243)
#F2EBF8
(242,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E55C6; }

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

This text font color is #8E55C6.


Background Color

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

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

This div background color is #8E55C6.


Border color

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

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

This div border color is #8E55C6.


Opacity

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

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

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

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

This text has shadow with #8E55C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E55C6 on black background.


Color preview on white background

This text has color #8E55C6 on white background.



Black color preview on #8E55C6 background

This text has black color on #8E55C6 background.


White color preview on #8E55C6 background

This text has white color on #8E55C6 background.