COLOR #9636C2

HEX: #9636C2
RGB: (150,54,194)

Color info

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

RGB color model

#9636C2 color RGB value is (150,54,194).

  • red value is 150;
  • green value is 54;
  • blue value is 194.
RGB:
(150,54,194)
(59%,21%,76%)

RGB channels and saturation

R 150 of 255 = 59%
G 54 of 255 = 21%
B 194 of 255 = 76%

150
54
194

R + G + B ~ 52%. #9636C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 54 + 194 = 398 (100%)
R 150 of 398 ~ 37.69%
G 54 of 398 ~ 13.57%
B 194 of 398 ~ 48.74%

%37.69
%13.57
%48.74

CMYK color model

#9636C2 color CMYK value is (23,72,0,24).

  • cyan value is 22.68%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(23,72,0,24)
C23M72Y0K24 
(23%,72%,0%,24%)
(0.23/0.72/0.00/0.24)	

CMYK percentages

%22.68
%72.16
%0
%23.92

Codes

Color #9636C2 in popluar color models

9636C2
RGB15054194
HSL281°56.45%48.63%
HSB/HSV281°72.16%76.08%
CMYK22.68%72.16%0.00%
23.92%

Color #9636C2 in popluar number systems.

HEX9636C2
Decimal15054194
Binary1001011011011011000010
Octal22666302

Shades and tints

Shades of #9636C2

#9636C2
(150,54,194)
#8932B1
(137,50,177)
#7C2EA0
(124,46,160)
#6F2A8F
(111,42,143)
#62267E
(98,38,126)
#55226D
(85,34,109)
#481E5C
(72,30,92)
#3B1A4B
(59,26,75)
#2E163A
(46,22,58)
#211229
(33,18,41)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #9636C2

#9636C2
(150,54,194)
#9F48C7
(159,72,199)
#A85ACC
(168,90,204)
#B16CD1
(177,108,209)
#BA7ED6
(186,126,214)
#C390DB
(195,144,219)
#CCA2E0
(204,162,224)
#D5B4E5
(213,180,229)
#DEC6EA
(222,198,234)
#E7D8EF
(231,216,239)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9636C2 color. Also use rgb(150,54,194) instead hex code.

Text Font Color

.myTextColor { color: #9636C2; }

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

This text font color is #9636C2.


Background Color

.myBgColor { background-color: #9636C2; }

<div style="background-color:#9636C2">Inner text</div>

This div background color is #9636C2.


Border color

.myBorderColor { border: 1px solid #9636C2; }

<div style="border:3px solid #9636C2">Div</div>

This div border color is #9636C2.


Opacity

.myOpacity80 { color: #9636C2; opacity: 0.8; }

<p style="color:#9636C2;opacity:0.8;">80%</p>

Text with #9636C2 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 #9636C2;}

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

This text has shadow with #9636C2 color.

.textShadow {text-shadow: 3px 3px 1px #9636C2, 3px 3px 1px red;}

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

This text has shadow with #9636C2 primary color and red secondary color.


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

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

This text has shadow with #9636C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9636C2 on black background.


Color preview on white background

This text has color #9636C2 on white background.



Black color preview on #9636C2 background

This text has black color on #9636C2 background.


White color preview on #9636C2 background

This text has white color on #9636C2 background.