COLOR #8958F5

HEX: #8958F5
RGB: (137,88,245)

Color info

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

RGB color model

#8958F5 color RGB value is (137,88,245).

  • red value is 137;
  • green value is 88;
  • blue value is 245.
RGB:
(137,88,245)
(54%,35%,96%)

RGB channels and saturation

R 137 of 255 = 54%
G 88 of 255 = 35%
B 245 of 255 = 96%

137
88
245

R + G + B ~ 62%. #8958F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 88 + 245 = 470 (100%)
R 137 of 470 ~ 29.15%
G 88 of 470 ~ 18.72%
B 245 of 470 ~ 52.13%

%29.15
%18.72
%52.13

CMYK color model

#8958F5 color CMYK value is (44,64,0,4).

  • cyan value is 44.08%
  • magenta value is 64.08%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(44,64,0,4)
C44M64Y0K4 
(44%,64%,0%,4%)
(0.44/0.64/0.00/0.04)	

CMYK percentages

%44.08
%64.08
%0
%3.92

Codes

Color #8958F5 in popluar color models

8958F5
RGB13788245
HSL259°88.70%65.29%
HSB/HSV259°64.08%96.08%
CMYK44.08%64.08%0.00%
3.92%

Color #8958F5 in popluar number systems.

HEX8958F5
Decimal13788245
Binary10001001101100011110101
Octal211130365

Shades and tints

Shades of #8958F5

#8958F5
(137,88,245)
#7D50DF
(125,80,223)
#7148C9
(113,72,201)
#6540B3
(101,64,179)
#59389D
(89,56,157)
#4D3087
(77,48,135)
#412871
(65,40,113)
#35205B
(53,32,91)
#291845
(41,24,69)
#1D102F
(29,16,47)
#110819
(17,8,25)
#000000
(0,0,0)

Tints of #8958F5

#8958F5
(137,88,245)
#9367F5
(147,103,245)
#9D76F5
(157,118,245)
#A785F5
(167,133,245)
#B194F5
(177,148,245)
#BBA3F5
(187,163,245)
#C5B2F5
(197,178,245)
#CFC1F5
(207,193,245)
#D9D0F5
(217,208,245)
#E3DFF5
(227,223,245)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8958F5 color. Also use rgb(137,88,245) instead hex code.

Text Font Color

.myTextColor { color: #8958F5; }

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

This text font color is #8958F5.


Background Color

.myBgColor { background-color: #8958F5; }

<div style="background-color:#8958F5">Inner text</div>

This div background color is #8958F5.


Border color

.myBorderColor { border: 1px solid #8958F5; }

<div style="border:3px solid #8958F5">Div</div>

This div border color is #8958F5.


Opacity

.myOpacity80 { color: #8958F5; opacity: 0.8; }

<p style="color:#8958F5;opacity:0.8;">80%</p>

Text with #8958F5 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 #8958F5;}

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

This text has shadow with #8958F5 color.

.textShadow {text-shadow: 3px 3px 1px #8958F5, 3px 3px 1px red;}

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

This text has shadow with #8958F5 primary color and red secondary color.


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

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

This text has shadow with #8958F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8958F5 on black background.


Color preview on white background

This text has color #8958F5 on white background.



Black color preview on #8958F5 background

This text has black color on #8958F5 background.


White color preview on #8958F5 background

This text has white color on #8958F5 background.