COLOR #8864A8

HEX: #8864A8
RGB: (136,100,168)

Color info

#8864A8 contains mainly red and blue colors. Web safe color of #8864A8 is #996699 (or #969).

RGB color model

#8864A8 color RGB value is (136,100,168).

  • red value is 136;
  • green value is 100;
  • blue value is 168.
RGB:
(136,100,168)
(53%,39%,66%)

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 168 of 255 = 66%

136
100
168

R + G + B ~ 53%. #8864A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 168 = 404 (100%)
R 136 of 404 ~ 33.66%
G 100 of 404 ~ 24.75%
B 168 of 404 ~ 41.58%

%33.66
%24.75
%41.58

CMYK color model

#8864A8 color CMYK value is (19,40,0,34).

  • cyan value is 19.05%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(19,40,0,34)
C19M40Y0K34 
(19%,40%,0%,34%)
(0.19/0.40/0.00/0.34)	

CMYK percentages

%19.05
%40.48
%0
%34.12

Codes

Color #8864A8 in popluar color models

8864A8
RGB136100168
HSL272°28.10%52.55%
HSB/HSV272°40.48%65.88%
CMYK19.05%40.48%0.00%
34.12%

Color #8864A8 in popluar number systems.

HEX8864A8
Decimal136100168
Binary10001000110010010101000
Octal210144250

Shades and tints

Shades of #8864A8

#8864A8
(136,100,168)
#7C5B99
(124,91,153)
#70528A
(112,82,138)
#64497B
(100,73,123)
#58406C
(88,64,108)
#4C375D
(76,55,93)
#402E4E
(64,46,78)
#34253F
(52,37,63)
#281C30
(40,28,48)
#1C1321
(28,19,33)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #8864A8

#8864A8
(136,100,168)
#9272AF
(146,114,175)
#9C80B6
(156,128,182)
#A68EBD
(166,142,189)
#B09CC4
(176,156,196)
#BAAACB
(186,170,203)
#C4B8D2
(196,184,210)
#CEC6D9
(206,198,217)
#D8D4E0
(216,212,224)
#E2E2E7
(226,226,231)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8864A8 color. Also use rgb(136,100,168) instead hex code.

Text Font Color

.myTextColor { color: #8864A8; }

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

This text font color is #8864A8.


Background Color

.myBgColor { background-color: #8864A8; }

<div style="background-color:#8864A8">Inner text</div>

This div background color is #8864A8.


Border color

.myBorderColor { border: 1px solid #8864A8; }

<div style="border:3px solid #8864A8">Div</div>

This div border color is #8864A8.


Opacity

.myOpacity80 { color: #8864A8; opacity: 0.8; }

<p style="color:#8864A8;opacity:0.8;">80%</p>

Text with #8864A8 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 #8864A8;}

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

This text has shadow with #8864A8 color.

.textShadow {text-shadow: 3px 3px 1px #8864A8, 3px 3px 1px red;}

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

This text has shadow with #8864A8 primary color and red secondary color.


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

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

This text has shadow with #8864A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8864A8 on black background.


Color preview on white background

This text has color #8864A8 on white background.



Black color preview on #8864A8 background

This text has black color on #8864A8 background.


White color preview on #8864A8 background

This text has white color on #8864A8 background.