COLOR #9B64F1

HEX: #9B64F1
RGB: (155,100,241)

Color info

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

RGB color model

#9B64F1 color RGB value is (155,100,241).

  • red value is 155;
  • green value is 100;
  • blue value is 241.
RGB:
(155,100,241)
(61%,39%,95%)

RGB channels and saturation

R 155 of 255 = 61%
G 100 of 255 = 39%
B 241 of 255 = 95%

155
100
241

R + G + B ~ 65%. #9B64F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 100 + 241 = 496 (100%)
R 155 of 496 ~ 31.25%
G 100 of 496 ~ 20.16%
B 241 of 496 ~ 48.59%

%31.25
%20.16
%48.59

CMYK color model

#9B64F1 color CMYK value is (36,59,0,5).

  • cyan value is 35.68%
  • magenta value is 58.51%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(36,59,0,5)
C36M59Y0K5 
(36%,59%,0%,5%)
(0.36/0.59/0.00/0.05)	

CMYK percentages

%35.68
%58.51
%0
%5.49

Codes

Color #9B64F1 in popluar color models

9B64F1
RGB155100241
HSL263°83.43%66.86%
HSB/HSV263°58.51%94.51%
CMYK35.68%58.51%0.00%
5.49%

Color #9B64F1 in popluar number systems.

HEX9B64F1
Decimal155100241
Binary10011011110010011110001
Octal233144361

Shades and tints

Shades of #9B64F1

#9B64F1
(155,100,241)
#8D5BDC
(141,91,220)
#7F52C7
(127,82,199)
#7149B2
(113,73,178)
#63409D
(99,64,157)
#553788
(85,55,136)
#472E73
(71,46,115)
#39255E
(57,37,94)
#2B1C49
(43,28,73)
#1D1334
(29,19,52)
#0F0A1F
(15,10,31)
#000000
(0,0,0)

Tints of #9B64F1

#9B64F1
(155,100,241)
#A472F2
(164,114,242)
#AD80F3
(173,128,243)
#B68EF4
(182,142,244)
#BF9CF5
(191,156,245)
#C8AAF6
(200,170,246)
#D1B8F7
(209,184,247)
#DAC6F8
(218,198,248)
#E3D4F9
(227,212,249)
#ECE2FA
(236,226,250)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B64F1 color. Also use rgb(155,100,241) instead hex code.

Text Font Color

.myTextColor { color: #9B64F1; }

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

This text font color is #9B64F1.


Background Color

.myBgColor { background-color: #9B64F1; }

<div style="background-color:#9B64F1">Inner text</div>

This div background color is #9B64F1.


Border color

.myBorderColor { border: 1px solid #9B64F1; }

<div style="border:3px solid #9B64F1">Div</div>

This div border color is #9B64F1.


Opacity

.myOpacity80 { color: #9B64F1; opacity: 0.8; }

<p style="color:#9B64F1;opacity:0.8;">80%</p>

Text with #9B64F1 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 #9B64F1;}

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

This text has shadow with #9B64F1 color.

.textShadow {text-shadow: 3px 3px 1px #9B64F1, 3px 3px 1px red;}

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

This text has shadow with #9B64F1 primary color and red secondary color.


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

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

This text has shadow with #9B64F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B64F1 on black background.


Color preview on white background

This text has color #9B64F1 on white background.



Black color preview on #9B64F1 background

This text has black color on #9B64F1 background.


White color preview on #9B64F1 background

This text has white color on #9B64F1 background.