COLOR #9D55EB

HEX: #9D55EB
RGB: (157,85,235)

Color info

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

RGB color model

#9D55EB color RGB value is (157,85,235).

  • red value is 157;
  • green value is 85;
  • blue value is 235.
RGB:
(157,85,235)
(62%,33%,92%)

RGB channels and saturation

R 157 of 255 = 62%
G 85 of 255 = 33%
B 235 of 255 = 92%

157
85
235

R + G + B ~ 62%. #9D55EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 85 + 235 = 477 (100%)
R 157 of 477 ~ 32.91%
G 85 of 477 ~ 17.82%
B 235 of 477 ~ 49.27%

%32.91
%17.82
%49.27

CMYK color model

#9D55EB color CMYK value is (33,64,0,8).

  • cyan value is 33.19%
  • magenta value is 63.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,64,0,8)
C33M64Y0K8 
(33%,64%,0%,8%)
(0.33/0.64/0.00/0.08)	

CMYK percentages

%33.19
%63.83
%0
%7.84

Codes

Color #9D55EB in popluar color models

9D55EB
RGB15785235
HSL269°78.95%62.75%
HSB/HSV269°63.83%92.16%
CMYK33.19%63.83%0.00%
7.84%

Color #9D55EB in popluar number systems.

HEX9D55EB
Decimal15785235
Binary10011101101010111101011
Octal235125353

Shades and tints

Shades of #9D55EB

#9D55EB
(157,85,235)
#8F4ED6
(143,78,214)
#8147C1
(129,71,193)
#7340AC
(115,64,172)
#653997
(101,57,151)
#573282
(87,50,130)
#492B6D
(73,43,109)
#3B2458
(59,36,88)
#2D1D43
(45,29,67)
#1F162E
(31,22,46)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #9D55EB

#9D55EB
(157,85,235)
#A564EC
(165,100,236)
#AD73ED
(173,115,237)
#B582EE
(181,130,238)
#BD91EF
(189,145,239)
#C5A0F0
(197,160,240)
#CDAFF1
(205,175,241)
#D5BEF2
(213,190,242)
#DDCDF3
(221,205,243)
#E5DCF4
(229,220,244)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D55EB color. Also use rgb(157,85,235) instead hex code.

Text Font Color

.myTextColor { color: #9D55EB; }

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

This text font color is #9D55EB.


Background Color

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

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

This div background color is #9D55EB.


Border color

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

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

This div border color is #9D55EB.


Opacity

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

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

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

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

This text has shadow with #9D55EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D55EB on black background.


Color preview on white background

This text has color #9D55EB on white background.



Black color preview on #9D55EB background

This text has black color on #9D55EB background.


White color preview on #9D55EB background

This text has white color on #9D55EB background.