COLOR #8664C4

HEX: #8664C4
RGB: (134,100,196)

Color info

#8664C4 contains mainly blue color. Web safe color of #8664C4 is #9966CC (or #96C).

RGB color model

#8664C4 color RGB value is (134,100,196).

  • red value is 134;
  • green value is 100;
  • blue value is 196.
RGB:
(134,100,196)
(53%,39%,77%)

RGB channels and saturation

R 134 of 255 = 53%
G 100 of 255 = 39%
B 196 of 255 = 77%

134
100
196

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

Portions of RGB colors in percentages

R + G + B =
134 + 100 + 196 = 430 (100%)
R 134 of 430 ~ 31.16%
G 100 of 430 ~ 23.26%
B 196 of 430 ~ 45.58%

%31.16
%23.26
%45.58

CMYK color model

#8664C4 color CMYK value is (32,49,0,23).

  • cyan value is 31.63%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,49,0,23)
C32M49Y0K23 
(32%,49%,0%,23%)
(0.32/0.49/0.00/0.23)	

CMYK percentages

%31.63
%48.98
%0
%23.14

Codes

Color #8664C4 in popluar color models

8664C4
RGB134100196
HSL261°44.86%58.04%
HSB/HSV261°48.98%76.86%
CMYK31.63%48.98%0.00%
23.14%

Color #8664C4 in popluar number systems.

HEX8664C4
Decimal134100196
Binary10000110110010011000100
Octal206144304

Shades and tints

Shades of #8664C4

#8664C4
(134,100,196)
#7A5BB3
(122,91,179)
#6E52A2
(110,82,162)
#624991
(98,73,145)
#564080
(86,64,128)
#4A376F
(74,55,111)
#3E2E5E
(62,46,94)
#32254D
(50,37,77)
#261C3C
(38,28,60)
#1A132B
(26,19,43)
#0E0A1A
(14,10,26)
#000000
(0,0,0)

Tints of #8664C4

#8664C4
(134,100,196)
#9172C9
(145,114,201)
#9C80CE
(156,128,206)
#A78ED3
(167,142,211)
#B29CD8
(178,156,216)
#BDAADD
(189,170,221)
#C8B8E2
(200,184,226)
#D3C6E7
(211,198,231)
#DED4EC
(222,212,236)
#E9E2F1
(233,226,241)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8664C4 color. Also use rgb(134,100,196) instead hex code.

Text Font Color

.myTextColor { color: #8664C4; }

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

This text font color is #8664C4.


Background Color

.myBgColor { background-color: #8664C4; }

<div style="background-color:#8664C4">Inner text</div>

This div background color is #8664C4.


Border color

.myBorderColor { border: 1px solid #8664C4; }

<div style="border:3px solid #8664C4">Div</div>

This div border color is #8664C4.


Opacity

.myOpacity80 { color: #8664C4; opacity: 0.8; }

<p style="color:#8664C4;opacity:0.8;">80%</p>

Text with #8664C4 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 #8664C4;}

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

This text has shadow with #8664C4 color.

.textShadow {text-shadow: 3px 3px 1px #8664C4, 3px 3px 1px red;}

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

This text has shadow with #8664C4 primary color and red secondary color.


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

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

This text has shadow with #8664C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8664C4 on black background.


Color preview on white background

This text has color #8664C4 on white background.



Black color preview on #8664C4 background

This text has black color on #8664C4 background.


White color preview on #8664C4 background

This text has white color on #8664C4 background.