COLOR #9B63F5

HEX: #9B63F5
RGB: (155,99,245)

Color info

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

RGB color model

#9B63F5 color RGB value is (155,99,245).

  • red value is 155;
  • green value is 99;
  • blue value is 245.
RGB:
(155,99,245)
(61%,39%,96%)

RGB channels and saturation

R 155 of 255 = 61%
G 99 of 255 = 39%
B 245 of 255 = 96%

155
99
245

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

Portions of RGB colors in percentages

R + G + B =
155 + 99 + 245 = 499 (100%)
R 155 of 499 ~ 31.06%
G 99 of 499 ~ 19.84%
B 245 of 499 ~ 49.1%

%31.06
%19.84
%49.1

CMYK color model

#9B63F5 color CMYK value is (37,60,0,4).

  • cyan value is 36.73%
  • magenta value is 59.59%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(37,60,0,4)
C37M60Y0K4 
(37%,60%,0%,4%)
(0.37/0.60/0.00/0.04)	

CMYK percentages

%36.73
%59.59
%0
%3.92

Codes

Color #9B63F5 in popluar color models

9B63F5
RGB15599245
HSL263°87.95%67.45%
HSB/HSV263°59.59%96.08%
CMYK36.73%59.59%0.00%
3.92%

Color #9B63F5 in popluar number systems.

HEX9B63F5
Decimal15599245
Binary10011011110001111110101
Octal233143365

Shades and tints

Shades of #9B63F5

#9B63F5
(155,99,245)
#8D5ADF
(141,90,223)
#7F51C9
(127,81,201)
#7148B3
(113,72,179)
#633F9D
(99,63,157)
#553687
(85,54,135)
#472D71
(71,45,113)
#39245B
(57,36,91)
#2B1B45
(43,27,69)
#1D122F
(29,18,47)
#0F0919
(15,9,25)
#000000
(0,0,0)

Tints of #9B63F5

#9B63F5
(155,99,245)
#A471F5
(164,113,245)
#AD7FF5
(173,127,245)
#B68DF5
(182,141,245)
#BF9BF5
(191,155,245)
#C8A9F5
(200,169,245)
#D1B7F5
(209,183,245)
#DAC5F5
(218,197,245)
#E3D3F5
(227,211,245)
#ECE1F5
(236,225,245)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B63F5 color. Also use rgb(155,99,245) instead hex code.

Text Font Color

.myTextColor { color: #9B63F5; }

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

This text font color is #9B63F5.


Background Color

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

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

This div background color is #9B63F5.


Border color

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

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

This div border color is #9B63F5.


Opacity

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

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

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

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

This text has shadow with #9B63F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B63F5 on black background.


Color preview on white background

This text has color #9B63F5 on white background.



Black color preview on #9B63F5 background

This text has black color on #9B63F5 background.


White color preview on #9B63F5 background

This text has white color on #9B63F5 background.