COLOR #955FF8

HEX: #955FF8
RGB: (149,95,248)

Color info

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

RGB color model

#955FF8 color RGB value is (149,95,248).

  • red value is 149;
  • green value is 95;
  • blue value is 248.
RGB:
(149,95,248)
(58%,37%,97%)

RGB channels and saturation

R 149 of 255 = 58%
G 95 of 255 = 37%
B 248 of 255 = 97%

149
95
248

R + G + B ~ 64%. #955FF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 95 + 248 = 492 (100%)
R 149 of 492 ~ 30.28%
G 95 of 492 ~ 19.31%
B 248 of 492 ~ 50.41%

%30.28
%19.31
%50.41

CMYK color model

#955FF8 color CMYK value is (40,62,0,3).

  • cyan value is 39.92%
  • magenta value is 61.69%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(40,62,0,3)
C40M62Y0K3 
(40%,62%,0%,3%)
(0.40/0.62/0.00/0.03)	

CMYK percentages

%39.92
%61.69
%0
%2.75

Codes

Color #955FF8 in popluar color models

955FF8
RGB14995248
HSL261°91.62%67.25%
HSB/HSV261°61.69%97.25%
CMYK39.92%61.69%0.00%
2.75%

Color #955FF8 in popluar number systems.

HEX955FF8
Decimal14995248
Binary10010101101111111111000
Octal225137370

Shades and tints

Shades of #955FF8

#955FF8
(149,95,248)
#8857E2
(136,87,226)
#7B4FCC
(123,79,204)
#6E47B6
(110,71,182)
#613FA0
(97,63,160)
#54378A
(84,55,138)
#472F74
(71,47,116)
#3A275E
(58,39,94)
#2D1F48
(45,31,72)
#201732
(32,23,50)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #955FF8

#955FF8
(149,95,248)
#9E6DF8
(158,109,248)
#A77BF8
(167,123,248)
#B089F8
(176,137,248)
#B997F8
(185,151,248)
#C2A5F8
(194,165,248)
#CBB3F8
(203,179,248)
#D4C1F8
(212,193,248)
#DDCFF8
(221,207,248)
#E6DDF8
(230,221,248)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955FF8 color. Also use rgb(149,95,248) instead hex code.

Text Font Color

.myTextColor { color: #955FF8; }

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

This text font color is #955FF8.


Background Color

.myBgColor { background-color: #955FF8; }

<div style="background-color:#955FF8">Inner text</div>

This div background color is #955FF8.


Border color

.myBorderColor { border: 1px solid #955FF8; }

<div style="border:3px solid #955FF8">Div</div>

This div border color is #955FF8.


Opacity

.myOpacity80 { color: #955FF8; opacity: 0.8; }

<p style="color:#955FF8;opacity:0.8;">80%</p>

Text with #955FF8 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 #955FF8;}

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

This text has shadow with #955FF8 color.

.textShadow {text-shadow: 3px 3px 1px #955FF8, 3px 3px 1px red;}

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

This text has shadow with #955FF8 primary color and red secondary color.


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

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

This text has shadow with #955FF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955FF8 on black background.


Color preview on white background

This text has color #955FF8 on white background.



Black color preview on #955FF8 background

This text has black color on #955FF8 background.


White color preview on #955FF8 background

This text has white color on #955FF8 background.