COLOR #8674C0

HEX: #8674C0
RGB: (134,116,192)

Color info

#8674C0 contains mainly red and blue colors. Web safe color of #8674C0 is #9966CC (or #96C).

RGB color model

#8674C0 color RGB value is (134,116,192).

  • red value is 134;
  • green value is 116;
  • blue value is 192.
RGB:
(134,116,192)
(53%,45%,75%)

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 192 of 255 = 75%

134
116
192

R + G + B ~ 58%. #8674C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 192 = 442 (100%)
R 134 of 442 ~ 30.32%
G 116 of 442 ~ 26.24%
B 192 of 442 ~ 43.44%

%30.32
%26.24
%43.44

CMYK color model

#8674C0 color CMYK value is (30,40,0,25).

  • cyan value is 30.21%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(30,40,0,25)
C30M40Y0K25 
(30%,40%,0%,25%)
(0.30/0.40/0.00/0.25)	

CMYK percentages

%30.21
%39.58
%0
%24.71

Codes

Color #8674C0 in popluar color models

8674C0
RGB134116192
HSL254°37.62%60.39%
HSB/HSV254°39.58%75.29%
CMYK30.21%39.58%0.00%
24.71%

Color #8674C0 in popluar number systems.

HEX8674C0
Decimal134116192
Binary10000110111010011000000
Octal206164300

Shades and tints

Shades of #8674C0

#8674C0
(134,116,192)
#7A6AAF
(122,106,175)
#6E609E
(110,96,158)
#62568D
(98,86,141)
#564C7C
(86,76,124)
#4A426B
(74,66,107)
#3E385A
(62,56,90)
#322E49
(50,46,73)
#262438
(38,36,56)
#1A1A27
(26,26,39)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #8674C0

#8674C0
(134,116,192)
#9180C5
(145,128,197)
#9C8CCA
(156,140,202)
#A798CF
(167,152,207)
#B2A4D4
(178,164,212)
#BDB0D9
(189,176,217)
#C8BCDE
(200,188,222)
#D3C8E3
(211,200,227)
#DED4E8
(222,212,232)
#E9E0ED
(233,224,237)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8674C0 color. Also use rgb(134,116,192) instead hex code.

Text Font Color

.myTextColor { color: #8674C0; }

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

This text font color is #8674C0.


Background Color

.myBgColor { background-color: #8674C0; }

<div style="background-color:#8674C0">Inner text</div>

This div background color is #8674C0.


Border color

.myBorderColor { border: 1px solid #8674C0; }

<div style="border:3px solid #8674C0">Div</div>

This div border color is #8674C0.


Opacity

.myOpacity80 { color: #8674C0; opacity: 0.8; }

<p style="color:#8674C0;opacity:0.8;">80%</p>

Text with #8674C0 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 #8674C0;}

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

This text has shadow with #8674C0 color.

.textShadow {text-shadow: 3px 3px 1px #8674C0, 3px 3px 1px red;}

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

This text has shadow with #8674C0 primary color and red secondary color.


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

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

This text has shadow with #8674C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8674C0 on black background.


Color preview on white background

This text has color #8674C0 on white background.



Black color preview on #8674C0 background

This text has black color on #8674C0 background.


White color preview on #8674C0 background

This text has white color on #8674C0 background.