COLOR #9664F2

HEX: #9664F2
RGB: (150,100,242)

Color info

#9664F2 contains mainly blue color. Web safe color of #9664F2 is #9966FF (or #96F).

RGB color model

#9664F2 color RGB value is (150,100,242).

  • red value is 150;
  • green value is 100;
  • blue value is 242.
RGB:
(150,100,242)
(59%,39%,95%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 242 of 255 = 95%

150
100
242

R + G + B ~ 64%. #9664F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 242 = 492 (100%)
R 150 of 492 ~ 30.49%
G 100 of 492 ~ 20.33%
B 242 of 492 ~ 49.19%

%30.49
%20.33
%49.19

CMYK color model

#9664F2 color CMYK value is (38,59,0,5).

  • cyan value is 38.02%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(38,59,0,5)
C38M59Y0K5 
(38%,59%,0%,5%)
(0.38/0.59/0.00/0.05)	

CMYK percentages

%38.02
%58.68
%0
%5.1

Codes

Color #9664F2 in popluar color models

9664F2
RGB150100242
HSL261°84.52%67.06%
HSB/HSV261°58.68%94.90%
CMYK38.02%58.68%0.00%
5.10%

Color #9664F2 in popluar number systems.

HEX9664F2
Decimal150100242
Binary10010110110010011110010
Octal226144362

Shades and tints

Shades of #9664F2

#9664F2
(150,100,242)
#895BDC
(137,91,220)
#7C52C6
(124,82,198)
#6F49B0
(111,73,176)
#62409A
(98,64,154)
#553784
(85,55,132)
#482E6E
(72,46,110)
#3B2558
(59,37,88)
#2E1C42
(46,28,66)
#21132C
(33,19,44)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #9664F2

#9664F2
(150,100,242)
#9F72F3
(159,114,243)
#A880F4
(168,128,244)
#B18EF5
(177,142,245)
#BA9CF6
(186,156,246)
#C3AAF7
(195,170,247)
#CCB8F8
(204,184,248)
#D5C6F9
(213,198,249)
#DED4FA
(222,212,250)
#E7E2FB
(231,226,251)
#F0F0FC
(240,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9664F2 color. Also use rgb(150,100,242) instead hex code.

Text Font Color

.myTextColor { color: #9664F2; }

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

This text font color is #9664F2.


Background Color

.myBgColor { background-color: #9664F2; }

<div style="background-color:#9664F2">Inner text</div>

This div background color is #9664F2.


Border color

.myBorderColor { border: 1px solid #9664F2; }

<div style="border:3px solid #9664F2">Div</div>

This div border color is #9664F2.


Opacity

.myOpacity80 { color: #9664F2; opacity: 0.8; }

<p style="color:#9664F2;opacity:0.8;">80%</p>

Text with #9664F2 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 #9664F2;}

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

This text has shadow with #9664F2 color.

.textShadow {text-shadow: 3px 3px 1px #9664F2, 3px 3px 1px red;}

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

This text has shadow with #9664F2 primary color and red secondary color.


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

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

This text has shadow with #9664F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9664F2 on black background.


Color preview on white background

This text has color #9664F2 on white background.



Black color preview on #9664F2 background

This text has black color on #9664F2 background.


White color preview on #9664F2 background

This text has white color on #9664F2 background.