COLOR #9627BA

HEX: #9627BA
RGB: (150,39,186)

Color info

#9627BA contains mainly red and blue colors. Web safe color of #9627BA is #9933CC (or #93C).

RGB color model

#9627BA color RGB value is (150,39,186).

  • red value is 150;
  • green value is 39;
  • blue value is 186.
RGB:
(150,39,186)
(59%,15%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 39 of 255 = 15%
B 186 of 255 = 73%

150
39
186

R + G + B ~ 49%. #9627BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 39 + 186 = 375 (100%)
R 150 of 375 ~ 40%
G 39 of 375 ~ 10.4%
B 186 of 375 ~ 49.6%

%40
%10.4
%49.6

CMYK color model

#9627BA color CMYK value is (19,79,0,27).

  • cyan value is 19.35%
  • magenta value is 79.03%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,79,0,27)
C19M79Y0K27 
(19%,79%,0%,27%)
(0.19/0.79/0.00/0.27)	

CMYK percentages

%19.35
%79.03
%0
%27.06

Codes

Color #9627BA in popluar color models

9627BA
RGB15039186
HSL285°65.33%44.12%
HSB/HSV285°79.03%72.94%
CMYK19.35%79.03%0.00%
27.06%

Color #9627BA in popluar number systems.

HEX9627BA
Decimal15039186
Binary1001011010011110111010
Octal22647272

Shades and tints

Shades of #9627BA

#9627BA
(150,39,186)
#8924AA
(137,36,170)
#7C219A
(124,33,154)
#6F1E8A
(111,30,138)
#621B7A
(98,27,122)
#55186A
(85,24,106)
#48155A
(72,21,90)
#3B124A
(59,18,74)
#2E0F3A
(46,15,58)
#210C2A
(33,12,42)
#14091A
(20,9,26)
#000000
(0,0,0)

Tints of #9627BA

#9627BA
(150,39,186)
#9F3AC0
(159,58,192)
#A84DC6
(168,77,198)
#B160CC
(177,96,204)
#BA73D2
(186,115,210)
#C386D8
(195,134,216)
#CC99DE
(204,153,222)
#D5ACE4
(213,172,228)
#DEBFEA
(222,191,234)
#E7D2F0
(231,210,240)
#F0E5F6
(240,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9627BA color. Also use rgb(150,39,186) instead hex code.

Text Font Color

.myTextColor { color: #9627BA; }

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

This text font color is #9627BA.


Background Color

.myBgColor { background-color: #9627BA; }

<div style="background-color:#9627BA">Inner text</div>

This div background color is #9627BA.


Border color

.myBorderColor { border: 1px solid #9627BA; }

<div style="border:3px solid #9627BA">Div</div>

This div border color is #9627BA.


Opacity

.myOpacity80 { color: #9627BA; opacity: 0.8; }

<p style="color:#9627BA;opacity:0.8;">80%</p>

Text with #9627BA 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 #9627BA;}

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

This text has shadow with #9627BA color.

.textShadow {text-shadow: 3px 3px 1px #9627BA, 3px 3px 1px red;}

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

This text has shadow with #9627BA primary color and red secondary color.


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

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

This text has shadow with #9627BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9627BA on black background.


Color preview on white background

This text has color #9627BA on white background.



Black color preview on #9627BA background

This text has black color on #9627BA background.


White color preview on #9627BA background

This text has white color on #9627BA background.