COLOR #9676D5

HEX: #9676D5
RGB: (150,118,213)

Color info

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

RGB color model

#9676D5 color RGB value is (150,118,213).

  • red value is 150;
  • green value is 118;
  • blue value is 213.
RGB:
(150,118,213)
(59%,46%,84%)

RGB channels and saturation

R 150 of 255 = 59%
G 118 of 255 = 46%
B 213 of 255 = 84%

150
118
213

R + G + B ~ 63%. #9676D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 118 + 213 = 481 (100%)
R 150 of 481 ~ 31.19%
G 118 of 481 ~ 24.53%
B 213 of 481 ~ 44.28%

%31.19
%24.53
%44.28

CMYK color model

#9676D5 color CMYK value is (30,45,0,16).

  • cyan value is 29.58%
  • magenta value is 44.60%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(30,45,0,16)
C30M45Y0K16 
(30%,45%,0%,16%)
(0.30/0.45/0.00/0.16)	

CMYK percentages

%29.58
%44.6
%0
%16.47

Codes

Color #9676D5 in popluar color models

9676D5
RGB150118213
HSL260°53.07%64.90%
HSB/HSV260°44.60%83.53%
CMYK29.58%44.60%0.00%
16.47%

Color #9676D5 in popluar number systems.

HEX9676D5
Decimal150118213
Binary10010110111011011010101
Octal226166325

Shades and tints

Shades of #9676D5

#9676D5
(150,118,213)
#896CC2
(137,108,194)
#7C62AF
(124,98,175)
#6F589C
(111,88,156)
#624E89
(98,78,137)
#554476
(85,68,118)
#483A63
(72,58,99)
#3B3050
(59,48,80)
#2E263D
(46,38,61)
#211C2A
(33,28,42)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #9676D5

#9676D5
(150,118,213)
#9F82D8
(159,130,216)
#A88EDB
(168,142,219)
#B19ADE
(177,154,222)
#BAA6E1
(186,166,225)
#C3B2E4
(195,178,228)
#CCBEE7
(204,190,231)
#D5CAEA
(213,202,234)
#DED6ED
(222,214,237)
#E7E2F0
(231,226,240)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9676D5; }

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

This text font color is #9676D5.


Background Color

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

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

This div background color is #9676D5.


Border color

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

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

This div border color is #9676D5.


Opacity

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

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

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

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

This text has shadow with #9676D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9676D5 on black background.


Color preview on white background

This text has color #9676D5 on white background.



Black color preview on #9676D5 background

This text has black color on #9676D5 background.


White color preview on #9676D5 background

This text has white color on #9676D5 background.