COLOR #9600BA

HEX: #9600BA
RGB: (150,0,186)

Color info

#9600BA contains only red and blue colors. Web safe color of #9600BA is #9900CC (or #90C).

RGB color model

#9600BA color RGB value is (150,0,186).

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

RGB channels and saturation

R 150 of 255 = 59%
G 0 of 255 = 0%
B 186 of 255 = 73%

150
0
186

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

Portions of RGB colors in percentages

R + G + B =
150 + 0 + 186 = 336 (100%)
R 150 of 336 ~ 44.64%
G 0 of 336 ~ 0%
B 186 of 336 ~ 55.36%

%44.64
%55.36

CMYK color model

#9600BA color CMYK value is (19,100,0,27).

  • cyan value is 19.35%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,100,0,27)
C19M100Y0K27 
(19%,100%,0%,27%)
(0.19/1.00/0.00/0.27)	

CMYK percentages

%19.35
%100
%0
%27.06

Codes

Color #9600BA in popluar color models

9600BA
RGB1500186
HSL288°100.00%36.47%
HSB/HSV288°100.00%72.94%
CMYK19.35%100.00%0.00%
27.06%

Color #9600BA in popluar number systems.

HEX9600BA
Decimal1500186
Binary10010110010111010
Octal2260272

Shades and tints

Shades of #9600BA

#9600BA
(150,0,186)
#8900AA
(137,0,170)
#7C009A
(124,0,154)
#6F008A
(111,0,138)
#62007A
(98,0,122)
#55006A
(85,0,106)
#48005A
(72,0,90)
#3B004A
(59,0,74)
#2E003A
(46,0,58)
#21002A
(33,0,42)
#14001A
(20,0,26)
#000000
(0,0,0)

Tints of #9600BA

#9600BA
(150,0,186)
#9F17C0
(159,23,192)
#A82EC6
(168,46,198)
#B145CC
(177,69,204)
#BA5CD2
(186,92,210)
#C373D8
(195,115,216)
#CC8ADE
(204,138,222)
#D5A1E4
(213,161,228)
#DEB8EA
(222,184,234)
#E7CFF0
(231,207,240)
#F0E6F6
(240,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9600BA; }

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

This text font color is #9600BA.


Background Color

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

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

This div background color is #9600BA.


Border color

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

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

This div border color is #9600BA.


Opacity

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

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

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

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

This text has shadow with #9600BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9600BA on black background.


Color preview on white background

This text has color #9600BA on white background.



Black color preview on #9600BA background

This text has black color on #9600BA background.


White color preview on #9600BA background

This text has white color on #9600BA background.