COLOR #9633A1

HEX: #9633A1
RGB: (150,51,161)

Color info

#9633A1 contains mainly red and blue colors. Web safe color of #9633A1 is #993399 (or #939).

RGB color model

#9633A1 color RGB value is (150,51,161).

  • red value is 150;
  • green value is 51;
  • blue value is 161.
RGB:
(150,51,161)
(59%,20%,63%)

RGB channels and saturation

R 150 of 255 = 59%
G 51 of 255 = 20%
B 161 of 255 = 63%

150
51
161

R + G + B ~ 47%. #9633A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 51 + 161 = 362 (100%)
R 150 of 362 ~ 41.44%
G 51 of 362 ~ 14.09%
B 161 of 362 ~ 44.48%

%41.44
%14.09
%44.48

CMYK color model

#9633A1 color CMYK value is (7,68,0,37).

  • cyan value is 6.83%
  • magenta value is 68.32%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,68,0,37)
C7M68Y0K37 
(7%,68%,0%,37%)
(0.07/0.68/0.00/0.37)	

CMYK percentages

%6.83
%68.32
%0
%36.86

Codes

Color #9633A1 in popluar color models

9633A1
RGB15051161
HSL294°51.89%41.57%
HSB/HSV294°68.32%63.14%
CMYK6.83%68.32%0.00%
36.86%

Color #9633A1 in popluar number systems.

HEX9633A1
Decimal15051161
Binary1001011011001110100001
Octal22663241

Shades and tints

Shades of #9633A1

#9633A1
(150,51,161)
#892F93
(137,47,147)
#7C2B85
(124,43,133)
#6F2777
(111,39,119)
#622369
(98,35,105)
#551F5B
(85,31,91)
#481B4D
(72,27,77)
#3B173F
(59,23,63)
#2E1331
(46,19,49)
#210F23
(33,15,35)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #9633A1

#9633A1
(150,51,161)
#9F45A9
(159,69,169)
#A857B1
(168,87,177)
#B169B9
(177,105,185)
#BA7BC1
(186,123,193)
#C38DC9
(195,141,201)
#CC9FD1
(204,159,209)
#D5B1D9
(213,177,217)
#DEC3E1
(222,195,225)
#E7D5E9
(231,213,233)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9633A1 color. Also use rgb(150,51,161) instead hex code.

Text Font Color

.myTextColor { color: #9633A1; }

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

This text font color is #9633A1.


Background Color

.myBgColor { background-color: #9633A1; }

<div style="background-color:#9633A1">Inner text</div>

This div background color is #9633A1.


Border color

.myBorderColor { border: 1px solid #9633A1; }

<div style="border:3px solid #9633A1">Div</div>

This div border color is #9633A1.


Opacity

.myOpacity80 { color: #9633A1; opacity: 0.8; }

<p style="color:#9633A1;opacity:0.8;">80%</p>

Text with #9633A1 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 #9633A1;}

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

This text has shadow with #9633A1 color.

.textShadow {text-shadow: 3px 3px 1px #9633A1, 3px 3px 1px red;}

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

This text has shadow with #9633A1 primary color and red secondary color.


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

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

This text has shadow with #9633A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9633A1 on black background.


Color preview on white background

This text has color #9633A1 on white background.



Black color preview on #9633A1 background

This text has black color on #9633A1 background.


White color preview on #9633A1 background

This text has white color on #9633A1 background.