COLOR #9676DA

HEX: #9676DA
RGB: (150,118,218)

Color info

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

RGB color model

#9676DA color RGB value is (150,118,218).

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

RGB channels and saturation

R 150 of 255 = 59%
G 118 of 255 = 46%
B 218 of 255 = 85%

150
118
218

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

Portions of RGB colors in percentages

R + G + B =
150 + 118 + 218 = 486 (100%)
R 150 of 486 ~ 30.86%
G 118 of 486 ~ 24.28%
B 218 of 486 ~ 44.86%

%30.86
%24.28
%44.86

CMYK color model

#9676DA color CMYK value is (31,46,0,15).

  • cyan value is 31.19%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,46,0,15)
C31M46Y0K15 
(31%,46%,0%,15%)
(0.31/0.46/0.00/0.15)	

CMYK percentages

%31.19
%45.87
%0
%14.51

Codes

Color #9676DA in popluar color models

9676DA
RGB150118218
HSL259°57.47%65.88%
HSB/HSV259°45.87%85.49%
CMYK31.19%45.87%0.00%
14.51%

Color #9676DA in popluar number systems.

HEX9676DA
Decimal150118218
Binary10010110111011011011010
Octal226166332

Shades and tints

Shades of #9676DA

#9676DA
(150,118,218)
#896CC7
(137,108,199)
#7C62B4
(124,98,180)
#6F58A1
(111,88,161)
#624E8E
(98,78,142)
#55447B
(85,68,123)
#483A68
(72,58,104)
#3B3055
(59,48,85)
#2E2642
(46,38,66)
#211C2F
(33,28,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #9676DA

#9676DA
(150,118,218)
#9F82DD
(159,130,221)
#A88EE0
(168,142,224)
#B19AE3
(177,154,227)
#BAA6E6
(186,166,230)
#C3B2E9
(195,178,233)
#CCBEEC
(204,190,236)
#D5CAEF
(213,202,239)
#DED6F2
(222,214,242)
#E7E2F5
(231,226,245)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9676DA; }

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

This text font color is #9676DA.


Background Color

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

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

This div background color is #9676DA.


Border color

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

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

This div border color is #9676DA.


Opacity

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

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

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

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

This text has shadow with #9676DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9676DA on black background.


Color preview on white background

This text has color #9676DA on white background.



Black color preview on #9676DA background

This text has black color on #9676DA background.


White color preview on #9676DA background

This text has white color on #9676DA background.