COLOR #954BF5

HEX: #954BF5
RGB: (149,75,245)

Color info

#954BF5 contains mainly blue color. Web safe color of #954BF5 is #9933FF (or #93F).

RGB color model

#954BF5 color RGB value is (149,75,245).

  • red value is 149;
  • green value is 75;
  • blue value is 245.
RGB: (149,75,245) (58%,29%,96%)

RGB channels and saturation

R 149 of 255 = 58%
G 75 of 255 = 29%
B 245 of 255 = 96%

149
75
245

R + G + B ~ 61%. #954BF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 75 + 245 = 469 (100%)
R 149 of 469 ~ 31.77%
G 75 of 469 ~ 15.99%
B 245 of 469 ~ 52.24%

%31.77
%15.99
%52.24

CMYK color model

#954BF5 color CMYK value is (39,69,0,4).

  • cyan value is 39.18%
  • magenta value is 69.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (39,69,0,4) C39M69Y0K4 (39%,69%,0%,4%) (0.39/0.69/0.00/0.04)

CMYK percentages

%39.18
%69.39
%0
%3.92

Codes

Color #954BF5 in popluar color models

954BF5
RGB14975245
HSL266°89.47%62.75%
HSB/HSV266°69.39%96.08%
CMYK39.18%69.39%0.00%
3.92%

Color #954BF5 in popluar number systems.

HEX954BF5
Decimal14975245
Binary10010101100101111110101
Octal225113365

Shades and tints

Shades of #954BF5

#954BF5
(149,75,245)
#8845DF
(136,69,223)
#7B3FC9
(123,63,201)
#6E39B3
(110,57,179)
#61339D
(97,51,157)
#542D87
(84,45,135)
#472771
(71,39,113)
#3A215B
(58,33,91)
#2D1B45
(45,27,69)
#20152F
(32,21,47)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #954BF5

#954BF5
(149,75,245)
#9E5BF5
(158,91,245)
#A76BF5
(167,107,245)
#B07BF5
(176,123,245)
#B98BF5
(185,139,245)
#C29BF5
(194,155,245)
#CBABF5
(203,171,245)
#D4BBF5
(212,187,245)
#DDCBF5
(221,203,245)
#E6DBF5
(230,219,245)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954BF5 color. Also use rgb(149,75,245) instead hex code.

Text Font Color

.myTextColor { color: #954BF5; }

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

This text font color is #954BF5.


Background Color

.myBgColor { background-color: #954BF5; }

<div style="background-color:#954BF5">Inner text</div>

This div background color is #954BF5.


Border color

.myBorderColor { border: 1px solid #954BF5; }

<div style="border:3px solid #954BF5">Div</div>

This div border color is #954BF5.


Opacity

.myOpacity80 { color: #954BF5; opacity: 0.8; }

<p style="color:#954BF5;opacity:0.8;">80%</p>

Text with #954BF5 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 #954BF5;}

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

This text has shadow with #954BF5 color.

.textShadow {text-shadow: 3px 3px 1px #954BF5, 3px 3px 1px red;}

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

This text has shadow with #954BF5 primary color and red secondary color.


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

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

This text has shadow with #954BF5 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #954BF5; -webkit-box-shadow:	1px 1px 3px 2px #954BF5; box-shadow:	1px 1px 3px 2px #954BF5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #954BF5; -webkit-box-shadow: 1px 1px 3px 2px #954BF5; box-shadow:1px 1px 3px 2px #954BF5;">
Div content here</div>
This div box has shadow with color #954BF5.

Preview

Color preview on black background

This text has color #954BF5 on black background.


Color preview on white background

This text has color #954BF5 on white background.



Black color preview on #954BF5 background

This text has black color on #954BF5 background.


White color preview on #954BF5 background

This text has white color on #954BF5 background.