COLOR #9652D3

HEX: #9652D3
RGB: (150,82,211)

Color info

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

RGB color model

#9652D3 color RGB value is (150,82,211).

  • red value is 150;
  • green value is 82;
  • blue value is 211.
RGB:
(150,82,211)
(59%,32%,83%)

RGB channels and saturation

R 150 of 255 = 59%
G 82 of 255 = 32%
B 211 of 255 = 83%

150
82
211

R + G + B ~ 58%. #9652D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 82 + 211 = 443 (100%)
R 150 of 443 ~ 33.86%
G 82 of 443 ~ 18.51%
B 211 of 443 ~ 47.63%

%33.86
%18.51
%47.63

CMYK color model

#9652D3 color CMYK value is (29,61,0,17).

  • cyan value is 28.91%
  • magenta value is 61.14%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(29,61,0,17)
C29M61Y0K17 
(29%,61%,0%,17%)
(0.29/0.61/0.00/0.17)	

CMYK percentages

%28.91
%61.14
%0
%17.25

Codes

Color #9652D3 in popluar color models

9652D3
RGB15082211
HSL272°59.45%57.45%
HSB/HSV272°61.14%82.75%
CMYK28.91%61.14%0.00%
17.25%

Color #9652D3 in popluar number systems.

HEX9652D3
Decimal15082211
Binary10010110101001011010011
Octal226122323

Shades and tints

Shades of #9652D3

#9652D3
(150,82,211)
#894BC0
(137,75,192)
#7C44AD
(124,68,173)
#6F3D9A
(111,61,154)
#623687
(98,54,135)
#552F74
(85,47,116)
#482861
(72,40,97)
#3B214E
(59,33,78)
#2E1A3B
(46,26,59)
#211328
(33,19,40)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #9652D3

#9652D3
(150,82,211)
#9F61D7
(159,97,215)
#A870DB
(168,112,219)
#B17FDF
(177,127,223)
#BA8EE3
(186,142,227)
#C39DE7
(195,157,231)
#CCACEB
(204,172,235)
#D5BBEF
(213,187,239)
#DECAF3
(222,202,243)
#E7D9F7
(231,217,247)
#F0E8FB
(240,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9652D3 color. Also use rgb(150,82,211) instead hex code.

Text Font Color

.myTextColor { color: #9652D3; }

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

This text font color is #9652D3.


Background Color

.myBgColor { background-color: #9652D3; }

<div style="background-color:#9652D3">Inner text</div>

This div background color is #9652D3.


Border color

.myBorderColor { border: 1px solid #9652D3; }

<div style="border:3px solid #9652D3">Div</div>

This div border color is #9652D3.


Opacity

.myOpacity80 { color: #9652D3; opacity: 0.8; }

<p style="color:#9652D3;opacity:0.8;">80%</p>

Text with #9652D3 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 #9652D3;}

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

This text has shadow with #9652D3 color.

.textShadow {text-shadow: 3px 3px 1px #9652D3, 3px 3px 1px red;}

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

This text has shadow with #9652D3 primary color and red secondary color.


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

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

This text has shadow with #9652D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9652D3 on black background.


Color preview on white background

This text has color #9652D3 on white background.



Black color preview on #9652D3 background

This text has black color on #9652D3 background.


White color preview on #9652D3 background

This text has white color on #9652D3 background.