COLOR #955DD8

HEX: #955DD8
RGB: (149,93,216)

Color info

#955DD8 contains mainly blue color. Web safe color of #955DD8 is #9966CC (or #96C).

RGB color model

#955DD8 color RGB value is (149,93,216).

  • red value is 149;
  • green value is 93;
  • blue value is 216.
RGB:
(149,93,216)
(58%,36%,85%)

RGB channels and saturation

R 149 of 255 = 58%
G 93 of 255 = 36%
B 216 of 255 = 85%

149
93
216

R + G + B ~ 60%. #955DD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 93 + 216 = 458 (100%)
R 149 of 458 ~ 32.53%
G 93 of 458 ~ 20.31%
B 216 of 458 ~ 47.16%

%32.53
%20.31
%47.16

CMYK color model

#955DD8 color CMYK value is (31,57,0,15).

  • cyan value is 31.02%
  • magenta value is 56.94%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,57,0,15)
C31M57Y0K15 
(31%,57%,0%,15%)
(0.31/0.57/0.00/0.15)	

CMYK percentages

%31.02
%56.94
%0
%15.29

Codes

Color #955DD8 in popluar color models

955DD8
RGB14993216
HSL267°61.19%60.59%
HSB/HSV267°56.94%84.71%
CMYK31.02%56.94%0.00%
15.29%

Color #955DD8 in popluar number systems.

HEX955DD8
Decimal14993216
Binary10010101101110111011000
Octal225135330

Shades and tints

Shades of #955DD8

#955DD8
(149,93,216)
#8855C5
(136,85,197)
#7B4DB2
(123,77,178)
#6E459F
(110,69,159)
#613D8C
(97,61,140)
#543579
(84,53,121)
#472D66
(71,45,102)
#3A2553
(58,37,83)
#2D1D40
(45,29,64)
#20152D
(32,21,45)
#130D1A
(19,13,26)
#000000
(0,0,0)

Tints of #955DD8

#955DD8
(149,93,216)
#9E6BDB
(158,107,219)
#A779DE
(167,121,222)
#B087E1
(176,135,225)
#B995E4
(185,149,228)
#C2A3E7
(194,163,231)
#CBB1EA
(203,177,234)
#D4BFED
(212,191,237)
#DDCDF0
(221,205,240)
#E6DBF3
(230,219,243)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955DD8 color. Also use rgb(149,93,216) instead hex code.

Text Font Color

.myTextColor { color: #955DD8; }

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

This text font color is #955DD8.


Background Color

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

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

This div background color is #955DD8.


Border color

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

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

This div border color is #955DD8.


Opacity

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

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

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

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

This text has shadow with #955DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955DD8 on black background.


Color preview on white background

This text has color #955DD8 on white background.



Black color preview on #955DD8 background

This text has black color on #955DD8 background.


White color preview on #955DD8 background

This text has white color on #955DD8 background.