COLOR #9604E6

HEX: #9604E6
RGB: (150,4,230)

Color info

#9604E6 contains mainly blue color. Web safe color of #9604E6 is #9900CC (or #90C).

RGB color model

#9604E6 color RGB value is (150,4,230).

  • red value is 150;
  • green value is 4;
  • blue value is 230.
RGB:
(150,4,230)
(59%,2%,90%)

RGB channels and saturation

R 150 of 255 = 59%
G 4 of 255 = 2%
B 230 of 255 = 90%

150
4
230

R + G + B ~ 50%. #9604E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 4 + 230 = 384 (100%)
R 150 of 384 ~ 39.06%
G 4 of 384 ~ 1.04%
B 230 of 384 ~ 59.9%

%39.06
%59.9

CMYK color model

#9604E6 color CMYK value is (35,98,0,10).

  • cyan value is 34.78%
  • magenta value is 98.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,98,0,10)
C35M98Y0K10 
(35%,98%,0%,10%)
(0.35/0.98/0.00/0.10)	

CMYK percentages

%34.78
%98.26
%0
%9.8

Codes

Color #9604E6 in popluar color models

9604E6
RGB1504230
HSL279°96.58%45.88%
HSB/HSV279°98.26%90.20%
CMYK34.78%98.26%0.00%
9.80%

Color #9604E6 in popluar number systems.

HEX9604E6
Decimal1504230
Binary1001011010011100110
Octal2264346

Shades and tints

Shades of #9604E6

#9604E6
(150,4,230)
#8904D2
(137,4,210)
#7C04BE
(124,4,190)
#6F04AA
(111,4,170)
#620496
(98,4,150)
#550482
(85,4,130)
#48046E
(72,4,110)
#3B045A
(59,4,90)
#2E0446
(46,4,70)
#210432
(33,4,50)
#14041E
(20,4,30)
#000000
(0,0,0)

Tints of #9604E6

#9604E6
(150,4,230)
#9F1AE8
(159,26,232)
#A830EA
(168,48,234)
#B146EC
(177,70,236)
#BA5CEE
(186,92,238)
#C372F0
(195,114,240)
#CC88F2
(204,136,242)
#D59EF4
(213,158,244)
#DEB4F6
(222,180,246)
#E7CAF8
(231,202,248)
#F0E0FA
(240,224,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9604E6 color. Also use rgb(150,4,230) instead hex code.

Text Font Color

.myTextColor { color: #9604E6; }

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

This text font color is #9604E6.


Background Color

.myBgColor { background-color: #9604E6; }

<div style="background-color:#9604E6">Inner text</div>

This div background color is #9604E6.


Border color

.myBorderColor { border: 1px solid #9604E6; }

<div style="border:3px solid #9604E6">Div</div>

This div border color is #9604E6.


Opacity

.myOpacity80 { color: #9604E6; opacity: 0.8; }

<p style="color:#9604E6;opacity:0.8;">80%</p>

Text with #9604E6 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 #9604E6;}

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

This text has shadow with #9604E6 color.

.textShadow {text-shadow: 3px 3px 1px #9604E6, 3px 3px 1px red;}

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

This text has shadow with #9604E6 primary color and red secondary color.


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

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

This text has shadow with #9604E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9604E6 on black background.


Color preview on white background

This text has color #9604E6 on white background.



Black color preview on #9604E6 background

This text has black color on #9604E6 background.


White color preview on #9604E6 background

This text has white color on #9604E6 background.