COLOR #9658A3

HEX: #9658A3
RGB: (150,88,163)

Color info

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

RGB color model

#9658A3 color RGB value is (150,88,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 163 of 255 = 64%

150
88
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 88 + 163 = 401 (100%)
R 150 of 401 ~ 37.41%
G 88 of 401 ~ 21.95%
B 163 of 401 ~ 40.65%

%37.41
%21.95
%40.65

CMYK color model

#9658A3 color CMYK value is (8,46,0,36).

  • cyan value is 7.98%
  • magenta value is 46.01%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,46,0,36)
C8M46Y0K36 
(8%,46%,0%,36%)
(0.08/0.46/0.00/0.36)	

CMYK percentages

%7.98
%46.01
%0
%36.08

Codes

Color #9658A3 in popluar color models

9658A3
RGB15088163
HSL290°29.88%49.22%
HSB/HSV290°46.01%63.92%
CMYK7.98%46.01%0.00%
36.08%

Color #9658A3 in popluar number systems.

HEX9658A3
Decimal15088163
Binary10010110101100010100011
Octal226130243

Shades and tints

Shades of #9658A3

#9658A3
(150,88,163)
#895095
(137,80,149)
#7C4887
(124,72,135)
#6F4079
(111,64,121)
#62386B
(98,56,107)
#55305D
(85,48,93)
#48284F
(72,40,79)
#3B2041
(59,32,65)
#2E1833
(46,24,51)
#211025
(33,16,37)
#140817
(20,8,23)
#000000
(0,0,0)

Tints of #9658A3

#9658A3
(150,88,163)
#9F67AB
(159,103,171)
#A876B3
(168,118,179)
#B185BB
(177,133,187)
#BA94C3
(186,148,195)
#C3A3CB
(195,163,203)
#CCB2D3
(204,178,211)
#D5C1DB
(213,193,219)
#DED0E3
(222,208,227)
#E7DFEB
(231,223,235)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9658A3; }

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

This text font color is #9658A3.


Background Color

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

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

This div background color is #9658A3.


Border color

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

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

This div border color is #9658A3.


Opacity

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

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

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

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

This text has shadow with #9658A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9658A3 on black background.


Color preview on white background

This text has color #9658A3 on white background.



Black color preview on #9658A3 background

This text has black color on #9658A3 background.


White color preview on #9658A3 background

This text has white color on #9658A3 background.