COLOR #9676E3

HEX: #9676E3 RGB: (150,118,227)

Color info

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

RGB color model

#9676E3 color RGB value is (150,118,227).

RGB: (150,118,227) (59%, 46%, 89%)

RGB channels and saturation

R 150 of 255 = 59%
G 118 of 255 = 46%
B 227 of 255 = 89%

150
118
227

R + G + B ~ 65%. #9676E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 118 + 227 = 495 (100%)
R 150 of 495 ~ 30.3%
G 118 of 495 ~ 23.84%
B 227 of 495 ~ 45.86'%

%30.3
%23.84
%45.86

CMYK color model

#9676E3 color CMYK value is (34,48,0,11).

  • cyan value is 33.92%
  • magenta value is 48.02%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (34,48,0,11)
C34M48Y0K11 (34%, 48%, 0%, 11%)
(0.34 / 0.48 / 0.00 / 0.11)

CMYK percentages

%33.92
%48.02
%0
%10.98

Codes

Color #9676E3 in popluar color models

96 76 E3
RGB 150 118 227
HSL 258° 66.06% 67.65%
HSB/HSV 258° 48.02% 89.02%
CMYK 33.92% 48.02% 0.00%
10.98%

Color #9676E3 in popluar number systems.

HEX 96 76 E3
Decimal 150 118 227
Binary 10010110 1110110 11100011
Octal 226 166 343

Shades and tints

Shades of #9676E3

#9676E3
(150,118,227)
#896CCF
(137,108,207)
#7C62BB
(124,98,187)
#6F58A7
(111,88,167)
#624E93
(98,78,147)
#55447F
(85,68,127)
#483A6B
(72,58,107)
#3B3057
(59,48,87)
#2E2643
(46,38,67)
#211C2F
(33,28,47)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #9676E3

#9676E3
(150,118,227)
#9F82E5
(159,130,229)
#A88EE7
(168,142,231)
#B19AE9
(177,154,233)
#BAA6EB
(186,166,235)
#C3B2ED
(195,178,237)
#CCBEEF
(204,190,239)
#D5CAF1
(213,202,241)
#DED6F3
(222,214,243)
#E7E2F5
(231,226,245)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9676E3 color. Also use rgb(150,118,227) instead hex code.

Text Font Color

.myTextColor { color: #9676E3; }

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

This text font color is #9676E3.

Background Color

.myBgColor { background-color: #9676E3; }

<div style="background-color:#9676E3">Inner text</div>

This div background color is #9676E3.

Border color

.myBorderColor { border: 1px solid #9676E3; }

<div style="border:3px solid #9676E3">Div</div>

This div border color is #9676E3.

Opacity

.myOpacity80 { color: #9676E3; opacity: 0.8; }

<p style="color:#9676E3;opacity:0.8;">80%</p>

Text with #9676E3 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 #9676E3;}

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

This text has shadow with #9676E3 color.


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

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

This text has shadow with #9676E3 primary color and red secondary color.


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

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

This text has shadow with #9676E3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9676E3.

Preview

Color preview on black background

This text has color #9676E3 on black background.


Color preview on white background

This text has color #9676E3 on white background.


Black color preview on #9676E3 background

This text has black color on #9676E3 background.


White color preview on #9676E3 background

This text has white color on #9676E3 background.


Related colors

Complementary color

Complementary color for #hex is #69891C.


I love getcolorcode.com

Triadic colors

1 #E39676 and #76E396 with #9676E3 are triadic colors.

2 #E37696 and #7696E3 with #9676E3 are triadic colors.