COLOR #9D54E0

HEX: #9D54E0
RGB: (157,84,224)

Color info

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

RGB color model

#9D54E0 color RGB value is (157,84,224).

  • red value is 157;
  • green value is 84;
  • blue value is 224.
RGB:
(157,84,224)
(62%,33%,88%)

RGB channels and saturation

R 157 of 255 = 62%
G 84 of 255 = 33%
B 224 of 255 = 88%

157
84
224

R + G + B ~ 61%. #9D54E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 84 + 224 = 465 (100%)
R 157 of 465 ~ 33.76%
G 84 of 465 ~ 18.06%
B 224 of 465 ~ 48.17%

%33.76
%18.06
%48.17

CMYK color model

#9D54E0 color CMYK value is (30,63,0,12).

  • cyan value is 29.91%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(30,63,0,12)
C30M63Y0K12 
(30%,63%,0%,12%)
(0.30/0.63/0.00/0.12)	

CMYK percentages

%29.91
%62.5
%0
%12.16

Codes

Color #9D54E0 in popluar color models

9D54E0
RGB15784224
HSL271°69.31%60.39%
HSB/HSV271°62.50%87.84%
CMYK29.91%62.50%0.00%
12.16%

Color #9D54E0 in popluar number systems.

HEX9D54E0
Decimal15784224
Binary10011101101010011100000
Octal235124340

Shades and tints

Shades of #9D54E0

#9D54E0
(157,84,224)
#8F4DCC
(143,77,204)
#8146B8
(129,70,184)
#733FA4
(115,63,164)
#653890
(101,56,144)
#57317C
(87,49,124)
#492A68
(73,42,104)
#3B2354
(59,35,84)
#2D1C40
(45,28,64)
#1F152C
(31,21,44)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #9D54E0

#9D54E0
(157,84,224)
#A563E2
(165,99,226)
#AD72E4
(173,114,228)
#B581E6
(181,129,230)
#BD90E8
(189,144,232)
#C59FEA
(197,159,234)
#CDAEEC
(205,174,236)
#D5BDEE
(213,189,238)
#DDCCF0
(221,204,240)
#E5DBF2
(229,219,242)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D54E0 color. Also use rgb(157,84,224) instead hex code.

Text Font Color

.myTextColor { color: #9D54E0; }

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

This text font color is #9D54E0.


Background Color

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

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

This div background color is #9D54E0.


Border color

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

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

This div border color is #9D54E0.


Opacity

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

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

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

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

This text has shadow with #9D54E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D54E0 on black background.


Color preview on white background

This text has color #9D54E0 on white background.



Black color preview on #9D54E0 background

This text has black color on #9D54E0 background.


White color preview on #9D54E0 background

This text has white color on #9D54E0 background.