COLOR #8609E4

HEX: #8609E4
RGB: (134,9,228)

Color info

#8609E4 contains mainly blue color. Web safe color of #8609E4 is #9900CC (or #90C).

RGB color model

#8609E4 color RGB value is (134,9,228).

  • red value is 134;
  • green value is 9;
  • blue value is 228.
RGB:
(134,9,228)
(53%,4%,89%)

RGB channels and saturation

R 134 of 255 = 53%
G 9 of 255 = 4%
B 228 of 255 = 89%

134
9
228

R + G + B ~ 49%. #8609E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 9 + 228 = 371 (100%)
R 134 of 371 ~ 36.12%
G 9 of 371 ~ 2.43%
B 228 of 371 ~ 61.46%

%36.12
%61.46

CMYK color model

#8609E4 color CMYK value is (41,96,0,11).

  • cyan value is 41.23%
  • magenta value is 96.05%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(41,96,0,11)
C41M96Y0K11 
(41%,96%,0%,11%)
(0.41/0.96/0.00/0.11)	

CMYK percentages

%41.23
%96.05
%0
%10.59

Codes

Color #8609E4 in popluar color models

8609E4
RGB1349228
HSL274°92.41%46.47%
HSB/HSV274°96.05%89.41%
CMYK41.23%96.05%0.00%
10.59%

Color #8609E4 in popluar number systems.

HEX8609E4
Decimal1349228
Binary10000110100111100100
Octal20611344

Shades and tints

Shades of #8609E4

#8609E4
(134,9,228)
#7A09D0
(122,9,208)
#6E09BC
(110,9,188)
#6209A8
(98,9,168)
#560994
(86,9,148)
#4A0980
(74,9,128)
#3E096C
(62,9,108)
#320958
(50,9,88)
#260944
(38,9,68)
#1A0930
(26,9,48)
#0E091C
(14,9,28)
#000000
(0,0,0)

Tints of #8609E4

#8609E4
(134,9,228)
#911FE6
(145,31,230)
#9C35E8
(156,53,232)
#A74BEA
(167,75,234)
#B261EC
(178,97,236)
#BD77EE
(189,119,238)
#C88DF0
(200,141,240)
#D3A3F2
(211,163,242)
#DEB9F4
(222,185,244)
#E9CFF6
(233,207,246)
#F4E5F8
(244,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8609E4 color. Also use rgb(134,9,228) instead hex code.

Text Font Color

.myTextColor { color: #8609E4; }

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

This text font color is #8609E4.


Background Color

.myBgColor { background-color: #8609E4; }

<div style="background-color:#8609E4">Inner text</div>

This div background color is #8609E4.


Border color

.myBorderColor { border: 1px solid #8609E4; }

<div style="border:3px solid #8609E4">Div</div>

This div border color is #8609E4.


Opacity

.myOpacity80 { color: #8609E4; opacity: 0.8; }

<p style="color:#8609E4;opacity:0.8;">80%</p>

Text with #8609E4 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 #8609E4;}

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

This text has shadow with #8609E4 color.

.textShadow {text-shadow: 3px 3px 1px #8609E4, 3px 3px 1px red;}

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

This text has shadow with #8609E4 primary color and red secondary color.


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

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

This text has shadow with #8609E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8609E4 on black background.


Color preview on white background

This text has color #8609E4 on white background.



Black color preview on #8609E4 background

This text has black color on #8609E4 background.


White color preview on #8609E4 background

This text has white color on #8609E4 background.