COLOR #955DDC

HEX: #955DDC
RGB: (149,93,220)

Color info

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

RGB color model

#955DDC color RGB value is (149,93,220).

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

RGB channels and saturation

R 149 of 255 = 58%
G 93 of 255 = 36%
B 220 of 255 = 86%

149
93
220

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

Portions of RGB colors in percentages

R + G + B =
149 + 93 + 220 = 462 (100%)
R 149 of 462 ~ 32.25%
G 93 of 462 ~ 20.13%
B 220 of 462 ~ 47.62%

%32.25
%20.13
%47.62

CMYK color model

#955DDC color CMYK value is (32,58,0,14).

  • cyan value is 32.27%
  • magenta value is 57.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,58,0,14)
C32M58Y0K14 
(32%,58%,0%,14%)
(0.32/0.58/0.00/0.14)	

CMYK percentages

%32.27
%57.73
%0
%13.73

Codes

Color #955DDC in popluar color models

955DDC
RGB14993220
HSL266°64.47%61.37%
HSB/HSV266°57.73%86.27%
CMYK32.27%57.73%0.00%
13.73%

Color #955DDC in popluar number systems.

HEX955DDC
Decimal14993220
Binary10010101101110111011100
Octal225135334

Shades and tints

Shades of #955DDC

#955DDC
(149,93,220)
#8855C8
(136,85,200)
#7B4DB4
(123,77,180)
#6E45A0
(110,69,160)
#613D8C
(97,61,140)
#543578
(84,53,120)
#472D64
(71,45,100)
#3A2550
(58,37,80)
#2D1D3C
(45,29,60)
#201528
(32,21,40)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #955DDC

#955DDC
(149,93,220)
#9E6BDF
(158,107,223)
#A779E2
(167,121,226)
#B087E5
(176,135,229)
#B995E8
(185,149,232)
#C2A3EB
(194,163,235)
#CBB1EE
(203,177,238)
#D4BFF1
(212,191,241)
#DDCDF4
(221,205,244)
#E6DBF7
(230,219,247)
#EFE9FA
(239,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955DDC; }

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

This text font color is #955DDC.


Background Color

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

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

This div background color is #955DDC.


Border color

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

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

This div border color is #955DDC.


Opacity

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

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

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

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

This text has shadow with #955DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955DDC on black background.


Color preview on white background

This text has color #955DDC on white background.



Black color preview on #955DDC background

This text has black color on #955DDC background.


White color preview on #955DDC background

This text has white color on #955DDC background.