COLOR #8E3695

HEX: #8E3695
RGB: (142,54,149)

Color info

#8E3695 contains mainly red and blue colors. Web safe color of #8E3695 is #993399 (or #939).

RGB color model

#8E3695 color RGB value is (142,54,149).

  • red value is 142;
  • green value is 54;
  • blue value is 149.
RGB:
(142,54,149)
(56%,21%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 54 of 255 = 21%
B 149 of 255 = 58%

142
54
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 54 + 149 = 345 (100%)
R 142 of 345 ~ 41.16%
G 54 of 345 ~ 15.65%
B 149 of 345 ~ 43.19%

%41.16
%15.65
%43.19

CMYK color model

#8E3695 color CMYK value is (5,64,0,42).

  • cyan value is 4.70%
  • magenta value is 63.76%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(5,64,0,42)
C5M64Y0K42 
(5%,64%,0%,42%)
(0.05/0.64/0.00/0.42)	

CMYK percentages

%4.7
%63.76
%0
%41.57

Codes

Color #8E3695 in popluar color models

8E3695
RGB14254149
HSL296°46.80%39.80%
HSB/HSV296°63.76%58.43%
CMYK4.70%63.76%0.00%
41.57%

Color #8E3695 in popluar number systems.

HEX8E3695
Decimal14254149
Binary1000111011011010010101
Octal21666225

Shades and tints

Shades of #8E3695

#8E3695
(142,54,149)
#823288
(130,50,136)
#762E7B
(118,46,123)
#6A2A6E
(106,42,110)
#5E2661
(94,38,97)
#522254
(82,34,84)
#461E47
(70,30,71)
#3A1A3A
(58,26,58)
#2E162D
(46,22,45)
#221220
(34,18,32)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #8E3695

#8E3695
(142,54,149)
#98489E
(152,72,158)
#A25AA7
(162,90,167)
#AC6CB0
(172,108,176)
#B67EB9
(182,126,185)
#C090C2
(192,144,194)
#CAA2CB
(202,162,203)
#D4B4D4
(212,180,212)
#DEC6DD
(222,198,221)
#E8D8E6
(232,216,230)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3695 color. Also use rgb(142,54,149) instead hex code.

Text Font Color

.myTextColor { color: #8E3695; }

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

This text font color is #8E3695.


Background Color

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

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

This div background color is #8E3695.


Border color

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

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

This div border color is #8E3695.


Opacity

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

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

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

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

This text has shadow with #8E3695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3695 on black background.


Color preview on white background

This text has color #8E3695 on white background.



Black color preview on #8E3695 background

This text has black color on #8E3695 background.


White color preview on #8E3695 background

This text has white color on #8E3695 background.