COLOR #9674E2

HEX: #9674E2 RGB: (150,116,226)

Color info

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

RGB color model

#9674E2 color RGB value is (150,116,226).

RGB: (150,116,226) (59%, 45%, 89%)

RGB channels and saturation

R 150 of 255 = 59%
G 116 of 255 = 45%
B 226 of 255 = 89%

150
116
226

R + G + B ~ 64%. #9674E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 116 + 226 = 492 (100%)
R 150 of 492 ~ 30.49%
G 116 of 492 ~ 23.58%
B 226 of 492 ~ 45.93'%

%30.49
%23.58
%45.93

CMYK color model

#9674E2 color CMYK value is (34,49,0,11).

  • cyan value is 33.63%
  • magenta value is 48.67%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (34,49,0,11)
C34M49Y0K11 (34%, 49%, 0%, 11%)
(0.34 / 0.49 / 0.00 / 0.11)

CMYK percentages

%33.63
%48.67
%0
%11.37

Codes

Color #9674E2 in popluar color models

96 74 E2
RGB 150 116 226
HSL 259° 65.48% 67.06%
HSB/HSV 259° 48.67% 88.63%
CMYK 33.63% 48.67% 0.00%
11.37%

Color #9674E2 in popluar number systems.

HEX 96 74 E2
Decimal 150 116 226
Binary 10010110 1110100 11100010
Octal 226 164 342

Shades and tints

Shades of #9674E2

#9674E2
(150,116,226)
#896ACE
(137,106,206)
#7C60BA
(124,96,186)
#6F56A6
(111,86,166)
#624C92
(98,76,146)
#55427E
(85,66,126)
#48386A
(72,56,106)
#3B2E56
(59,46,86)
#2E2442
(46,36,66)
#211A2E
(33,26,46)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #9674E2

#9674E2
(150,116,226)
#9F80E4
(159,128,228)
#A88CE6
(168,140,230)
#B198E8
(177,152,232)
#BAA4EA
(186,164,234)
#C3B0EC
(195,176,236)
#CCBCEE
(204,188,238)
#D5C8F0
(213,200,240)
#DED4F2
(222,212,242)
#E7E0F4
(231,224,244)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9674E2 color. Also use rgb(150,116,226) instead hex code.

Text Font Color

.myTextColor { color: #9674E2; }

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

This text font color is #9674E2.

Background Color

.myBgColor { background-color: #9674E2; }

<div style="background-color:#9674E2">Inner text</div>

This div background color is #9674E2.

Border color

.myBorderColor { border: 1px solid #9674E2; }

<div style="border:3px solid #9674E2">Div</div>

This div border color is #9674E2.

Opacity

.myOpacity80 { color: #9674E2; opacity: 0.8; }

<p style="color:#9674E2;opacity:0.8;">80%</p>

Text with #9674E2 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 #9674E2;}

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

This text has shadow with #9674E2 color.


.textShadow {text-shadow: 3px 3px 1px #9674E2', 3px 3px 1px red;}

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

This text has shadow with #9674E2 primary color and red secondary color.


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

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

This text has shadow with #9674E2 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9674E2; -webkit-box-shadow: 1px 1px 3px 2px #9674E2; box-shadow:1px 1px 3px 2px #9674E2;">
Div content here
</div>

This div box has shadow with color #9674E2.

Preview

Color preview on black background

This text has color #9674E2 on black background.


Color preview on white background

This text has color #9674E2 on white background.


Black color preview on #9674E2 background

This text has black color on #9674E2 background.


White color preview on #9674E2 background

This text has white color on #9674E2 background.


Related colors

Complementary color

Complementary color for #hex is #698B1D.


I love getcolorcode.com

Triadic colors

1 #E29674 and #74E296 with #9674E2 are triadic colors.

2 #E27496 and #7496E2 with #9674E2 are triadic colors.