COLOR #8634D4

HEX: #8634D4
RGB: (134,52,212)

Color info

#8634D4 contains mainly blue color. Web safe color of #8634D4 is #9933CC (or #93C).

RGB color model

#8634D4 color RGB value is (134,52,212).

  • red value is 134;
  • green value is 52;
  • blue value is 212.
RGB:
(134,52,212)
(53%,20%,83%)

RGB channels and saturation

R 134 of 255 = 53%
G 52 of 255 = 20%
B 212 of 255 = 83%

134
52
212

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

Portions of RGB colors in percentages

R + G + B =
134 + 52 + 212 = 398 (100%)
R 134 of 398 ~ 33.67%
G 52 of 398 ~ 13.07%
B 212 of 398 ~ 53.27%

%33.67
%13.07
%53.27

CMYK color model

#8634D4 color CMYK value is (37,75,0,17).

  • cyan value is 36.79%
  • magenta value is 75.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(37,75,0,17)
C37M75Y0K17 
(37%,75%,0%,17%)
(0.37/0.75/0.00/0.17)	

CMYK percentages

%36.79
%75.47
%0
%16.86

Codes

Color #8634D4 in popluar color models

8634D4
RGB13452212
HSL271°65.04%51.76%
HSB/HSV271°75.47%83.14%
CMYK36.79%75.47%0.00%
16.86%

Color #8634D4 in popluar number systems.

HEX8634D4
Decimal13452212
Binary1000011011010011010100
Octal20664324

Shades and tints

Shades of #8634D4

#8634D4
(134,52,212)
#7A30C1
(122,48,193)
#6E2CAE
(110,44,174)
#62289B
(98,40,155)
#562488
(86,36,136)
#4A2075
(74,32,117)
#3E1C62
(62,28,98)
#32184F
(50,24,79)
#26143C
(38,20,60)
#1A1029
(26,16,41)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #8634D4

#8634D4
(134,52,212)
#9146D7
(145,70,215)
#9C58DA
(156,88,218)
#A76ADD
(167,106,221)
#B27CE0
(178,124,224)
#BD8EE3
(189,142,227)
#C8A0E6
(200,160,230)
#D3B2E9
(211,178,233)
#DEC4EC
(222,196,236)
#E9D6EF
(233,214,239)
#F4E8F2
(244,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8634D4 color. Also use rgb(134,52,212) instead hex code.

Text Font Color

.myTextColor { color: #8634D4; }

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

This text font color is #8634D4.


Background Color

.myBgColor { background-color: #8634D4; }

<div style="background-color:#8634D4">Inner text</div>

This div background color is #8634D4.


Border color

.myBorderColor { border: 1px solid #8634D4; }

<div style="border:3px solid #8634D4">Div</div>

This div border color is #8634D4.


Opacity

.myOpacity80 { color: #8634D4; opacity: 0.8; }

<p style="color:#8634D4;opacity:0.8;">80%</p>

Text with #8634D4 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 #8634D4;}

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

This text has shadow with #8634D4 color.

.textShadow {text-shadow: 3px 3px 1px #8634D4, 3px 3px 1px red;}

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

This text has shadow with #8634D4 primary color and red secondary color.


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

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

This text has shadow with #8634D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8634D4 on black background.


Color preview on white background

This text has color #8634D4 on white background.



Black color preview on #8634D4 background

This text has black color on #8634D4 background.


White color preview on #8634D4 background

This text has white color on #8634D4 background.