COLOR #9D5DCC

HEX: #9D5DCC
RGB: (157,93,204)

Color info

#9D5DCC contains mainly red and blue colors. Web safe color of #9D5DCC is #9966CC (or #96C).

RGB color model

#9D5DCC color RGB value is (157,93,204).

  • red value is 157;
  • green value is 93;
  • blue value is 204.
RGB:
(157,93,204)
(62%,36%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 93 of 255 = 36%
B 204 of 255 = 80%

157
93
204

R + G + B ~ 59%. #9D5DCC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 93 + 204 = 454 (100%)
R 157 of 454 ~ 34.58%
G 93 of 454 ~ 20.48%
B 204 of 454 ~ 44.93%

%34.58
%20.48
%44.93

CMYK color model

#9D5DCC color CMYK value is (23,54,0,20).

  • cyan value is 23.04%
  • magenta value is 54.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(23,54,0,20)
C23M54Y0K20 
(23%,54%,0%,20%)
(0.23/0.54/0.00/0.20)	

CMYK percentages

%23.04
%54.41
%0
%20

Codes

Color #9D5DCC in popluar color models

9D5DCC
RGB15793204
HSL275°52.11%58.24%
HSB/HSV275°54.41%80.00%
CMYK23.04%54.41%0.00%
20.00%

Color #9D5DCC in popluar number systems.

HEX9D5DCC
Decimal15793204
Binary10011101101110111001100
Octal235135314

Shades and tints

Shades of #9D5DCC

#9D5DCC
(157,93,204)
#8F55BA
(143,85,186)
#814DA8
(129,77,168)
#734596
(115,69,150)
#653D84
(101,61,132)
#573572
(87,53,114)
#492D60
(73,45,96)
#3B254E
(59,37,78)
#2D1D3C
(45,29,60)
#1F152A
(31,21,42)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #9D5DCC

#9D5DCC
(157,93,204)
#A56BD0
(165,107,208)
#AD79D4
(173,121,212)
#B587D8
(181,135,216)
#BD95DC
(189,149,220)
#C5A3E0
(197,163,224)
#CDB1E4
(205,177,228)
#D5BFE8
(213,191,232)
#DDCDEC
(221,205,236)
#E5DBF0
(229,219,240)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5DCC color. Also use rgb(157,93,204) instead hex code.

Text Font Color

.myTextColor { color: #9D5DCC; }

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

This text font color is #9D5DCC.


Background Color

.myBgColor { background-color: #9D5DCC; }

<div style="background-color:#9D5DCC">Inner text</div>

This div background color is #9D5DCC.


Border color

.myBorderColor { border: 1px solid #9D5DCC; }

<div style="border:3px solid #9D5DCC">Div</div>

This div border color is #9D5DCC.


Opacity

.myOpacity80 { color: #9D5DCC; opacity: 0.8; }

<p style="color:#9D5DCC;opacity:0.8;">80%</p>

Text with #9D5DCC 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 #9D5DCC;}

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

This text has shadow with #9D5DCC color.

.textShadow {text-shadow: 3px 3px 1px #9D5DCC, 3px 3px 1px red;}

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

This text has shadow with #9D5DCC primary color and red secondary color.


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

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

This text has shadow with #9D5DCC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5DCC on black background.


Color preview on white background

This text has color #9D5DCC on white background.



Black color preview on #9D5DCC background

This text has black color on #9D5DCC background.


White color preview on #9D5DCC background

This text has white color on #9D5DCC background.