COLOR #9B76F5

HEX: #9B76F5
RGB: (155,118,245)

Color info

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

RGB color model

#9B76F5 color RGB value is (155,118,245).

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

RGB channels and saturation

R 155 of 255 = 61%
G 118 of 255 = 46%
B 245 of 255 = 96%

155
118
245

R + G + B ~ 68%. #9B76F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 118 + 245 = 518 (100%)
R 155 of 518 ~ 29.92%
G 118 of 518 ~ 22.78%
B 245 of 518 ~ 47.3%

%29.92
%22.78
%47.3

CMYK color model

#9B76F5 color CMYK value is (37,52,0,4).

  • cyan value is 36.73%
  • magenta value is 51.84%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(37,52,0,4)
C37M52Y0K4 
(37%,52%,0%,4%)
(0.37/0.52/0.00/0.04)	

CMYK percentages

%36.73
%51.84
%0
%3.92

Codes

Color #9B76F5 in popluar color models

9B76F5
RGB155118245
HSL257°86.39%71.18%
HSB/HSV257°51.84%96.08%
CMYK36.73%51.84%0.00%
3.92%

Color #9B76F5 in popluar number systems.

HEX9B76F5
Decimal155118245
Binary10011011111011011110101
Octal233166365

Shades and tints

Shades of #9B76F5

#9B76F5
(155,118,245)
#8D6CDF
(141,108,223)
#7F62C9
(127,98,201)
#7158B3
(113,88,179)
#634E9D
(99,78,157)
#554487
(85,68,135)
#473A71
(71,58,113)
#39305B
(57,48,91)
#2B2645
(43,38,69)
#1D1C2F
(29,28,47)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #9B76F5

#9B76F5
(155,118,245)
#A482F5
(164,130,245)
#AD8EF5
(173,142,245)
#B69AF5
(182,154,245)
#BFA6F5
(191,166,245)
#C8B2F5
(200,178,245)
#D1BEF5
(209,190,245)
#DACAF5
(218,202,245)
#E3D6F5
(227,214,245)
#ECE2F5
(236,226,245)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B76F5; }

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

This text font color is #9B76F5.


Background Color

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

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

This div background color is #9B76F5.


Border color

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

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

This div border color is #9B76F5.


Opacity

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

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

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

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

This text has shadow with #9B76F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B76F5 on black background.


Color preview on white background

This text has color #9B76F5 on white background.



Black color preview on #9B76F5 background

This text has black color on #9B76F5 background.


White color preview on #9B76F5 background

This text has white color on #9B76F5 background.