COLOR #9650A3

HEX: #9650A3
RGB: (150,80,163)

Color info

#9650A3 contains mainly red and blue colors. Web safe color of #9650A3 is #996699 (or #969).

RGB color model

#9650A3 color RGB value is (150,80,163).

  • red value is 150;
  • green value is 80;
  • blue value is 163.
RGB:
(150,80,163)
(59%,31%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 80 of 255 = 31%
B 163 of 255 = 64%

150
80
163

R + G + B ~ 51%. #9650A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 163 = 393 (100%)
R 150 of 393 ~ 38.17%
G 80 of 393 ~ 20.36%
B 163 of 393 ~ 41.48%

%38.17
%20.36
%41.48

CMYK color model

#9650A3 color CMYK value is (8,51,0,36).

  • cyan value is 7.98%
  • magenta value is 50.92%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,51,0,36)
C8M51Y0K36 
(8%,51%,0%,36%)
(0.08/0.51/0.00/0.36)	

CMYK percentages

%7.98
%50.92
%0
%36.08

Codes

Color #9650A3 in popluar color models

9650A3
RGB15080163
HSL291°34.16%47.65%
HSB/HSV291°50.92%63.92%
CMYK7.98%50.92%0.00%
36.08%

Color #9650A3 in popluar number systems.

HEX9650A3
Decimal15080163
Binary10010110101000010100011
Octal226120243

Shades and tints

Shades of #9650A3

#9650A3
(150,80,163)
#894995
(137,73,149)
#7C4287
(124,66,135)
#6F3B79
(111,59,121)
#62346B
(98,52,107)
#552D5D
(85,45,93)
#48264F
(72,38,79)
#3B1F41
(59,31,65)
#2E1833
(46,24,51)
#211125
(33,17,37)
#140A17
(20,10,23)
#000000
(0,0,0)

Tints of #9650A3

#9650A3
(150,80,163)
#9F5FAB
(159,95,171)
#A86EB3
(168,110,179)
#B17DBB
(177,125,187)
#BA8CC3
(186,140,195)
#C39BCB
(195,155,203)
#CCAAD3
(204,170,211)
#D5B9DB
(213,185,219)
#DEC8E3
(222,200,227)
#E7D7EB
(231,215,235)
#F0E6F3
(240,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9650A3 color. Also use rgb(150,80,163) instead hex code.

Text Font Color

.myTextColor { color: #9650A3; }

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

This text font color is #9650A3.


Background Color

.myBgColor { background-color: #9650A3; }

<div style="background-color:#9650A3">Inner text</div>

This div background color is #9650A3.


Border color

.myBorderColor { border: 1px solid #9650A3; }

<div style="border:3px solid #9650A3">Div</div>

This div border color is #9650A3.


Opacity

.myOpacity80 { color: #9650A3; opacity: 0.8; }

<p style="color:#9650A3;opacity:0.8;">80%</p>

Text with #9650A3 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 #9650A3;}

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

This text has shadow with #9650A3 color.

.textShadow {text-shadow: 3px 3px 1px #9650A3, 3px 3px 1px red;}

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

This text has shadow with #9650A3 primary color and red secondary color.


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

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

This text has shadow with #9650A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9650A3 on black background.


Color preview on white background

This text has color #9650A3 on white background.



Black color preview on #9650A3 background

This text has black color on #9650A3 background.


White color preview on #9650A3 background

This text has white color on #9650A3 background.