COLOR #9638BA

HEX: #9638BA
RGB: (150,56,186)

Color info

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

RGB color model

#9638BA color RGB value is (150,56,186).

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

RGB channels and saturation

R 150 of 255 = 59%
G 56 of 255 = 22%
B 186 of 255 = 73%

150
56
186

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

Portions of RGB colors in percentages

R + G + B =
150 + 56 + 186 = 392 (100%)
R 150 of 392 ~ 38.27%
G 56 of 392 ~ 14.29%
B 186 of 392 ~ 47.45%

%38.27
%14.29
%47.45

CMYK color model

#9638BA color CMYK value is (19,70,0,27).

  • cyan value is 19.35%
  • magenta value is 69.89%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,70,0,27)
C19M70Y0K27 
(19%,70%,0%,27%)
(0.19/0.70/0.00/0.27)	

CMYK percentages

%19.35
%69.89
%0
%27.06

Codes

Color #9638BA in popluar color models

9638BA
RGB15056186
HSL283°53.72%47.45%
HSB/HSV283°69.89%72.94%
CMYK19.35%69.89%0.00%
27.06%

Color #9638BA in popluar number systems.

HEX9638BA
Decimal15056186
Binary1001011011100010111010
Octal22670272

Shades and tints

Shades of #9638BA

#9638BA
(150,56,186)
#8933AA
(137,51,170)
#7C2E9A
(124,46,154)
#6F298A
(111,41,138)
#62247A
(98,36,122)
#551F6A
(85,31,106)
#481A5A
(72,26,90)
#3B154A
(59,21,74)
#2E103A
(46,16,58)
#210B2A
(33,11,42)
#14061A
(20,6,26)
#000000
(0,0,0)

Tints of #9638BA

#9638BA
(150,56,186)
#9F4AC0
(159,74,192)
#A85CC6
(168,92,198)
#B16ECC
(177,110,204)
#BA80D2
(186,128,210)
#C392D8
(195,146,216)
#CCA4DE
(204,164,222)
#D5B6E4
(213,182,228)
#DEC8EA
(222,200,234)
#E7DAF0
(231,218,240)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9638BA; }

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

This text font color is #9638BA.


Background Color

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

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

This div background color is #9638BA.


Border color

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

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

This div border color is #9638BA.


Opacity

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

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

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

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

This text has shadow with #9638BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9638BA on black background.


Color preview on white background

This text has color #9638BA on white background.



Black color preview on #9638BA background

This text has black color on #9638BA background.


White color preview on #9638BA background

This text has white color on #9638BA background.